Home
last modified time | relevance | path

Searched refs:early_exit (Results 226 – 250 of 335) sorted by relevance

12345678910>>...14

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcollect2.c1647 bool early_exit in main() local
1659 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1662 if (early_exit) in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcollect2.c1653 bool early_exit in main() local
1665 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1668 if (early_exit) in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcollect2.c1653 bool early_exit in main() local
1665 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1668 if (early_exit) in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcollect2.c1651 bool early_exit in main() local
1663 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1666 if (early_exit) in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcollect2.c1648 bool early_exit in main() local
1660 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1663 if (early_exit) in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcollect2.c1658 bool early_exit in main() local
1670 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1673 if (early_exit) in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcollect2.c1648 bool early_exit in main() local
1660 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1663 if (early_exit) in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcollect2.c1693 bool early_exit in main() local
1705 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1708 if (early_exit) in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcollect2.c1700 bool early_exit in main() local
1712 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1715 if (early_exit) in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcollect2.c1618 bool early_exit in main() local
1630 if (early_exit || ld1_filter != SCAN_NOTHING) in main()
1633 if (early_exit) in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/HardwareLoops/ARM/
H A Dstructure.ll24 ; CHECK-LABEL: early_exit
27 define i32 @early_exit(i32* nocapture readonly %a, i32 %max, i32 %n) {
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/HardwareLoops/ARM/
H A Dstructure.ll24 ; CHECK-LABEL: early_exit
27 define i32 @early_exit(i32* nocapture readonly %a, i32 %max, i32 %n) {
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/HardwareLoops/ARM/
H A Dstructure.ll24 ; CHECK-LABEL: early_exit
27 define i32 @early_exit(i32* nocapture readonly %a, i32 %max, i32 %n) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/HardwareLoops/ARM/
H A Dstructure.ll24 ; CHECK-LABEL: early_exit
27 define i32 @early_exit(i32* nocapture readonly %a, i32 %max, i32 %n) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/HardwareLoops/ARM/
H A Dstructure.ll24 ; CHECK-LABEL: early_exit
27 define i32 @early_exit(i32* nocapture readonly %a, i32 %max, i32 %n) {
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Dencoder.rs2437 let mut early_exit = false; in encode_partition_bottomup() localVariable
2509 early_exit = false; in encode_partition_bottomup()
2538 early_exit = true; in encode_partition_bottomup()
2546 if !early_exit && rd_cost < best_rd { in encode_partition_bottomup()
2557 early_exit || best_partition != PartitionType::PARTITION_INVALID in encode_partition_bottomup()
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Dencoder.rs2437 let mut early_exit = false; in encode_partition_bottomup() localVariable
2509 early_exit = false; in encode_partition_bottomup()
2538 early_exit = true; in encode_partition_bottomup()
2546 if !early_exit && rd_cost < best_rd { in encode_partition_bottomup()
2557 early_exit || best_partition != PartitionType::PARTITION_INVALID in encode_partition_bottomup()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Dencoder.rs2442 let mut early_exit = false; in encode_partition_bottomup() localVariable
2514 early_exit = false; in encode_partition_bottomup()
2543 early_exit = true; in encode_partition_bottomup()
2551 if !early_exit && rd_cost < best_rd { in encode_partition_bottomup()
2562 early_exit || best_partition != PartitionType::PARTITION_INVALID in encode_partition_bottomup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dethread.c1318 if (cur_frame_to_process < total_refs && !job_info->early_exit[cur_dir]) { in get_next_gm_job()
1414 job_info->early_exit[cur_dir] = 1; in gm_mt_worker_hook()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopVectorize/
H A Dloop-form.ll120 define void @early_exit(i16* %p, i32 %n) {
121 ; CHECK-LABEL: @early_exit(
167 ; TAILFOLD-LABEL: @early_exit(
202 ; Same as early_exit, but with optsize to prevent the use of
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopVectorize/
H A Dloop-form.ll120 define void @early_exit(i16* %p, i32 %n) {
121 ; CHECK-LABEL: @early_exit(
167 ; TAILFOLD-LABEL: @early_exit(
202 ; Same as early_exit, but with optsize to prevent the use of
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Fir/
H A Dfir-ops.fir587 // CHECK-LABEL: func @early_exit(
589 func @early_exit(%ok : i1, %k : i32) -> i1 {
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Fir/
H A Dfir-ops.fir587 // CHECK-LABEL: func @early_exit(
589 func @early_exit(%ok : i1, %k : i32) -> i1 {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Fir/
H A Dfir-ops.fir587 // CHECK-LABEL: func @early_exit(
589 func @early_exit(%ok : i1, %k : i32) -> i1 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Fir/
H A Dfir-ops.fir587 // CHECK-LABEL: func @early_exit(
589 func @early_exit(%ok : i1, %k : i32) -> i1 {

12345678910>>...14