Searched refs:if_context (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp69 struct if_context { struct in namespace:aco::__anon562fcc110110
10219 static void begin_uniform_if_then(isel_context* ctx, if_context* ic, Temp cond);
10220 static void begin_uniform_if_else(isel_context* ctx, if_context* ic);
10221 static void end_uniform_if(isel_context* ctx, if_context* ic);
10235 if_context ic;
10287 begin_divergent_if_then(isel_context* ctx, if_context* ic, Temp cond)
10332 begin_divergent_if_else(isel_context* ctx, if_context* ic)
10394 end_divergent_if(isel_context* ctx, if_context* ic)
10451 begin_uniform_if_then(isel_context* ctx, if_context* ic, Temp cond)
10484 begin_uniform_if_else(isel_context* ctx, if_context* i
[all...]

Completed in 44 milliseconds