Searched refs:replaceKillInstruction (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 256 LV->replaceKillInstruction(Cond.getReg(), MI, *And); in emitIf() 330 LV->replaceKillInstruction(SrcReg, MI, *OrSaveExec); in emitElse() 404 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *And); in emitIfBreak() 413 LV->replaceKillInstruction(MI.getOperand(1).getReg(), MI, *Or); in emitIfBreak() 416 LV->replaceKillInstruction(MI.getOperand(2).getReg(), MI, *Or); in emitIfBreak() 440 LV->replaceKillInstruction(MI.getOperand(0).getReg(), MI, *AndN2); in emitLoop() 526 LV->replaceKillInstruction(DataReg, MI, *NewMI); in emitEndCf()
|
| H A D | SIInstrInfo.cpp | 3942 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 200 LLVM_ABI void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TwoAddressInstructionPass.cpp | 1450 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform() 1455 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform() 2043 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
|
| H A D | LiveVariables.cpp | 763 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1200 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() 2036 LV->replaceKillInstruction(Op.getReg(), MI, *NewMI); in convertToThreeAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1148 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 4458 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 16744 …eKillInstructionEjPNS_12MachineInstrES2_", "llvm::LiveVariables::replaceKillInstruction(unsigned i…
|