Searched refs:getRegAllocationHints (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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
|