Home
last modified time | relevance | path

Searched refs:replaceKillInstruction (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveVariables.h194 void replaceKillInstruction(unsigned Reg, MachineInstr &OldMI,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp329 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 DLiveVariables.cpp683 void LiveVariables::replaceKillInstruction(unsigned Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp790 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 DSystemZInstrInfo.cpp971 LV->replaceKillInstruction(Op.getReg(), *OldMI, *NewMI); in finishConvertToThreeAddress()