Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp3375 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveVariables.h200 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
/openbsd-src/gnu/llvm/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()
1944 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
H A DLiveVariables.cpp752 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1115 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 DSystemZInstrInfo.cpp994 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2418 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()