Home
last modified time | relevance | path

Searched refs:else_body (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_op.cc215 const FunctionBody* else_body; in Compile() local
221 &else_body)); in Compile()
228 else_branch_must_be_const_nodes[else_body->arg_nodes[arg_idx] in Compile()
/external/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp718 bblock_t *else_body = v->cfg->blocks[2]; in TEST_F() local
719 fs_inst *rol = instruction(else_body, 0); in TEST_F()
763 bblock_t *else_body = v->cfg->blocks[2]; in TEST_F() local
764 fs_inst *rol = instruction(else_body, 4); in TEST_F()
808 bblock_t *else_body = v->cfg->blocks[2]; in TEST_F() local
809 fs_inst *rol = instruction(else_body, 0); in TEST_F()
854 bblock_t *else_body = v->cfg->blocks[2]; in TEST_F() local
855 fs_inst *rol = instruction(else_body, 0); in TEST_F()
/external/llvm-project/clang/tools/clang-fuzzer/
Dcxx_proto.proto68 required StatementSeq else_body = 3; field
/external/mesa3d/src/compiler/glsl/
Dlower_variable_index_to_cond_assign.cpp292 ir_factory else_body(&if_less->else_instructions, body.mem_ctx); in bisect() local
294 generate(middle, end, else_body); in bisect()
/external/llvm-project/clang/tools/clang-fuzzer/proto-to-cxx/
Dproto_to_cxx.cpp67 << x.else_body() << "}\n"; in operator <<()
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c727 list_inithead(&if_stmt->else_body); in vtn_process_block()
752 &if_stmt->else_body, else_block); in vtn_process_block()
1100 vtn_emit_cf_list_structured(b, &vtn_if->else_body, in vtn_emit_cf_list_structured()
Dvtn_private.h179 struct list_head else_body; member