Home
last modified time | relevance | path

Searched defs:then_block (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_sel_peephole.cpp67 bblock_t *then_block, bblock_t *else_block) in count_movs_from_if()
142 bblock_t *then_block = block->next(); in opt_peephole_sel() local
/external/mesa3d/src/compiler/nir/
Dnir_opt_conditional_discard.c43 nir_block *then_block = nir_if_first_then_block(if_stmt); in nir_opt_conditional_discard_block() local
Dnir_opt_peephole_select.c161 nir_block *then_block = nir_if_first_then_block(if_stmt); in nir_opt_peephole_select_block() local
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir_lower_if_else.c227 nir_block *then_block = nir_if_first_then_block(if_stmt); in lower_if_else_block() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process() local
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c410 struct vtn_block *then_block = in vtn_cfg_walk_blocks() local
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1613 struct qblock *then_block = vir_new_block(c); in ntq_emit_if() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1922 struct qblock *then_block = qir_new_block(c); in ntq_emit_if() local
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5284 nir_block *then_block = in visit_if() local
6914 LLVMBasicBlockRef then_block = LLVMAppendBasicBlockInContext(ctx.ac.context, fn, ""); in ac_translate_nir_to_llvm() local
/external/v8/src/parsing/
Dparser.cc4129 Block* then_block = factory()->NewBlock(2, false); in BuildIteratorCloseForCompletion() local