Searched refs:if_block (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 413 if (current_block != current_branch->if_block) { in else_emit() 416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) { in else_emit() 435 if (current_block != current_branch->if_block in endif_emit() 446 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) { in endif_emit() 447 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->if_block); in endif_emit() 480 LLVMBasicBlockRef if_block, else_block, endif_block; in if_emit() local 488 if_block = LLVMInsertBasicBlockInContext(gallivm->context, in if_emit() 492 LLVMBuildCondBr(gallivm->builder, cond, if_block, else_block); in if_emit() 493 LLVMPositionBuilderAtEnd(gallivm->builder, if_block); in if_emit() 497 ctx->branch[ctx->branch_depth - 1].if_block = if_block; in if_emit()
|
D | radeon_llvm.h | 43 LLVMBasicBlockRef if_block; member
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | jsilver.sablecc | 335 | {if} if_block 336 {->if_block.command} 401 if_block {->command}
|
/external/curl/packages/vms/ |
D | config_h.com | 246 $if_block = 0
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 520 "if_entry", "if_end", "if_stmt", "if_block", "menu", "menu_entry",
|