Searched refs:StackAdjustment (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | ARMWinEH.h | 197 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 2795 int64_t StackAdjustment = isDestroy ? Amount : -Amount; in eliminateCallFramePseudoInstr() local 2797 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 2801 StackAdjustment += mergeSPUpdates(MBB, InsertPos, true); in eliminateCallFramePseudoInstr() 2802 StackAdjustment += mergeSPUpdates(MBB, InsertPos, false); in eliminateCallFramePseudoInstr() 2804 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 2806 adjustStackWithPops(MBB, InsertPos, DL, StackAdjustment))) in eliminateCallFramePseudoInstr() 2807 BuildStackAdjustment(MBB, InsertPos, DL, StackAdjustment, in eliminateCallFramePseudoInstr() 2820 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr()
|
| H A D | X86InstrInfo.cpp | 4001 int StackAdjustment; in ExpandMOVImmSExti8() local 4018 StackAdjustment = 8; in ExpandMOVImmSExti8() 4025 StackAdjustment = 4; in ExpandMOVImmSExti8() 4040 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8() 4042 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 1059 SW.printNumber("StackAdjustment", StackAdjustment(RF) << 2); in dumpPackedEntry()
|