Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSpillPlacement.cpp100 bool mustSpill() const { in mustSpill() function
291 if (nodes[ib].Links.empty() && !nodes[ib].mustSpill()) in addLinks()
293 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill()) in addLinks()
308 if (nodes[n].mustSpill()) in scanActiveBundles()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp708 std::list<ValuePair> mustSpill; member in nv50_ir::GCRA
1287 mustSpill.push_back(ValuePair(lval, slot)); in selectRegisters()
1290 if (!mustSpill.empty()) in selectRegisters()
1338 spill.run(mustSpill); in allocateRegisters()
1353 mustSpill.clear(); in cleanup()