Searched refs:replaceKillInstruction (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveVariables.h | 193 void replaceKillInstruction(Register Reg, MachineInstr &OldMI,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 1259 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 D | LiveVariables.cpp | 676 void LiveVariables::replaceKillInstruction(Register Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 1238 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 D | SystemZInstrInfo.cpp | 984 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 3038 LV->replaceKillInstruction(Op.getReg(), MI, NewMI); in updateLiveVariables()
|