Searched refs:getRegAllocationHints (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | AllocationOrder.cpp | 38 if (TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix)) in AllocationOrder()
|
| H A D | TargetRegisterInfo.cpp | 392 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in TargetRegisterInfo 400 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.h | 53 bool getRegAllocationHints(unsigned VirtReg,
|
| H A D | SystemZRegisterInfo.cpp | 58 SystemZRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in SystemZRegisterInfo 67 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.h | 150 bool getRegAllocationHints(unsigned VirtReg,
|
| H A D | ARMBaseRegisterInfo.cpp | 289 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in ARMBaseRegisterInfo 307 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 809 virtual bool getRegAllocationHints(unsigned VirtReg,
|
| H A D | MachineRegisterInfo.h | 806 &getRegAllocationHints(unsigned VReg) const { in getRegAllocationHints() function
|