Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceVirtualRegisters.cpp26 MRI.getRegAllocationHints(Reg); in dropRegisterHintsFromFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAllocationOrder.cpp37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in create()
H A DTargetRegisterInfo.cpp422 bool TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints() function in TargetRegisterInfo
428 MRI.getRegAllocationHints(VirtReg); in getRegAllocationHints()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.h160 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DX86RegisterInfo.cpp972 bool X86RegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in X86RegisterInfo
980 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h147 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()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h184 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DARMBaseRegisterInfo.cpp336 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()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h104 bool getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DPPCRegisterInfo.cpp542 bool PPCRegisterInfo::getRegAllocationHints(Register VirtReg, in getRegAllocationHints() function in PPCRegisterInfo
557 bool BaseImplRetVal = TargetRegisterInfo::getRegAllocationHints( in getRegAllocationHints()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp263 const auto &Hints = SrcMRI->getRegAllocationHints(Reg); in cloneMF()
551 Score += MRI.getRegAllocationHints(Reg).second.size(); in computeMIRComplexityScoreImpl()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h860 getRegAllocationHints(Register VirtReg, ArrayRef<MCPhysReg> Order,
H A DMachineRegisterInfo.h822 &getRegAllocationHints(Register VReg) const { in getRegAllocationHints() function
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dregalloc-copy-hints.mir14 # A physreg should always only be hinted once per getRegAllocationHints() query.