Searched refs:replaceFrameIndices (Results 1 – 3 of 3) sorted by relevance
/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-10.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 129 void replaceFrameIndices(MachineFunction &MF); 130 void replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, 265 replaceFrameIndices(MF); in runOnMachineFunction() 1132 void PEI::replaceFrameIndices(MachineFunction &MF) { in replaceFrameIndices() function in PEI 1161 replaceFrameIndices(BB, MF, SPAdj); in replaceFrameIndices() 1171 replaceFrameIndices(&BB, MF, SPAdj); in replaceFrameIndices() 1175 void PEI::replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, in replaceFrameIndices() function in PEI
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 128 void replaceFrameIndices(MachineFunction &MF); 129 void replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, 276 replaceFrameIndices(MF); in runOnMachineFunction() 1336 void PEI::replaceFrameIndices(MachineFunction &MF) { in replaceFrameIndices() function in PEI 1365 replaceFrameIndices(BB, MF, SPAdj); in replaceFrameIndices() 1375 replaceFrameIndices(&BB, MF, SPAdj); in replaceFrameIndices() 1527 void PEI::replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, in replaceFrameIndices() function in PEI
|