Searched refs:replaceKillInstruction (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 194 void replaceKillInstruction(unsigned Reg, MachineInstr &OldMI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 328 LV->replaceKillInstruction(SavedReg, *KillMI, *MI); in sink3AddrInstruction() 1404 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[0]); in tryInstructionTransform() 1408 LV->replaceKillInstruction(MO.getReg(), MI, *NewMIs[1]); in tryInstructionTransform() 1853 LV->replaceKillInstruction(SrcReg, MI, *CopyMI); in eliminateRegSequence()
|
D | LiveVariables.cpp | 681 void LiveVariables::replaceKillInstruction(unsigned Reg, MachineInstr &OldMI, in replaceKillInstruction() function in LiveVariables
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 753 LV->replaceKillInstruction(SrcReg, MI, *Copy); in classifyLEAReg() 857 LV->replaceKillInstruction(Src2, MI, *InsMI2); in convertToThreeAddressWithLEA() 873 LV->replaceKillInstruction(Src, MI, *InsMI); in convertToThreeAddressWithLEA() 875 LV->replaceKillInstruction(Dest, MI, *ExtMI); in convertToThreeAddressWithLEA() 1067 LV->replaceKillInstruction(SrcReg2, MI, *NewMI); in convertToThreeAddress() 1320 LV->replaceKillInstruction(Src.getReg(), MI, *NewMI); in convertToThreeAddress() 1322 LV->replaceKillInstruction(Dest.getReg(), MI, *NewMI); in convertToThreeAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 993 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()
|