Home
last modified time | relevance | path

Searched refs:mustSpill (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSpillPlacement.cpp106 /// mustSpill - Return True if this node is so biased that it must spill.
107 bool mustSpill() const { in mustSpill() function
325 if (nodes[n].mustSpill()) in scanActiveBundles()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp861 std::list<ValuePair> mustSpill; member in nv50_ir::GCRA
1513 mustSpill.push_back(ValuePair(lval, slot)); in selectRegisters()
1516 if (!mustSpill.empty()) in selectRegisters()
1598 spill.run(mustSpill); in allocateRegisters()
1614 mustSpill.clear(); in cleanup()

Completed in 5 milliseconds