Searched refs:decomposeStackOffsetForFrameOffsets (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/unittests/Target/AArch64/ |
H A D | DecomposeStackOffsetTest.cpp | 15 TEST(StackOffset, decomposeStackOffsetForFrameOffsets) { in TEST() argument 23 AArch64InstrInfo::decomposeStackOffsetForFrameOffsets(A + B + C, ByteSized, PLSized, in TEST() 32 AArch64InstrInfo::decomposeStackOffsetForFrameOffsets(C + D, ByteSized, PLSized, VLSized); in TEST() 39 AArch64InstrInfo::decomposeStackOffsetForFrameOffsets(E + F, ByteSized, PLSized, VLSized); in TEST() 49 AArch64InstrInfo::decomposeStackOffsetForFrameOffsets(G + H, ByteSized, PLSized, VLSized); in TEST()
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 529 static void decomposeStackOffsetForFrameOffsets(const StackOffset &Offset,
|
H A D | AArch64InstrInfo.cpp | 5626 void AArch64InstrInfo::decomposeStackOffsetForFrameOffsets( in foldMemoryOperandImpl() 5909 AArch64InstrInfo::decomposeStackOffsetForFrameOffsets( in isCombineInstrCandidateFP() 5176 void AArch64InstrInfo::decomposeStackOffsetForFrameOffsets( decomposeStackOffsetForFrameOffsets() function in AArch64InstrInfo
|