reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1712 StackOffset SPOffset = SVEStackSize + 1713 StackOffset(ObjectOffset, MVT::nxv1i8) + 1737 return StackOffset(FPOffset, MVT::i8) + ScalableOffset; 1754 return StackOffset(Offset, MVT::i8) + ScalableOffset;lib/Target/AArch64/AArch64InstrInfo.cpp
3449 SOffset = StackOffset(Offset, MVT::nxv1i8) + 3452 SOffset = StackOffset(Offset, MVT::i8) +unittests/Target/AArch64/TestStackOffset.cpp
37 StackOffset C = A + B; 45 StackOffset F = C + E; 71 EXPECT_TRUE(!(A + B)); 74 EXPECT_TRUE(!(A + C)); 77 EXPECT_FALSE(!(A + D)); 102 (A + B + C).getForFrameOffset(ByteSized, PLSized, VLSized); 102 (A + B + C).getForFrameOffset(ByteSized, PLSized, VLSized); 110 (C + D).getForFrameOffset(ByteSized, PLSized, VLSized); 117 (E + F).getForFrameOffset(ByteSized, PLSized, VLSized); 127 (G + H).getForFrameOffset(ByteSized, PLSized, VLSized);