Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp472 static Instruction *insertSpills(SpillInfo &Spills, coro::Shape &Shape) { in insertSpills() function
942 Shape.FramePtr = insertSpills(Spills, Shape); in buildCoroutineFrame()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp1813 SpillCodeInserter insertSpills(func); in execFunc() local
1815 GCRA gcra(func, insertSpills); in execFunc()
1869 func->tlsSize = insertSpills.getStackSize(); in execFunc()