Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp293 UseMO.substVirtReg(KilledProdReg, KilledProdSubReg, *TRI); in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h480 void substVirtReg(Register Reg, unsigned SubIdx, const TargetRegisterInfo&);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp645 (*I)->substVirtReg(NewReg, 0, *TRI); in runOnInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp75 void MachineOperand::substVirtReg(Register Reg, unsigned SubIdx, in substVirtReg() function in MachineOperand
DMachineInstr.cpp1154 MO.substVirtReg(ToReg, SubIdx, RegInfo); in substituteRegister()
DRegisterCoalescer.cpp1756 MO.substVirtReg(DstReg, SubIdx, *TRI); in updateRegDefsUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp301 Old.substVirtReg(New->getReg(), New->getSubReg(), TRI); in updateOperand()