Home
last modified time | relevance | path

Searched refs:getRegAllocationHints (Results 1 – 14 of 14) 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.cpp419 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo
425 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.h175 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DX86RegisterInfo.cpp1073 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 DSystemZRegisterInfo.h149 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DSystemZRegisterInfo.cpp74 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 DRISCVRegisterInfo.h128 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DRISCVRegisterInfo.cpp802 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 DARMBaseRegisterInfo.cpp336 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 DARMBaseRegisterInfo.h181 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h104 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DPPCRegisterInfo.cpp561 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 DTargetRegisterInfo.h928 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DMachineRegisterInfo.h849 getRegAllocationHints(Register VReg) const { in getRegAllocationHints() function