Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h670 void setRegAllocationHint(unsigned VReg, unsigned Type, unsigned PrefReg) { in setRegAllocationHint() argument
673 RegAllocHints[VReg].second = PrefReg; in setRegAllocationHint()
678 void setSimpleHint(unsigned VReg, unsigned PrefReg) { in setSimpleHint() argument
679 setRegAllocationHint(VReg, /*Type=*/0, PrefReg); in setSimpleHint()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpillPlacement.h72 PrefReg, ///< Block entry/exit prefers a register. enumerator
DRegAllocGreedy.cpp685 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
686 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
907 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg); in calcGlobalSplitCost()
909 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg); in calcGlobalSplitCost()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h251 void setRegAllocationHint(unsigned Reg, unsigned Type, unsigned PrefReg) { in setRegAllocationHint() argument
253 RegAllocHints[Reg].second = PrefReg; in setRegAllocationHint()
/external/llvm/lib/CodeGen/
DSpillPlacement.h83 PrefReg, ///< Block entry/exit prefers a register. enumerator
DSpillPlacement.cpp134 case PrefReg: in addBias()
DRegAllocGreedy.cpp947 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
948 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
1173 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg); in calcGlobalSplitCost()
1175 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg); in calcGlobalSplitCost()