Searched defs:spiller (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocBasic.cpp109 virtual Spiller &spiller() { return *SpillerInstance; } function in class:__anon18548::RABasic
304 // Unused registers can appear when the spiller coalesces snippets.
395 spiller().spill(LRE);
528 spiller().spill(LRE);
565 // spiller. Always use -spiller=inline with -verify-regalloc. Even with the
566 // inline spiller, some tests fail to verify because the coalescer does not
H A DRegAllocGreedy.cpp239 virtual Spiller &spiller() { return *SpillerInstance; } function in class:__anon18553::RAGreedy
1597 spiller().spill(LRE);

Completed in 108 milliseconds