Home
last modified time | relevance | path

Searched refs:not_taken (Results 1 – 25 of 349) sorted by path

12345678910>>...14

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.c13716 rtx_code_label *not_taken = gen_label_rtx (); in mips_output_conditional_branch() local
13720 operands[0] = not_taken; in mips_output_conditional_branch()
13781 CODE_LABEL_NUMBER (not_taken)); in mips_output_conditional_branch()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/tilegx/
H A Dtilegx.c2655 rtx taken, not_taken; in tilegx_output_cbranch_with_opcode() local
2678 not_taken = gen_label_rtx (); in tilegx_output_cbranch_with_opcode()
2682 operands[0] = not_taken; in tilegx_output_cbranch_with_opcode()
2691 CODE_LABEL_NUMBER (not_taken)); in tilegx_output_cbranch_with_opcode()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/tilepro/
H A Dtilepro.c2457 rtx taken, not_taken; in tilepro_output_cbranch_with_opcode() local
2481 not_taken = gen_label_rtx (); in tilepro_output_cbranch_with_opcode()
2485 operands[0] = not_taken; in tilepro_output_cbranch_with_opcode()
2495 CODE_LABEL_NUMBER (not_taken)); in tilepro_output_cbranch_with_opcode()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.c13716 rtx_code_label *not_taken = gen_label_rtx (); in mips_output_conditional_branch() local
13720 operands[0] = not_taken; in mips_output_conditional_branch()
13781 CODE_LABEL_NUMBER (not_taken)); in mips_output_conditional_branch()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/tilegx/
H A Dtilegx.c2655 rtx taken, not_taken; in tilegx_output_cbranch_with_opcode() local
2678 not_taken = gen_label_rtx (); in tilegx_output_cbranch_with_opcode()
2682 operands[0] = not_taken; in tilegx_output_cbranch_with_opcode()
2691 CODE_LABEL_NUMBER (not_taken)); in tilegx_output_cbranch_with_opcode()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/tilepro/
H A Dtilepro.c2457 rtx taken, not_taken; in tilepro_output_cbranch_with_opcode() local
2481 not_taken = gen_label_rtx (); in tilepro_output_cbranch_with_opcode()
2485 operands[0] = not_taken; in tilepro_output_cbranch_with_opcode()
2495 CODE_LABEL_NUMBER (not_taken)); in tilepro_output_cbranch_with_opcode()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/mips/
H A Dmips.c12500 rtx taken, not_taken; in mips_output_conditional_branch() local
12515 not_taken = gen_label_rtx (); in mips_output_conditional_branch()
12519 operands[0] = not_taken; in mips_output_conditional_branch()
12567 CODE_LABEL_NUMBER (not_taken)); in mips_output_conditional_branch()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/tilegx/
H A Dtilegx.c2659 rtx taken, not_taken; in tilegx_output_cbranch_with_opcode() local
2682 not_taken = gen_label_rtx (); in tilegx_output_cbranch_with_opcode()
2686 operands[0] = not_taken; in tilegx_output_cbranch_with_opcode()
2695 CODE_LABEL_NUMBER (not_taken)); in tilegx_output_cbranch_with_opcode()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/tilepro/
H A Dtilepro.c2464 rtx taken, not_taken; in tilepro_output_cbranch_with_opcode() local
2488 not_taken = gen_label_rtx (); in tilepro_output_cbranch_with_opcode()
2492 operands[0] = not_taken; in tilepro_output_cbranch_with_opcode()
2502 CODE_LABEL_NUMBER (not_taken)); in tilepro_output_cbranch_with_opcode()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/mips/
H A Dmips.c13778 rtx_code_label *not_taken = gen_label_rtx (); in mips_output_conditional_branch() local
13782 operands[0] = not_taken; in mips_output_conditional_branch()
13843 CODE_LABEL_NUMBER (not_taken)); in mips_output_conditional_branch()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/tilegx/
H A Dtilegx.c2647 rtx taken, not_taken; in tilegx_output_cbranch_with_opcode() local
2670 not_taken = gen_label_rtx (); in tilegx_output_cbranch_with_opcode()
2674 operands[0] = not_taken; in tilegx_output_cbranch_with_opcode()
2683 CODE_LABEL_NUMBER (not_taken)); in tilegx_output_cbranch_with_opcode()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/tilepro/
H A Dtilepro.c2449 rtx taken, not_taken; in tilepro_output_cbranch_with_opcode() local
2473 not_taken = gen_label_rtx (); in tilepro_output_cbranch_with_opcode()
2477 operands[0] = not_taken; in tilepro_output_cbranch_with_opcode()
2487 CODE_LABEL_NUMBER (not_taken)); in tilepro_output_cbranch_with_opcode()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Hexagon/
H A DBranchPredict.ll6 ; should then get the right hint (not_taken or ":nt")
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/IndVarSimplify/
H A Dconst_phi.ll14 br i1 false, label %not_taken, label %pre
16 not_taken:
21 %phi0.pre = phi i32 [ 0, %entry ], [ 2, %not_taken ]
22 %phi1.pre = phi i32 [ 0, %entry ], [ 1, %not_taken ]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstCombine/
H A Dassume.ll297 ; CHECK: not_taken:
304 br i1 %control, label %taken, label %not_taken
309 not_taken:
427 ; CHECK: not_taken:
438 not_taken:
453 ; CHECK: not_taken:
463 not_taken:
481 ; CHECK: not_taken:
495 not_taken:
511 ; CHECK: not_taken:
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/JumpThreading/
H A Dassume-edge-dom.ll8 br i1 %cond, label %taken, label %not_taken
19 not_taken:
30 %res = phi i8* [ %res1, %taken ], [ %res2, %not_taken ]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dconstants.ll29 br i1 %cmp, label %taken, label %not_taken
31 taken: ; preds = %not_taken, %entry
34 not_taken: ; preds = %entry
38 dead: ; preds = %not_taken
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/Hexagon/
H A DBranchPredict.ll6 ; should then get the right hint (not_taken or ":nt")
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/IndVarSimplify/
H A Dconst_phi.ll14 br i1 false, label %not_taken, label %pre
16 not_taken:
21 %phi0.pre = phi i32 [ 0, %entry ], [ 2, %not_taken ]
22 %phi1.pre = phi i32 [ 0, %entry ], [ 1, %not_taken ]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Dassume.ll310 ; DEFAULT: not_taken:
319 ; BUNDLES: not_taken:
332 not_taken:
455 ; DEFAULT: not_taken:
476 not_taken:
491 ; CHECK: not_taken:
501 not_taken:
519 ; CHECK: not_taken:
533 not_taken:
549 ; CHECK: not_taken:
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/JumpThreading/
H A Dassume-edge-dom.ll8 br i1 %cond, label %taken, label %not_taken
19 not_taken:
30 %res = phi i8* [ %res1, %taken ], [ %res2, %not_taken ]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dconstants.ll31 br i1 %cmp, label %taken, label %not_taken
33 taken: ; preds = %not_taken, %entry
36 not_taken: ; preds = %entry
40 dead: ; preds = %not_taken
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/Hexagon/
H A DBranchPredict.ll6 ; should then get the right hint (not_taken or ":nt")
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/IndVarSimplify/
H A Dconst_phi.ll14 br i1 false, label %not_taken, label %pre
16 not_taken:
21 %phi0.pre = phi i32 [ 0, %entry ], [ 2, %not_taken ]
22 %phi1.pre = phi i32 [ 0, %entry ], [ 1, %not_taken ]
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dassume.ll276 ; CHECK: not_taken:
283 br i1 %control, label %taken, label %not_taken
288 not_taken:

12345678910>>...14