Home
last modified time | relevance | path

Searched refs:getRegAllocationHints (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.cpp37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in create()
H A DTargetRegisterInfo.cpp465 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo
471 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.h174 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DX86RegisterInfo.cpp1152 bool X86RegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in X86RegisterInfo
1160 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h149 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DSystemZRegisterInfo.cpp73 bool SystemZRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in SystemZRegisterInfo
81 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.h142 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DRISCVRegisterInfo.cpp904 bool RISCVRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in RISCVRegisterInfo
911 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h106 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DARMBaseRegisterInfo.cpp365 bool ARMBaseRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in ARMBaseRegisterInfo
381 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
386 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp1134 bool AArch64RegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in AArch64RegisterInfo
1141 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, in getRegAllocationHints()
1269 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, in getRegAllocationHints()
1277 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, in getRegAllocationHints()
1304 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, in getRegAllocationHints()
H A DAArch64RegisterInfo.h139 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h113 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DPPCRegisterInfo.cpp555 bool PPCRegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in PPCRegisterInfo
570 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h359 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DSIRegisterInfo.cpp3787 bool SIRegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in SIRegisterInfo
3849 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h978 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DMachineRegisterInfo.h854 getRegAllocationHints(Register VReg) const { in getRegAllocationHints() function