Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDARMWinEH.h196 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FrameLowering.cpp2846 int64_t StackAdjustment = isDestroy ? Amount : -Amount; in eliminateCallFramePseudoInstr() local
2848 if (StackAdjustment) { in eliminateCallFramePseudoInstr()
2852 StackAdjustment += mergeSPUpdates(MBB, InsertPos, true); in eliminateCallFramePseudoInstr()
2853 StackAdjustment += mergeSPUpdates(MBB, InsertPos, false); in eliminateCallFramePseudoInstr()
2855 if (StackAdjustment) { in eliminateCallFramePseudoInstr()
2857 adjustStackWithPops(MBB, InsertPos, DL, StackAdjustment))) in eliminateCallFramePseudoInstr()
2858 BuildStackAdjustment(MBB, InsertPos, DL, StackAdjustment, in eliminateCallFramePseudoInstr()
2871 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr()
HDX86InstrInfo.cpp3931 int StackAdjustment; in ExpandMOVImmSExti8() local
3948 StackAdjustment = 8; in ExpandMOVImmSExti8()
3955 StackAdjustment = 4; in ExpandMOVImmSExti8()
3970 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8()
3972 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDARMWinEHPrinter.cpp1059 SW.printNumber("StackAdjustment", StackAdjustment(RF) << 2); in dumpPackedEntry()