Searched refs:substPhysReg (Results 1 – 17 of 17) 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&);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 477 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 392 O.substPhysReg(ToReg, *TRI); in replaceRegWith()
|
D | MachineOperand.cpp | 83 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand
|
D | LiveDebugVariables.cpp | 1066 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
|
D | RegisterCoalescer.cpp | 817 UseMO.substPhysReg(NewReg, *TRI); in removeCopyByCommutingDef() 1593 MO.substPhysReg(DstReg, *TRI); in updateRegDefsUses()
|
D | MachineInstr.cpp | 970 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 289 I.getOperand(1).substPhysReg(SrcReg, TRI); in selectCopy()
|