Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp292 UseMO.substVirtReg(KilledProdReg, KilledProdSubReg, *TRI); in processBlock()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp113 Old.substVirtReg(New->getReg(), New->getSubReg(), TRI); in updateOperand()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h305 void substVirtReg(unsigned Reg, unsigned SubIdx, const TargetRegisterInfo&);
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h358 void substVirtReg(unsigned Reg, unsigned SubIdx, const TargetRegisterInfo&);
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp663 (*I)->substVirtReg(NewReg, 0, *TRI); in runOnInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp117 void MachineOperand::substVirtReg(unsigned Reg, unsigned SubIdx, in substVirtReg() function in MachineOperand
1150 MO.substVirtReg(ToReg, SubIdx, RegInfo); in substituteRegister()
DRegisterCoalescer.cpp963 MO.substVirtReg(DstReg, SubIdx, *TRI); in UpdateRegDefsUses()
1653 MI->getOperand(0).substVirtReg(Src, 0, *TRI); in JoinIntervals()
DLiveDebugVariables.cpp711 Loc.substVirtReg(NewReg, SubIdx, *TRI); in renameRegister()
DTwoAddressInstructionPass.cpp1297 MO.substVirtReg(DstReg, SubIdx, TRI); in UpdateRegSequenceSrcs()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp77 void MachineOperand::substVirtReg(unsigned Reg, unsigned SubIdx, in substVirtReg() function in MachineOperand
1504 MO.substVirtReg(ToReg, SubIdx, RegInfo); in substituteRegister()
DRegisterCoalescer.cpp1312 MO.substVirtReg(DstReg, SubIdx, *TRI); in updateRegDefsUses()