Searched refs:else_body (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | if_op.cc | 215 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/ |
D | test_fs_scoreboard.cpp | 718 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/ |
D | cxx_proto.proto | 68 required StatementSeq else_body = 3; field
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_variable_index_to_cond_assign.cpp | 292 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/ |
D | proto_to_cxx.cpp | 67 << x.else_body() << "}\n"; in operator <<()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 727 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()
|
D | vtn_private.h | 179 struct list_head else_body; member
|