Searched refs:replaceKillInstruction (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 195 void replaceKillInstruction(unsigned Reg, MachineInstr *OldMI,
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 301 LV->replaceKillInstruction(SavedReg, KillMI, MI); in sink3AddrInstruction() 1312 LV->replaceKillInstruction(MO.getReg(), &MI, NewMIs[0]); in tryInstructionTransform() 1316 LV->replaceKillInstruction(MO.getReg(), &MI, NewMIs[1]); in tryInstructionTransform() 1758 LV->replaceKillInstruction(SrcReg, MI, CopyMI); in eliminateRegSequence()
|
D | LiveVariables.cpp | 681 void LiveVariables::replaceKillInstruction(unsigned Reg, MachineInstr *OldMI, in replaceKillInstruction() function in LiveVariables
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2635 LV->replaceKillInstruction(Src2, MI, InsMI2); in convertToThreeAddressWithLEA() 2651 LV->replaceKillInstruction(Src, MI, InsMI); in convertToThreeAddressWithLEA() 2653 LV->replaceKillInstruction(Dest, MI, ExtMI); in convertToThreeAddressWithLEA() 2850 LV->replaceKillInstruction(SrcReg2, MI, NewMI); in convertToThreeAddress() 2872 LV->replaceKillInstruction(Src2, MI, NewMI); in convertToThreeAddress() 2925 LV->replaceKillInstruction(Src.getReg(), MI, NewMI); in convertToThreeAddress() 2927 LV->replaceKillInstruction(Dest.getReg(), MI, NewMI); in convertToThreeAddress()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 667 LV->replaceKillInstruction(Op.getReg(), OldMI, NewMI); in finishConvertToThreeAddress()
|