Home
last modified time | relevance | path

Searched refs:StackAdjustment (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DARMWinEH.h197 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2795 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 DX86InstrInfo.cpp4001 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 DARMWinEHPrinter.cpp1059 SW.printNumber("StackAdjustment", StackAdjustment(RF) << 2); in dumpPackedEntry()