Home
last modified time | relevance | path

Searched refs:replaceFrameIndices (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp124 void replaceFrameIndices(MachineFunction &Fn);
125 void replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &Fn,
211 replaceFrameIndices(Fn); in runOnMachineFunction()
1005 void PEI::replaceFrameIndices(MachineFunction &Fn) { in replaceFrameIndices() function in PEI
1026 replaceFrameIndices(BB, Fn, SPAdj); in replaceFrameIndices()
1036 replaceFrameIndices(&BB, Fn, SPAdj); in replaceFrameIndices()
1040 void PEI::replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &Fn, in replaceFrameIndices() function in PEI
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.h133 void replaceFrameIndices(MachineFunction &Fn);
DPrologEpilogInserter.cpp120 replaceFrameIndices(Fn); in runOnMachineFunction()
716 void PEI::replaceFrameIndices(MachineFunction &Fn) { in replaceFrameIndices() function in PEI