Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp248 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf()
322 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *OrSaveExec); in emitElse()
397 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak()
408 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *Or); in emitIfBreak()
411 LV->replaceKillInstruction(MI.getOperand(2).getReg(), MI, *Or); in emitIfBreak()
514 LV->replaceKillInstruction(DataReg, MI, *NewMI); in emitEndCf()
H A DSIInstrInfo.cpp3241 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveVariables.h200 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1347 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform()
1351 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform()
1911 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
H A DLiveVariables.cpp752 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1115 LV->replaceKillInstruction(SrcReg, MI, *Copy); in classifyLEAReg()
1238 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA()
1254 LV->replaceKillInstruction(Src, MI, *InsMI); in convertToThreeAddressWithLEA()
1256 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA()
1489 LV->replaceKillInstruction(SrcReg2, MI, *NewMI); in convertToThreeAddress()
1740 LV->replaceKillInstruction(Src.getReg(), MI, *NewMI); in convertToThreeAddress()
1742 LV->replaceKillInstruction(Dest.getReg(), MI, *NewMI); in convertToThreeAddress()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1804 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp992 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()