/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 38 if (TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix)) in AllocationOrder()
|
D | TargetRegisterInfo.cpp | 391 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in TargetRegisterInfo 399 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.h | 53 bool getRegAllocationHints(unsigned VirtReg,
|
D | SystemZRegisterInfo.cpp | 58 SystemZRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in SystemZRegisterInfo 105 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 148 bool getRegAllocationHints(unsigned VirtReg,
|
D | ARMBaseRegisterInfo.cpp | 284 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in ARMBaseRegisterInfo 302 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-7.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 802 virtual bool getRegAllocationHints(unsigned VirtReg,
|
D | MachineRegisterInfo.h | 803 &getRegAllocationHints(unsigned VReg) const { in getRegAllocationHints() function
|