Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp247 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf()
321 LV->replaceKillInstruction(SrcReg, MI, *OrSaveExec); in emitElse()
395 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak()
404 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *Or); in emitIfBreak()
407 LV->replaceKillInstruction(MI.getOperand(2).getReg(), MI, *Or); in emitIfBreak()
431 LV->replaceKillInstruction(MI.getOperand(0).getReg(), MI, *AndN2); in emitLoop()
517 LV->replaceKillInstruction(DataReg, MI, *NewMI); in emitEndCf()
H A DSIInstrInfo.cpp3816 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h199 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1448 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform()
1453 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform()
2042 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
H A DLiveVariables.cpp770 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1208 LV->replaceKillInstruction(SrcReg, MI, *Copy); in classifyLEAReg()
1331 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA()
1349 LV->replaceKillInstruction(Src, MI, *InsMI); in convertToThreeAddressWithLEA()
1351 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA()
2028 LV->replaceKillInstruction(Op.getReg(), MI, *NewMI); in convertToThreeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1117 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3625 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()