Searched refs:replaceInstr (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 134 void replaceInstr(MachineInstr *OldMI, MachineInstr *NewMI);
|
H A D | HexagonBlockRanges.cpp | 206 void HexagonBlockRanges::InstrIndexMap::replaceInstr(MachineInstr *OldMI, in replaceInstr() function in HexagonBlockRanges::InstrIndexMap
|
H A D | HexagonConstExtenders.cpp | 409 bool replaceInstr(unsigned Idx, Register ExtR, const ExtenderInit &ExtI); 1845 bool HCE::replaceInstr(unsigned Idx, Register ExtR, const ExtenderInit &ExtI) { in replaceInstr() function in HCE 1928 Changed |= replaceInstr(I, DefR, P.first); in replaceExtenders()
|
H A D | HexagonFrameLowering.cpp | 2447 IM.replaceInstr(&SI, CopyIn); in optimizeSpillSlots() 2472 IM.replaceInstr(&MI, CopyOut); in optimizeSpillSlots()
|