Searched refs:substPhysReg (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineOperand.h | 311 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 709 Loc.substPhysReg(NewReg, *TRI); in renameRegister() 891 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
|
D | MachineInstr.cpp | 127 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand 1143 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
|
D | RegisterCoalescer.cpp | 755 UseMO.substPhysReg(NewReg, *TRI); in RemoveCopyByCommutingDef() 961 MO.substPhysReg(DstReg, *TRI); in UpdateRegDefsUses()
|
D | VirtRegRewriter.cpp | 71 MO.substPhysReg(Reg, TRI); in substitutePhysReg()
|
/external/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 325 O.substPhysReg(ToReg, *TRI); in replaceRegWith()
|
D | MachineInstr.cpp | 87 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand 1498 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
|
D | LiveDebugVariables.cpp | 929 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
|
D | RegisterCoalescer.cpp | 767 UseMO.substPhysReg(NewReg, *TRI); in removeCopyByCommutingDef() 1310 MO.substPhysReg(DstReg, *TRI); in updateRegDefsUses()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 364 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
|