Searched refs:replaceKillInstruction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 194 void replaceKillInstruction(unsigned Reg, MachineInstr &OldMI,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TwoAddressInstructionPass.cpp | 329 LV->replaceKillInstruction(SavedReg, *KillMI, *MI); in sink3AddrInstruction() 1403 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform() 1407 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform() 1855 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
|
| H A D | LiveVariables.cpp | 683 void LiveVariables::replaceKillInstruction(unsigned Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 790 LV->replaceKillInstruction(SrcReg, MI, *Copy); in classifyLEAReg() 890 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA() 906 LV->replaceKillInstruction(Src, MI, *InsMI); in convertToThreeAddressWithLEA() 908 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA() 1093 LV->replaceKillInstruction(SrcReg2, MI, *NewMI); in convertToThreeAddress() 1268 LV->replaceKillInstruction(Src.getReg(), MI, *NewMI); in convertToThreeAddress() 1270 LV->replaceKillInstruction(Dest.getReg(), MI, *NewMI); in convertToThreeAddress()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 971 LV->replaceKillInstruction(Op.getReg(), *OldMI, *NewMI); in finishConvertToThreeAddress()
|