/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 37 if (TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix)) in AllocationOrder()
|
D | TargetRegisterInfo.cpp | 383 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in TargetRegisterInfo 391 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
|
/external/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 38 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in AllocationOrder()
|
D | TargetRegisterInfo.cpp | 330 TargetRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in TargetRegisterInfo
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | AllocationOrder.cpp | 37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in create()
|
D | TargetRegisterInfo.cpp | 422 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo 428 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.h | 61 bool getRegAllocationHints(unsigned VirtReg,
|
D | SystemZRegisterInfo.cpp | 77 SystemZRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in SystemZRegisterInfo 87 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.h | 160 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
D | X86RegisterInfo.cpp | 974 bool X86RegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in X86RegisterInfo 982 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.h | 98 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
D | RISCVRegisterInfo.cpp | 691 bool RISCVRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in RISCVRegisterInfo 697 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.h | 147 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
D | SystemZRegisterInfo.cpp | 74 bool SystemZRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in SystemZRegisterInfo 82 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 134 void getRegAllocationHints(unsigned VirtReg,
|
D | ARMBaseRegisterInfo.cpp | 255 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in ARMBaseRegisterInfo 273 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 152 bool getRegAllocationHints(unsigned VirtReg,
|
D | ARMBaseRegisterInfo.cpp | 301 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, in getRegAllocationHints() function in ARMBaseRegisterInfo 319 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 184 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
D | ARMBaseRegisterInfo.cpp | 336 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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 104 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 759 virtual void getRegAllocationHints(unsigned VirtReg,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 780 virtual bool getRegAllocationHints(unsigned VirtReg,
|
D | MachineRegisterInfo.h | 811 &getRegAllocationHints(unsigned VReg) const { in getRegAllocationHints() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 888 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|