Searched refs:ReplaceInstruction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 196 static bool ReplaceInstruction(MachineInstr *MI, const ReduceEntry &Entry, 451 return ReplaceInstruction(MI, Entry); in ReduceXWtoXWSP() 491 return ReplaceInstruction(MI1, Entry, MI2, ConsecutiveForward); in ReduceXWtoXWP() 505 return ReplaceInstruction(MI, Entry); in ReduceArithmeticInstructions() 520 return ReplaceInstruction(MI, Entry); in ReduceADDIUToADDIUR1SP() 538 return ReplaceInstruction(MI, Entry); in ReduceADDIUToADDIUSP() 553 return ReplaceInstruction(MI, Entry); in ReduceLXUtoLXU16() 568 return ReplaceInstruction(MI, Entry); in ReduceSXtoSX16() 651 return ReplaceInstruction(MI1, Entry, MI2, ConsecutiveForward); in ReduceMoveToMovep() 668 return ReplaceInstruction(MI, Entry); in ReduceXORtoXOR16() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 49 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() function in __anonab472fd70111::HexagonAsmBackend 749 ReplaceInstruction(Asm.getEmitter(), RF, Inst); in finishLayout()
|