Searched refs:StackAdjustment (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.h | 591 int64_t StackAdjustment, bool IsRV64) { in getSpimm() argument 595 StackAdjustment -= StackAdjBase; in getSpimm() 596 if (StackAdjustment % 16 != 0) in getSpimm() 598 SpimmVal = StackAdjustment / 16; in getSpimm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.cpp | 281 int64_t StackAdjustment = IsDestroy ? Amount : -Amount; in eliminateCallFramePseudoInstr() local 282 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr() 284 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 288 StackAdjustment += mergeSPUpdates(MBB, I, true); in eliminateCallFramePseudoInstr() 289 StackAdjustment += mergeSPUpdates(MBB, I, false); in eliminateCallFramePseudoInstr() 291 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 292 BuildStackAdjustment(MBB, I, DL, StackAdjustment, false); in eliminateCallFramePseudoInstr()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 1242 SW.printNumber("StackAdjustment", StackAdjustment(RF) << 2); in dumpPackedEntry() 1250 if (StackAdjustment(RF) && !PrologueFolding(RF)) in dumpPackedEntry() 1251 SW.startLine() << "sub sp, sp, #" << StackAdjustment(RF) * 4 << "\n"; in dumpPackedEntry() 1280 if (StackAdjustment(RF) && !EpilogueFolding(RF)) in dumpPackedEntry() 1281 SW.startLine() << "add sp, sp, #" << StackAdjustment(RF) * 4 << "\n"; in dumpPackedEntry()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ARMWinEH.h | 199 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 696 uint64_t StackAdjustment = StackProbeSize - AlignOffset; in emitStackProbeInlineGenericBlock() local 697 BuildStackAdjustment(MBB, MBBI, DL, -StackAdjustment, /*InEpilogue=*/false) in emitStackProbeInlineGenericBlock() 702 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in emitStackProbeInlineGenericBlock() 3786 int64_t StackAdjustment = isDestroy ? Amount : -Amount; in eliminateCallFramePseudoInstr() local 3788 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 3792 StackAdjustment += mergeSPUpdates(MBB, InsertPos, true); in eliminateCallFramePseudoInstr() 3793 StackAdjustment += mergeSPUpdates(MBB, InsertPos, false); in eliminateCallFramePseudoInstr() 3795 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 3797 adjustStackWithPops(MBB, InsertPos, DL, StackAdjustment))) in eliminateCallFramePseudoInstr() 3798 BuildStackAdjustment(MBB, InsertPos, DL, StackAdjustment, in eliminateCallFramePseudoInstr() [all …]
|
| H A D | X86InstrInfo.cpp | 5930 int StackAdjustment; in ExpandMOVImmSExti8() local 5948 StackAdjustment = 8; in ExpandMOVImmSExti8() 5954 StackAdjustment = 4; in ExpandMOVImmSExti8() 5970 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8() 5973 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()
|
| H A D | X86ISelLowering.cpp | 36883 size_t StackAdjustment = MFI->getPreallocatedStackSize(PreallocatedId); in EmitInstrWithCustomInserter() local 36884 assert(StackAdjustment != 0 && "0 stack adjustment"); in EmitInstrWithCustomInserter() 36886 << StackAdjustment << "\n"); in EmitInstrWithCustomInserter() 36889 .addImm(StackAdjustment); in EmitInstrWithCustomInserter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2651 int64_t StackAdjustment = getLexer().getTok().getIntVal(); in parseZcmpStackAdj() local 2656 !RISCVZC::getSpimm(RlistVal, Spimm, StackAdjustment, isRV64())) in parseZcmpStackAdj()
|