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

/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp119 /// mustSpill - Return True if this node is so biased that it must spill.
120 bool mustSpill() const { function in struct:SpillPlacement::Node
299 if (nodes[ib].Links.empty() && !nodes[ib].mustSpill())
301 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill())
316 if (nodes[n].mustSpill())
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp708 std::list<ValuePair> mustSpill; member in class:nv50_ir::GCRA
1287 mustSpill.push_back(ValuePair(lval, slot));
1290 if (!mustSpill.empty())
1338 spill.run(mustSpill);
1353 mustSpill.clear();
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp708 std::list<ValuePair> mustSpill; member in class:nv50_ir::GCRA
1287 mustSpill.push_back(ValuePair(lval, slot));
1290 if (!mustSpill.empty())
1338 spill.run(mustSpill);
1353 mustSpill.clear();

Completed in 174 milliseconds