Searched refs:replaceKillInstruction (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 248 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 D | SIInstrInfo.cpp | 3375 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 200 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TwoAddressInstructionPass.cpp | 1347 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform() 1351 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform() 1944 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
|
| H A D | LiveVariables.cpp | 752 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1115 LV->replaceKillInstruction(SrcReg, MI, *Copy); in classifyLEAReg() 1238 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA() 1256 LV->replaceKillInstruction(Src, MI, *InsMI); in convertToThreeAddressWithLEA() 1258 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA() 1772 LV->replaceKillInstruction(Op.getReg(), MI, *NewMI); in convertToThreeAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 994 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 2418 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|