Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp249 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf()
323 LV->replaceKillInstruction(SrcReg, MI, *OrSaveExec); in emitElse()
397 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak()
406 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *Or); in emitIfBreak()
409 LV->replaceKillInstruction(MI.getOperand(2).getReg(), MI, *Or); in emitIfBreak()
433 LV->replaceKillInstruction(MI.getOperand(0).getReg(), MI, *AndN2); in emitLoop()
519 LV->replaceKillInstruction(DataReg, MI, *NewMI); in emitEndCf()
H A DSIInstrInfo.cpp3764 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h192 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1375 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform()
1379 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform()
1979 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
H A DLiveVariables.cpp741 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1185 LV->replaceKillInstruction(SrcReg, MI, *Copy); in classifyLEAReg()
1308 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA()
1326 LV->replaceKillInstruction(Src, MI, *InsMI); in convertToThreeAddressWithLEA()
1328 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA()
2005 LV->replaceKillInstruction(Op.getReg(), MI, *NewMI); in convertToThreeAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1007 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3032 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()