Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp129 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