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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c391 /* create/insert true_block before merge_block */
392 ifthen->true_block =
398 LLVMPositionBuilderAtEnd(gallivm->builder, ifthen->true_block);
410 /* Append an unconditional Br(anch) instruction on the true_block */
444 ifthen->true_block, ifthen->false_block);
449 ifthen->true_block, ifthen->merge_block);
H A Dlp_bld_flow.h173 LLVMBasicBlockRef true_block; member in struct:lp_build_if_state
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c415 /* create/insert true_block before merge_block */
416 ifthen->true_block =
422 LLVMPositionBuilderAtEnd(gallivm->builder, ifthen->true_block);
434 /* Append an unconditional Br(anch) instruction on the true_block */
468 ifthen->true_block, ifthen->false_block);
473 ifthen->true_block, ifthen->merge_block);
H A Dlp_bld_flow.h183 LLVMBasicBlockRef true_block; member in struct:lp_build_if_state
H A Dlp_bld_coro.c192 LLVMAddIncoming(phi, &alloc_mem, &if_state_coro.true_block, 1);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.h408 unsigned true_block, unsigned false_block);
H A Dnir_to_dxil.c3800 int true_block, int false_block)
3803 assert(true_block >= 0);
3805 return dxil_emit_branch(&ctx->mod, cond, true_block, false_block);
3799 emit_cond_branch(struct ntd_context * ctx,const struct dxil_value * cond,int true_block,int false_block) argument
H A Ddxil_module.c2662 unsigned true_block, unsigned false_block)
2672 instr->br.succ[0] = true_block;
2661 dxil_emit_branch(struct dxil_module * m,const struct dxil_value * cond,unsigned true_block,unsigned false_block) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c135 LLVMBasicBlockRef true_block; member in struct:ac_build_if_state
179 /* create/insert true_block before merge_block */
180 ifthen->true_block =
186 LLVMPositionBuilderAtEnd(ctx->ac.builder, ifthen->true_block);
209 ifthen->true_block, ifthen->false_block);
214 ifthen->true_block, ifthen->merge_block);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c1299 LLVMBasicBlockRef bb[2] = { if_ctx.true_block, if_ctx.entry_block };
H A Dsi_shader.c5714 blocks[0] = if_ctx.true_block;
5726 LLVMPositionBuilderAtEnd(ctx.ac.builder, if_ctx.true_block);

Completed in 35 milliseconds