Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h755 void setRegAllocationHint(unsigned VReg, unsigned Type, unsigned PrefReg) { in setRegAllocationHint() argument
759 RegAllocHints[VReg].second.push_back(PrefReg); in setRegAllocationHint()
764 void addRegAllocationHint(unsigned VReg, unsigned PrefReg) { in addRegAllocationHint() argument
766 RegAllocHints[VReg].second.push_back(PrefReg); in addRegAllocationHint()
771 void setSimpleHint(unsigned VReg, unsigned PrefReg) { in setSimpleHint() argument
772 setRegAllocationHint(VReg, /*Type=*/0, PrefReg); in setSimpleHint()
/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/include/llvm/CodeGen/
DMachineRegisterInfo.h251 void setRegAllocationHint(unsigned Reg, unsigned Type, unsigned PrefReg) { in setRegAllocationHint() argument
253 RegAllocHints[Reg].second = PrefReg; in setRegAllocationHint()
/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-7.0/llvm/lib/CodeGen/
DSpillPlacement.h83 PrefReg, ///< Block entry/exit prefers a register. enumerator
DSpillPlacement.cpp142 case PrefReg: in addBias()
DRegAllocGreedy.cpp1185 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
1186 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
1586 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg); in calcGlobalSplitCost()
1588 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg); in calcGlobalSplitCost()
/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()