Searched refs:replaceKillInstruction (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 247 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf() 321 LV->replaceKillInstruction(SrcReg, MI, *OrSaveExec); in emitElse() 395 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak() 404 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *Or); in emitIfBreak() 407 LV->replaceKillInstruction(MI.getOperand(2).getReg(), MI, *Or); in emitIfBreak() 431 LV->replaceKillInstruction(MI.getOperand(0).getReg(), MI, *AndN2); in emitLoop() 517 LV->replaceKillInstruction(DataReg, MI, *NewMI); in emitEndCf()
|
| H A D | SIInstrInfo.cpp | 3816 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 199 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TwoAddressInstructionPass.cpp | 1448 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform() 1453 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform() 2042 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
|
| H A D | LiveVariables.cpp | 770 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1208 LV->replaceKillInstruction(SrcReg, MI, *Copy); in classifyLEAReg() 1331 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA() 1349 LV->replaceKillInstruction(Src, MI, *InsMI); in convertToThreeAddressWithLEA() 1351 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA() 2028 LV->replaceKillInstruction(Op.getReg(), MI, *NewMI); in convertToThreeAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1117 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 3625 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|