Home
last modified time | relevance | path

Searched refs:PrefReg (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h758 void setRegAllocationHint(unsigned VReg, unsigned Type, unsigned PrefReg) { in setRegAllocationHint() argument
762 RegAllocHints[VReg].second.push_back(PrefReg); in setRegAllocationHint()
767 void addRegAllocationHint(unsigned VReg, unsigned PrefReg) { in addRegAllocationHint() argument
769 RegAllocHints[VReg].second.push_back(PrefReg); in addRegAllocationHint()
774 void setSimpleHint(unsigned VReg, unsigned PrefReg) { in setSimpleHint() argument
775 setRegAllocationHint(VReg, /*Type=*/0, PrefReg); in setSimpleHint()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.h83 PrefReg, ///< Block entry/exit prefers a register. enumerator
H A DSpillPlacement.cpp142 case PrefReg: in addBias()
H A DRegAllocGreedy.cpp1185 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
1188 ? SpillPlacement::PrefReg in addSplitConstraints()
1609 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg); in calcGlobalSplitCost()
1611 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg); in calcGlobalSplitCost()