Home
last modified time | relevance | path

Searched refs:substPhysReg (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h311 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp709 Loc.substPhysReg(NewReg, *TRI); in renameRegister()
891 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
DMachineInstr.cpp127 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand
1143 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
DRegisterCoalescer.cpp755 UseMO.substPhysReg(NewReg, *TRI); in RemoveCopyByCommutingDef()
961 MO.substPhysReg(DstReg, *TRI); in UpdateRegDefsUses()
DVirtRegRewriter.cpp71 MO.substPhysReg(Reg, TRI); in substitutePhysReg()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp325 O.substPhysReg(ToReg, *TRI); in replaceRegWith()
DMachineInstr.cpp87 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand
1498 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
DLiveDebugVariables.cpp929 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
DRegisterCoalescer.cpp767 UseMO.substPhysReg(NewReg, *TRI); in removeCopyByCommutingDef()
1310 MO.substPhysReg(DstReg, *TRI); in updateRegDefsUses()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h364 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h477 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp392 O.substPhysReg(ToReg, *TRI); in replaceRegWith()
DMachineOperand.cpp83 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand
DLiveDebugVariables.cpp1066 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
DRegisterCoalescer.cpp817 UseMO.substPhysReg(NewReg, *TRI); in removeCopyByCommutingDef()
1593 MO.substPhysReg(DstReg, *TRI); in updateRegDefsUses()
DMachineInstr.cpp970 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp289 I.getOperand(1).substPhysReg(SrcReg, TRI); in selectCopy()