Searched refs:replaceFrameIndices (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 124 void replaceFrameIndices(MachineFunction &MF); 125 void replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, 212 replaceFrameIndices(MF); in runOnMachineFunction() 1000 void PEI::replaceFrameIndices(MachineFunction &MF) { in replaceFrameIndices() function in PEI 1021 replaceFrameIndices(BB, MF, SPAdj); in replaceFrameIndices() 1031 replaceFrameIndices(&BB, MF, SPAdj); in replaceFrameIndices() 1035 void PEI::replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, in replaceFrameIndices() function in PEI
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 124 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/ |
D | PrologEpilogInserter.h | 133 void replaceFrameIndices(MachineFunction &Fn);
|
D | PrologEpilogInserter.cpp | 120 replaceFrameIndices(Fn); in runOnMachineFunction() 716 void PEI::replaceFrameIndices(MachineFunction &Fn) { in replaceFrameIndices() function in PEI
|