Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp304 Symbol *assignSlot(const Interval&, const unsigned int size);
1438 slot = spill.assignSlot(node->livei, lval->reg.size); in selectRegisters()
1557 SpillCodeInserter::assignSlot(const Interval &livei, const unsigned int size) in assignSlot() function in nv50_ir::SpillCodeInserter