Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAllocationOrder.cpp37 if (TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix)) in AllocationOrder()
DTargetRegisterInfo.cpp383 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in TargetRegisterInfo
391 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
/external/llvm-project/llvm/lib/CodeGen/
DAllocationOrder.cpp37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in create()
DTargetRegisterInfo.cpp402 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo
408 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
/external/llvm/lib/CodeGen/
DAllocationOrder.cpp38 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in AllocationOrder()
DTargetRegisterInfo.cpp330 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in TargetRegisterInfo
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.h61 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
DSystemZRegisterInfo.cpp76 bool SystemZRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in SystemZRegisterInfo
84 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.h61 bool getRegAllocationHints(unsigned VirtReg,
DSystemZRegisterInfo.cpp77 SystemZRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in SystemZRegisterInfo
87 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h134 void getRegAllocationHints(unsigned VirtReg,
DARMBaseRegisterInfo.cpp255 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in ARMBaseRegisterInfo
273 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h157 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h152 bool getRegAllocationHints(unsigned VirtReg,
DARMBaseRegisterInfo.cpp301 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in ARMBaseRegisterInfo
319 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h759 virtual void getRegAllocationHints(unsigned VirtReg,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h780 virtual bool getRegAllocationHints(unsigned VirtReg,
DMachineRegisterInfo.h811 &getRegAllocationHints(unsigned VReg) const { in getRegAllocationHints() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h800 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
DMachineRegisterInfo.h824 &getRegAllocationHints(Register VReg) const { in getRegAllocationHints() function
/external/llvm-project/llvm/test/CodeGen/X86/
Dregalloc-copy-hints.mir14 # A physreg should always only be hinted once per getRegAllocationHints() query.