/external/llvm/include/llvm/Support/ |
D | ARMWinEH.h | 197 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ARMWinEH.h | 196 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | ARMWinEH.h | 199 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() function
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 2625 int64_t StackAdjustment = isDestroy ? Amount : -Amount; in eliminateCallFramePseudoInstr() local 2626 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr() 2628 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 2632 StackAdjustment += mergeSPUpdates(MBB, I, true); in eliminateCallFramePseudoInstr() 2633 StackAdjustment += mergeSPUpdates(MBB, I, false); in eliminateCallFramePseudoInstr() 2635 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 2637 adjustStackWithPops(MBB, I, DL, StackAdjustment))) in eliminateCallFramePseudoInstr() 2638 BuildStackAdjustment(MBB, I, DL, StackAdjustment, in eliminateCallFramePseudoInstr()
|
D | X86InstrInfo.cpp | 5445 int StackAdjustment; in ExpandMOVImmSExti8() local 5462 StackAdjustment = 8; in ExpandMOVImmSExti8() 5469 StackAdjustment = 4; in ExpandMOVImmSExti8() 5484 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8() 5486 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 2846 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()
|
D | X86InstrInfo.cpp | 3931 int StackAdjustment; in ExpandMOVImmSExti8() local 3948 StackAdjustment = 8; in ExpandMOVImmSExti8() 3955 StackAdjustment = 4; in ExpandMOVImmSExti8() 3968 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8() 3970 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 3189 int64_t StackAdjustment = isDestroy ? Amount : -Amount; in eliminateCallFramePseudoInstr() local 3191 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 3195 StackAdjustment += mergeSPUpdates(MBB, InsertPos, true); in eliminateCallFramePseudoInstr() 3196 StackAdjustment += mergeSPUpdates(MBB, InsertPos, false); in eliminateCallFramePseudoInstr() 3198 if (StackAdjustment) { in eliminateCallFramePseudoInstr() 3200 adjustStackWithPops(MBB, InsertPos, DL, StackAdjustment))) in eliminateCallFramePseudoInstr() 3201 BuildStackAdjustment(MBB, InsertPos, DL, StackAdjustment, in eliminateCallFramePseudoInstr() 3214 int64_t CfaAdjustment = -StackAdjustment; in eliminateCallFramePseudoInstr()
|
D | X86InstrInfo.cpp | 4480 int StackAdjustment; in ExpandMOVImmSExti8() local 4497 StackAdjustment = 8; in ExpandMOVImmSExti8() 4504 StackAdjustment = 4; in ExpandMOVImmSExti8() 4519 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8() 4521 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()
|
D | X86ISelLowering.cpp | 33865 size_t StackAdjustment = MFI->getPreallocatedStackSize(PreallocatedId); in EmitInstrWithCustomInserter() local 33866 assert(StackAdjustment != 0 && "0 stack adjustment"); in EmitInstrWithCustomInserter() 33868 << StackAdjustment << "\n"); in EmitInstrWithCustomInserter() 33871 .addImm(StackAdjustment); in EmitInstrWithCustomInserter()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.cpp | 736 SW.printNumber("StackAdjustment", StackAdjustment(RF) << 2); in dumpPackedEntry()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.cpp | 1109 SW.printNumber("StackAdjustment", StackAdjustment(RF) << 2); in dumpPackedEntry()
|