Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveVariables.h195 void replaceKillInstruction(unsigned Reg, MachineInstr *OldMI,
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp301 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()
DLiveVariables.cpp681 void LiveVariables::replaceKillInstruction(unsigned Reg, MachineInstr *OldMI, in replaceKillInstruction() function in LiveVariables
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2635 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/
DSystemZInstrInfo.cpp667 LV->replaceKillInstruction(Op.getReg(), OldMI, NewMI); in finishConvertToThreeAddress()