| /freebsd/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 | 419 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo 425 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 175 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | X86RegisterInfo.cpp | 1073 bool X86RegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in X86RegisterInfo 1081 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.h | 149 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/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.h | 128 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | RISCVRegisterInfo.cpp | 802 bool RISCVRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in RISCVRegisterInfo 809 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 336 bool ARMBaseRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in ARMBaseRegisterInfo 352 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints() 357 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
|
| H A D | ARMBaseRegisterInfo.h | 181 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.h | 104 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | PPCRegisterInfo.cpp | 561 bool PPCRegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in PPCRegisterInfo 576 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 928 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | MachineRegisterInfo.h | 849 getRegAllocationHints(Register VReg) const { in getRegAllocationHints() function
|