Home
last modified time | relevance | path

Searched refs:substPhysReg (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h486 void substPhysReg(MCRegister Reg, const TargetRegisterInfo&);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp390 O.substPhysReg(ToReg, *TRI); in replaceRegWith()
DRegisterCoalescer.cpp910 UseMO.substPhysReg(NewReg, *TRI); in removeCopyByCommutingDef()
1513 UseMO.substPhysReg(DstReg, *TRI); in reMaterializeTrivialDef()
1754 MO.substPhysReg(DstReg, *TRI); in updateRegDefsUses()
DMachineOperand.cpp85 void MachineOperand::substPhysReg(MCRegister Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand
DLiveDebugVariables.cpp1199 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
DMachineInstr.cpp1148 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp289 I.getOperand(1).substPhysReg(SrcReg, TRI); in selectCopy()