Searched refs:ByteSized (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/unittests/Target/AArch64/ |
H A D | DecomposeStackOffsetTest.cpp | 22 int64_t ByteSized, VLSized, PLSized; in TEST() local 23 AArch64InstrInfo::decomposeStackOffsetForFrameOffsets(A + B + C, ByteSized, PLSized, in TEST() 25 EXPECT_EQ(12, ByteSized); in TEST() 32 AArch64InstrInfo::decomposeStackOffsetForFrameOffsets(C + D, ByteSized, PLSized, VLSized); in TEST() 33 EXPECT_EQ(0, ByteSized); in TEST() 39 AArch64InstrInfo::decomposeStackOffsetForFrameOffsets(E + F, ByteSized, PLSized, VLSized); in TEST() 40 EXPECT_EQ(0, ByteSized); in TEST() 49 AArch64InstrInfo::decomposeStackOffsetForFrameOffsets(G + H, ByteSized, PLSized, VLSized); in TEST() 50 EXPECT_EQ(0, ByteSized); in TEST()
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 534 int64_t &ByteSized,
|
H A D | AArch64InstrInfo.cpp | 5608 const StackOffset &Offset, int64_t &ByteSized, int64_t &VGSized) { in foldMemoryOperandImpl() 5619 ByteSized = Offset.getFixed(); in foldMemoryOperandImpl() 5158 decomposeStackOffsetForDwarfOffsets(const StackOffset & Offset,int64_t & ByteSized,int64_t & VGSized) decomposeStackOffsetForDwarfOffsets() argument
|