Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAllocationOrder.cpp37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in create()
H A DTargetRegisterInfo.cpp421 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo
427 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.h148 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DX86RegisterInfo.cpp909 bool X86RegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in X86RegisterInfo
917 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h136 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp318 bool ARMBaseRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in ARMBaseRegisterInfo
334 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
339 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
H A DARMBaseRegisterInfo.h157 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h847 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DMachineRegisterInfo.h814 &getRegAllocationHints(Register VReg) const { in getRegAllocationHints() function