/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 37 if (TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix)) in AllocationOrder()
|
D | TargetRegisterInfo.cpp | 383 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in TargetRegisterInfo 391 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in create()
|
D | TargetRegisterInfo.cpp | 402 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo 408 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
|
/external/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 38 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in AllocationOrder()
|
D | TargetRegisterInfo.cpp | 330 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in TargetRegisterInfo
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.h | 61 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
D | SystemZRegisterInfo.cpp | 76 bool SystemZRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in SystemZRegisterInfo 84 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.h | 61 bool getRegAllocationHints(unsigned VirtReg,
|
D | SystemZRegisterInfo.cpp | 77 SystemZRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in SystemZRegisterInfo 87 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 134 void getRegAllocationHints(unsigned VirtReg,
|
D | ARMBaseRegisterInfo.cpp | 255 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in ARMBaseRegisterInfo 273 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 157 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
D | ARMBaseRegisterInfo.cpp | 318 bool ARMBaseRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in ARMBaseRegisterInfo 334 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints() 339 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 152 bool getRegAllocationHints(unsigned VirtReg,
|
D | ARMBaseRegisterInfo.cpp | 301 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in ARMBaseRegisterInfo 319 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 759 virtual void getRegAllocationHints(unsigned VirtReg,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 780 virtual bool getRegAllocationHints(unsigned VirtReg,
|
D | MachineRegisterInfo.h | 811 &getRegAllocationHints(unsigned VReg) const { in getRegAllocationHints() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 800 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
D | MachineRegisterInfo.h | 824 &getRegAllocationHints(Register VReg) const { in getRegAllocationHints() function
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | regalloc-copy-hints.mir | 14 # A physreg should always only be hinted once per getRegAllocationHints() query.
|