Searched refs:substVirtReg (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 292 UseMO.substVirtReg(KilledProdReg, KilledProdSubReg, *TRI); in processBlock()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 113 Old.substVirtReg(New->getReg(), New->getSubReg(), TRI); in updateOperand()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineOperand.h | 305 void substVirtReg(unsigned Reg, unsigned SubIdx, const TargetRegisterInfo&);
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 358 void substVirtReg(unsigned Reg, unsigned SubIdx, const TargetRegisterInfo&);
|
/external/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 663 (*I)->substVirtReg(NewReg, 0, *TRI); in runOnInstruction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 117 void MachineOperand::substVirtReg(unsigned Reg, unsigned SubIdx, in substVirtReg() function in MachineOperand 1150 MO.substVirtReg(ToReg, SubIdx, RegInfo); in substituteRegister()
|
D | RegisterCoalescer.cpp | 963 MO.substVirtReg(DstReg, SubIdx, *TRI); in UpdateRegDefsUses() 1653 MI->getOperand(0).substVirtReg(Src, 0, *TRI); in JoinIntervals()
|
D | LiveDebugVariables.cpp | 711 Loc.substVirtReg(NewReg, SubIdx, *TRI); in renameRegister()
|
D | TwoAddressInstructionPass.cpp | 1297 MO.substVirtReg(DstReg, SubIdx, TRI); in UpdateRegSequenceSrcs()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 77 void MachineOperand::substVirtReg(unsigned Reg, unsigned SubIdx, in substVirtReg() function in MachineOperand 1504 MO.substVirtReg(ToReg, SubIdx, RegInfo); in substituteRegister()
|
D | RegisterCoalescer.cpp | 1312 MO.substVirtReg(DstReg, SubIdx, *TRI); in updateRegDefsUses()
|