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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.h 133 void replaceFrameIndices(MachineFunction &Fn);
PrologEpilogInserter.cpp 120 replaceFrameIndices(Fn);
713 /// replaceFrameIndices - Replace all MO_FrameIndex operands with physical
716 void PEI::replaceFrameIndices(MachineFunction &Fn) {
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 124 void replaceFrameIndices(MachineFunction &Fn);
125 void replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &Fn,
211 replaceFrameIndices(Fn);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 124 void replaceFrameIndices(MachineFunction &MF);
125 void replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF,
212 replaceFrameIndices(MF);
    [all...]

Completed in 189 milliseconds