Searched refs:getRegAllocationHints (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AllocationOrder.cpp | 37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in create()
|
| H A D | TargetRegisterInfo.cpp | 421 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo 427 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 148 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | X86RegisterInfo.cpp | 910 bool X86RegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in X86RegisterInfo 918 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.h | 136 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | SystemZRegisterInfo.cpp | 74 bool SystemZRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in SystemZRegisterInfo 82 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.h | 157 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | ARMBaseRegisterInfo.cpp | 323 bool ARMBaseRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in ARMBaseRegisterInfo 339 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints() 344 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.h | 102 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | PPCRegisterInfo.cpp | 475 bool PPCRegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in PPCRegisterInfo 490 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 847 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | MachineRegisterInfo.h | 814 &getRegAllocationHints(Register VReg) const { in getRegAllocationHints() function
|