Searched refs:true_block (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_flow.c | 391 /* 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 D | lp_bld_flow.h | 173 LLVMBasicBlockRef true_block; member in struct:lp_build_if_state
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_flow.c | 415 /* 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 D | lp_bld_flow.h | 183 LLVMBasicBlockRef true_block; member in struct:lp_build_if_state
|
| H A D | lp_bld_coro.c | 192 LLVMAddIncoming(phi, &alloc_mem, &if_state_coro.true_block, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_module.h | 408 unsigned true_block, unsigned false_block);
|
| H A D | nir_to_dxil.c | 3800 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 D | dxil_module.c | 2662 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 D | radv_nir_to_llvm.c | 135 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 D | si_shader_tgsi_mem.c | 1299 LLVMBasicBlockRef bb[2] = { if_ctx.true_block, if_ctx.entry_block };
|
| H A D | si_shader.c | 5714 blocks[0] = if_ctx.true_block; 5726 LLVMPositionBuilderAtEnd(ctx.ac.builder, if_ctx.true_block);
|
Completed in 35 milliseconds