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

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 92 int &SPAdj);
813 // Store SPAdj at exit of a basic block.
821 int SPAdj = 0;
827 SPAdj = SPState[StackPred->getNumber()];
830 replaceFrameIndices(BB, Fn, SPAdj);
831 SPState[BB->getNumber()] = SPAdj;
839 int SPAdj = 0;
840 replaceFrameIndices(&BB, Fn, SPAdj);
845 int &SPAdj) {
    [all...]
TargetInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp 101 int &SPAdj);
829 // Store SPAdj at exit of a basic block.
837 int SPAdj = 0;
843 SPAdj = SPState[StackPred->getNumber()];
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 128 milliseconds