HomeSort by relevance Sort by last modified time
    Searched defs:SPAdj (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.cpp 734 int SPAdj = 0; // SP offset due to call frame setup / destroy.
753 SPAdj += Size;
784 TRI.eliminateFrameIndex(MI, SPAdj,
806 // due to a custom inserter playing tricks, so just asserting SPAdj==0
808 assert((SPAdjCount || SPAdj == 0) &&
824 int SPAdj = 0;
850 ScratchReg = RS->scavengeRegister(RC, I, SPAdj);
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 126 int &SPAdj);
    [all...]
TargetInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 126 int &SPAdj);
    [all...]
RegisterScavenging.cpp 461 RegScavenger::spill(unsigned Reg, const TargetRegisterClass &RC, int SPAdj,
522 TRI->eliminateFrameIndex(II, SPAdj, FIOperandNum, this);
530 TRI->eliminateFrameIndex(II, SPAdj, FIOperandNum, this);
537 int SPAdj) {
568 ScavengedInfo &Scavenged = spill(SReg, *RC, SPAdj, I, UseMI);
579 bool RestoreAfter, int SPAdj) {
599 ScavengedInfo &Scavenged = spill(Reg, RC, SPAdj, SpillBefore, ReloadBefore);
658 int SPAdj = 0;
661 ReserveAfter, SPAdj);
TargetInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp 145 int SPAdj = alignTo(getFrameSize(MI), StackAlign);
146 SPAdj -= getFrameAdjustment(MI);
148 SPAdj = -SPAdj;
149 return SPAdj;
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 725 milliseconds