Searched refs:replaceKillInstruction (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 193 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TwoAddressInstructionPass.cpp | 1264 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform() 1268 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform() 1711 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
|
| H A D | LiveVariables.cpp | 676 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1238 LV->replaceKillInstruction(SrcReg, MI, *Copy); in classifyLEAReg() 1342 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA() 1358 LV->replaceKillInstruction(Src, MI, *InsMI); in convertToThreeAddressWithLEA() 1360 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA() 1551 LV->replaceKillInstruction(SrcReg2, MI, *NewMI); in convertToThreeAddress() 1804 LV->replaceKillInstruction(Src.getReg(), MI, *NewMI); in convertToThreeAddress() 1806 LV->replaceKillInstruction(Dest.getReg(), MI, *NewMI); in convertToThreeAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1450 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 984 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 3091 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()
|