| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceVirtualRegisters.cpp | 27 MRI.getRegAllocationHints(Reg); in dropRegisterHintsFromFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | AllocationOrder.cpp | 37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in create()
|
| H A D | TargetRegisterInfo.cpp | 422 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo 428 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.h | 98 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | RISCVRegisterInfo.cpp | 691 bool RISCVRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in RISCVRegisterInfo 697 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 160 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | X86RegisterInfo.cpp | 974 bool X86RegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in X86RegisterInfo 982 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.h | 147 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | SystemZRegisterInfo.cpp | 74 bool SystemZRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in SystemZRegisterInfo 82 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.h | 184 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.h | 104 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | PPCRegisterInfo.cpp | 561 bool PPCRegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in PPCRegisterInfo 576 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 284 const auto &Hints = SrcMRI->getRegAllocationHints(Reg); in cloneMF() 505 Score += MRI.getRegAllocationHints(Reg).second.size(); in computeMIRComplexityScoreImpl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 888 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
|
| H A D | MachineRegisterInfo.h | 841 &getRegAllocationHints(Register VReg) const { in getRegAllocationHints() function
|