Home
last modified time | relevance | path

Searched refs:then_label (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgimple-low.c404 tree then_label, else_label, end_label, t; in lower_cond_expr() local
406 then_label = NULL_TREE; in lower_cond_expr()
415 then_label = t; in lower_cond_expr()
444 if (then_label) in lower_cond_expr()
448 tsi_link_after (tsi, then_label, TSI_CONTINUE_LINKING); in lower_cond_expr()
H A Dtree-vectorizer.c778 tree then_label; in slpeel_make_loop_iterate_ntimes() local
793 then_label = build1 (GOTO_EXPR, void_type_node, exit_label); in slpeel_make_loop_iterate_ntimes()
799 then_label = build1 (GOTO_EXPR, void_type_node, begin_label); in slpeel_make_loop_iterate_ntimes()
804 then_label, else_label); in slpeel_make_loop_iterate_ntimes()
941 tree cond_stmt, then_label, else_label; in slpeel_add_loop_guard() local
948 then_label = build1 (GOTO_EXPR, void_type_node, in slpeel_add_loop_guard()
953 then_label, else_label); in slpeel_add_loop_guard()
H A Dlambda-code.c2370 tree then_label, else_label, cond_stmt; in perfect_nestify() local
2425 then_label = build1 (GOTO_EXPR, void_type_node, tree_block_label (latchbb)); in perfect_nestify()
2431 then_label, else_label); in perfect_nestify()
H A Dtree-cfg.c579 tree then_label, else_label; in make_cond_expr_edges() local
586 then_label = GOTO_DESTINATION (COND_EXPR_THEN (entry)); in make_cond_expr_edges()
588 then_bb = label_to_block (then_label); in make_cond_expr_edges()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/target/spirv/
H A Dcodegen_spirv.cc301 spirv::Label then_label = builder_->NewLabel(); in VisitExpr_() local
305 builder_->MakeInst(spv::OpBranchConditional, cond, then_label, else_label); in VisitExpr_()
307 builder_->StartLabel(then_label); in VisitExpr_()
519 spirv::Label then_label = builder_->NewLabel(); in VisitStmt_() local
524 builder_->MakeInst(spv::OpBranchConditional, cond, then_label, else_label); in VisitStmt_()
526 builder_->StartLabel(then_label); in VisitStmt_()
535 builder_->MakeInst(spv::OpBranchConditional, cond, then_label, merge_label, in VisitStmt_()
538 builder_->StartLabel(then_label); in VisitStmt_()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/codegen/spirv/
H A Dcodegen_spirv.cc293 spirv::Label then_label = builder_->NewLabel(); in VisitExpr_() local
299 spv::OpBranchConditional, cond, then_label, else_label); in VisitExpr_()
301 builder_->StartLabel(then_label); in VisitExpr_()
545 spirv::Label then_label = builder_->NewLabel(); in VisitStmt_() local
552 spv::OpBranchConditional, cond, then_label, else_label); in VisitStmt_()
554 builder_->StartLabel(then_label); in VisitStmt_()
565 spv::OpBranchConditional, cond, then_label, merge_label, in VisitStmt_()
568 builder_->StartLabel(then_label); in VisitStmt_()
/dports/misc/tvm/incubator-tvm-0.6.1/src/codegen/spirv/
H A Dcodegen_spirv.cc293 spirv::Label then_label = builder_->NewLabel(); in VisitExpr_() local
299 spv::OpBranchConditional, cond, then_label, else_label); in VisitExpr_()
301 builder_->StartLabel(then_label); in VisitExpr_()
545 spirv::Label then_label = builder_->NewLabel(); in VisitStmt_() local
552 spv::OpBranchConditional, cond, then_label, else_label); in VisitStmt_()
554 builder_->StartLabel(then_label); in VisitStmt_()
565 spv::OpBranchConditional, cond, then_label, merge_label, in VisitStmt_()
568 builder_->StartLabel(then_label); in VisitStmt_()
/dports/games/tads/tads-3.0.8/tads3/
H A Dtct3base.h89 virtual void gen_code_cond(struct CTcCodeLabel *then_label,
H A Dtct3.cpp1820 void CTcPrsNode::gen_code_cond(CTcCodeLabel *then_label, in gen_code_cond() argument
1831 if (then_label != 0) in gen_code_cond()
1835 G_cs->write_ofs2(then_label, 0); in gen_code_cond()
3450 void CTPNOr::gen_code_cond(CTcCodeLabel *then_label, in gen_code_cond() argument
3466 internal_then = (then_label == 0 ? G_cs->new_label_fwd() : then_label); in gen_code_cond()
3475 right_->gen_code_cond(then_label, else_label); in gen_code_cond()
3485 if (then_label == 0) in gen_code_cond()
3547 void CTPNAnd::gen_code_cond(CTcCodeLabel *then_label, in gen_code_cond() argument
3572 right_->gen_code_cond(then_label, else_label); in gen_code_cond()
H A Dtct3drv.h442 virtual void gen_code_cond(struct CTcCodeLabel *then_label,
462 virtual void gen_code_cond(struct CTcCodeLabel *then_label,
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Djcf-write.c1094 struct jcf_block *then_label = gen_jcf_label (state); in generate_bytecode_conditional() local
1098 then_label, else_label, 1, state); in generate_bytecode_conditional()
1099 define_jcf_label (then_label, state); in generate_bytecode_conditional()
1318 then_label, else_label, 1, state); in generate_bytecode_return()
1319 define_jcf_label (then_label, state); in generate_bytecode_return()
1544 struct jcf_block *then_label = gen_jcf_label (state); in generate_bytecode_insns() local
1548 then_label, else_label, 1, state); in generate_bytecode_insns()
1549 define_jcf_label (then_label, state); in generate_bytecode_insns()
1560 struct jcf_block *then_label = gen_jcf_label (state); in generate_bytecode_insns() local
1564 then_label, else_label, 1, state); in generate_bytecode_insns()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Djcf-write.c1094 struct jcf_block *then_label = gen_jcf_label (state); in generate_bytecode_conditional() local
1098 then_label, else_label, 1, state); in generate_bytecode_conditional()
1099 define_jcf_label (then_label, state); in generate_bytecode_conditional()
1318 then_label, else_label, 1, state); in generate_bytecode_return()
1319 define_jcf_label (then_label, state); in generate_bytecode_return()
1544 struct jcf_block *then_label = gen_jcf_label (state); in generate_bytecode_insns() local
1548 then_label, else_label, 1, state); in generate_bytecode_insns()
1549 define_jcf_label (then_label, state); in generate_bytecode_insns()
1560 struct jcf_block *then_label = gen_jcf_label (state); in generate_bytecode_insns() local
1564 then_label, else_label, 1, state); in generate_bytecode_insns()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_shader_decompiler.cpp2962 const Id then_label = decomp.OpLabel(); in operator ()() local
2965 decomp.OpBranchConditional(condition, then_label, endif_label); in operator ()()
2966 decomp.AddLabel(then_label); in operator ()()
3030 const Id then_label = decomp.OpLabel(); in operator ()() local
3033 decomp.OpBranchConditional(condition, then_label, endif_label); in operator ()()
3034 decomp.AddLabel(then_label); in operator ()()
3060 const Id then_label = decomp.OpLabel(); in operator ()() local
3063 decomp.OpBranchConditional(condition, then_label, endif_label); in operator ()()
3064 decomp.AddLabel(then_label); in operator ()()
/dports/lang/ruby26/ruby-2.6.9/
H A Dcompile.c3744 LABEL *then_label, LABEL *else_label) in compile_flip_flop() argument
3761 ADD_INSNL(ret, line, jump, then_label); in compile_flip_flop()
3770 ADD_INSNL(ret, line, jump, then_label); in compile_flip_flop()
3777 LABEL *then_label, LABEL *else_label) in compile_branch_condition() argument
5008 LABEL *then_label, *else_label, *end_label; in compile_if() local
5015 then_label = NEW_LABEL(line); in compile_if()
5020 then_label, else_label); in compile_if()
5025 if (!then_label->refcnt) { in compile_if()
5044 if (then_label->refcnt) { in compile_if()
5045 ADD_LABEL(ret, then_label); in compile_if()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-cfg.c781 tree then_label, else_label; in make_cond_expr_edges() local
791 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
793 then_bb = label_to_block (then_label); in make_cond_expr_edges()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-cfg.c774 tree then_label, else_label; in make_cond_expr_edges() local
784 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
786 then_bb = label_to_block (then_label); in make_cond_expr_edges()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-cfg.c1032 tree then_label, else_label; in make_cond_expr_edges() local
1039 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
1041 then_bb = label_to_block (then_label); in make_cond_expr_edges()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-cfg.c1099 tree then_label, else_label; in make_cond_expr_edges() local
1106 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
1108 then_bb = label_to_block (then_label); in make_cond_expr_edges()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-cfg.c1099 tree then_label, else_label; in make_cond_expr_edges() local
1106 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
1108 then_bb = label_to_block (then_label); in make_cond_expr_edges()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-cfg.c1212 tree then_label, else_label; in make_cond_expr_edges() local
1219 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
1221 then_bb = label_to_block (cfun, then_label); in make_cond_expr_edges()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-cfg.c1255 tree then_label, else_label; in make_cond_expr_edges() local
1262 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
1264 then_bb = label_to_block (then_label); in make_cond_expr_edges()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-cfg.c1218 tree then_label, else_label; in make_cond_expr_edges() local
1225 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
1227 then_bb = label_to_block (cfun, then_label); in make_cond_expr_edges()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-cfg.c1255 tree then_label, else_label; in make_cond_expr_edges() local
1262 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
1264 then_bb = label_to_block (then_label); in make_cond_expr_edges()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-cfg.c1255 tree then_label, else_label; in make_cond_expr_edges() local
1262 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
1264 then_bb = label_to_block (then_label); in make_cond_expr_edges()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-cfg.c1255 tree then_label, else_label; in make_cond_expr_edges() local
1262 then_label = gimple_cond_true_label (entry); in make_cond_expr_edges()
1264 then_bb = label_to_block (then_label); in make_cond_expr_edges()

12