Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAllocationOrder.cpp38 if (TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix)) in AllocationOrder()
DTargetRegisterInfo.cpp391 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in TargetRegisterInfo
399 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.h53 bool getRegAllocationHints(unsigned VirtReg,
DSystemZRegisterInfo.cpp58 SystemZRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in SystemZRegisterInfo
105 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h148 bool getRegAllocationHints(unsigned VirtReg,
DARMBaseRegisterInfo.cpp284 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in ARMBaseRegisterInfo
302 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-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h802 virtual bool getRegAllocationHints(unsigned VirtReg,
DMachineRegisterInfo.h803 &getRegAllocationHints(unsigned VReg) const { in getRegAllocationHints() function