Searched refs:replaceFrameIndexDebugInstr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 55 static bool replaceFrameIndexDebugInstr(MachineFunction &MF, MachineInstr &MI, in replaceFrameIndexDebugInstr() function 107 if (replaceFrameIndexDebugInstr(MF, MI, Idx)) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PrologEpilogInserter.cpp | 116 bool replaceFrameIndexDebugInstr(MachineFunction &MF, MachineInstr &MI, 1385 bool PEIImpl::replaceFrameIndexDebugInstr(MachineFunction &MF, MachineInstr &MI, in replaceFrameIndexDebugInstr() function in PEIImpl 1498 if (replaceFrameIndexDebugInstr(MF, MI, Idx, SPAdj)) in replaceFrameIndicesBackward() 1537 if (replaceFrameIndexDebugInstr(MF, MI, i, SPAdj)) in replaceFrameIndices()
|