Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSpillPlacement.cpp99 bool mustSpill() const { in mustSpill() function
317 if (nodes[n].mustSpill()) in scanActiveBundles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.cpp107 bool mustSpill() const { in mustSpill() function
325 if (nodes[n].mustSpill()) in scanActiveBundles()
/external/llvm-project/llvm/lib/CodeGen/
DSpillPlacement.cpp103 bool mustSpill() const { in mustSpill() function
321 if (nodes[n].mustSpill()) in scanActiveBundles()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp871 std::list<ValuePair> mustSpill; member in nv50_ir::GCRA
1503 mustSpill.push_back(ValuePair(lval, slot)); in selectRegisters()
1506 if (!mustSpill.empty()) in selectRegisters()
1588 spill.run(mustSpill); in allocateRegisters()
1604 mustSpill.clear(); in cleanup()