Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h193 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1264 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 DLiveVariables.cpp676 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1238 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 DRISCVInstrInfo.cpp1450 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp984 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3091 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()