Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAllocationOrder.cpp38 if (TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix)) in AllocationOrder()
H A DTargetRegisterInfo.cpp392 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 DSystemZRegisterInfo.h53 bool getRegAllocationHints(unsigned VirtReg,
H A DSystemZRegisterInfo.cpp58 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 DARMBaseRegisterInfo.h150 bool getRegAllocationHints(unsigned VirtReg,
H A DARMBaseRegisterInfo.cpp289 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 DTargetRegisterInfo.h809 virtual bool getRegAllocationHints(unsigned VirtReg,
H A DMachineRegisterInfo.h806 &getRegAllocationHints(unsigned VReg) const { in getRegAllocationHints() function