Home
last modified time | relevance | path

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/
DLiveVariables.h194 void replaceKillInstruction(unsigned Reg, MachineInstr &OldMI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp328 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()
DLiveVariables.cpp681 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/
DX86InstrInfo.cpp753 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/
DSystemZInstrInfo.cpp993 LV->replaceKillInstruction(Op.getReg(), MI, *MIB); in convertToThreeAddress()