Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveVariables.h193 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1259 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform()
1263 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform()
1706 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
H A DLiveVariables.cpp676 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1238 LV->replaceKillInstruction(SrcReg, MI, *Copy); in classifyLEAReg()
1342 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA()
1358 LV->replaceKillInstruction(Src, MI, *InsMI); in convertToThreeAddressWithLEA()
1360 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA()
1551 LV->replaceKillInstruction(SrcReg2, MI, *NewMI); in convertToThreeAddress()
1804 LV->replaceKillInstruction(Src.getReg(), MI, *NewMI); in convertToThreeAddress()
1806 LV->replaceKillInstruction(Dest.getReg(), MI, *NewMI); in convertToThreeAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp984 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3038 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()