Home
last modified time | relevance | path

Searched refs:is_predicated (Results 1 – 25 of 101) sorted by relevance

12345

/dports/emulators/qemu/qemu-6.2.0/target/hexagon/
H A Dtranslate.h92 bool is_predicated) in ctx_log_vreg_write() argument
96 ctx->vreg_is_predicated[ctx->vreg_log_idx] = is_predicated; in ctx_log_vreg_write()
111 bool is_predicated) in ctx_log_vreg_write_pair() argument
113 ctx_log_vreg_write(ctx, rnum ^ 0, type, is_predicated); in ctx_log_vreg_write_pair()
114 ctx_log_vreg_write(ctx, rnum ^ 1, type, is_predicated); in ctx_log_vreg_write_pair()
118 int rnum, bool is_predicated) in ctx_log_qreg_write() argument
121 ctx->qreg_is_predicated[ctx->qreg_log_idx] = is_predicated; in ctx_log_qreg_write()
H A Dgen_tcg_funcs.py500 is_predicated = "true"
502 is_predicated = "false"
506 (newv, is_predicated))
509 f.write(" %s);\n" % (is_predicated))
512 is_predicated = "true"
514 is_predicated = "false"
518 (is_predicated))
520 (regtype, regid, newv, is_predicated))
526 is_predicated = "true"
528 is_predicated = "false"
[all …]
H A Dgenptr.c482 bool is_predicated) in gen_log_vreg_write() argument
487 if (is_predicated) { in gen_log_vreg_write()
508 if (is_predicated) { in gen_log_vreg_write()
515 bool is_predicated) in gen_log_vreg_write_pair() argument
517 gen_log_vreg_write(ctx, srcoff, num ^ 0, type, slot_num, is_predicated); in gen_log_vreg_write_pair()
519 gen_log_vreg_write(ctx, srcoff, num ^ 1, type, slot_num, is_predicated); in gen_log_vreg_write_pair()
523 int slot_num, bool is_predicated) in gen_log_qreg_write() argument
528 if (is_predicated) { in gen_log_qreg_write()
541 if (is_predicated) { in gen_log_qreg_write()
H A Dtranslate.c291 bool is_predicated = GET_ATTRIB(insn->opcode, A_CONDEXEC) || in mark_implicit_reg_write() local
293 if (is_predicated && !is_preloaded(ctx, rnum)) { in mark_implicit_reg_write()
419 bool is_predicated = slot_is_predicated(pkt, slot_num); in process_store() local
431 if (is_predicated) { in process_store()
490 if (is_predicated) { in process_store()
561 bool is_predicated = ctx->vreg_is_predicated[i]; in gen_commit_hvx() local
566 if (is_predicated) { in gen_commit_hvx()
594 bool is_predicated = ctx->qreg_is_predicated[i]; in gen_commit_hvx() local
599 if (is_predicated) { in gen_commit_hvx()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/hexagon/
H A Dtranslate.c213 bool is_predicated = GET_ATTRIB(insn->opcode, A_CONDEXEC); in mark_implicit_reg_write() local
214 if (is_predicated && !is_preloaded(ctx, rnum)) { in mark_implicit_reg_write()
341 bool is_predicated = slot_is_predicated(pkt, slot_num); in process_store() local
353 if (is_predicated) { in process_store()
413 if (is_predicated) { in process_store()
/dports/emulators/qemu60/qemu-6.0.0/target/hexagon/
H A Dtranslate.c188 int is_predicated = GET_ATTRIB(insn->opcode, A_CONDEXEC); in mark_implicit_reg_write() local
189 if (is_predicated && !is_preloaded(ctx, rnum)) { in mark_implicit_reg_write()
323 bool is_predicated = slot_is_predicated(pkt, slot_num); in process_store() local
335 if (is_predicated) { in process_store()
395 if (is_predicated) { in process_store()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DcallGenerator.hpp66 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-if-conv.c243 is_predicated (basic_block bb) in is_predicated() function
378 if (!is_predicated (bb)) in add_to_predicate_list()
1133 if (is_predicated (bb)) in if_convertible_loop_p_1()
1393 if (!is_predicated (bb)) in insert_gimplified_predicates()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-if-conv.c243 is_predicated (basic_block bb) in is_predicated() function
378 if (!is_predicated (bb)) in add_to_predicate_list()
1135 if (is_predicated (bb)) in if_convertible_loop_p_1()
1425 if (!is_predicated (bb)) in insert_gimplified_predicates()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp65 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp65 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DcallGenerator.hpp65 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DcallGenerator.hpp65 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DcallGenerator.hpp65 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DcallGenerator.hpp65 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DcallGenerator.hpp65 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DcallGenerator.hpp65 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DcallGenerator.hpp66 virtual bool is_predicated() const { return false; } in is_predicated() function in CallGenerator
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-if-conv.c289 is_predicated (basic_block bb) in is_predicated() function
465 if (!is_predicated (bb)) in add_to_predicate_list()
1420 if (!is_predicated (gimple_bb (stmt))) in is_cond_scalar_reduction()
1822 if (!is_predicated (bb)) in insert_gimplified_predicates()
1824 if (!is_predicated (bb)) in insert_gimplified_predicates()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-if-conv.c289 is_predicated (basic_block bb) in is_predicated() function
465 if (!is_predicated (bb)) in add_to_predicate_list()
1420 if (!is_predicated (gimple_bb (stmt))) in is_cond_scalar_reduction()
1822 if (!is_predicated (bb)) in insert_gimplified_predicates()
1824 if (!is_predicated (bb)) in insert_gimplified_predicates()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-if-conv.c373 is_predicated (basic_block bb) in is_predicated() function
529 if (!is_predicated (bb)) in add_to_predicate_list()
1624 if (!is_predicated (gimple_bb (stmt))) in is_cond_scalar_reduction()
2041 if (!is_predicated (bb)) in insert_gimplified_predicates()
2043 if (!is_predicated (bb)) in insert_gimplified_predicates()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-if-conv.c373 is_predicated (basic_block bb) in is_predicated() function
529 if (!is_predicated (bb)) in add_to_predicate_list()
1624 if (!is_predicated (gimple_bb (stmt))) in is_cond_scalar_reduction()
2041 if (!is_predicated (bb)) in insert_gimplified_predicates()
2043 if (!is_predicated (bb)) in insert_gimplified_predicates()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-if-conv.c373 is_predicated (basic_block bb) in is_predicated() function
529 if (!is_predicated (bb)) in add_to_predicate_list()
1624 if (!is_predicated (gimple_bb (stmt))) in is_cond_scalar_reduction()
2041 if (!is_predicated (bb)) in insert_gimplified_predicates()
2043 if (!is_predicated (bb)) in insert_gimplified_predicates()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-if-conv.c373 is_predicated (basic_block bb) in is_predicated() function
529 if (!is_predicated (bb)) in add_to_predicate_list()
1624 if (!is_predicated (gimple_bb (stmt))) in is_cond_scalar_reduction()
2041 if (!is_predicated (bb)) in insert_gimplified_predicates()
2043 if (!is_predicated (bb)) in insert_gimplified_predicates()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-if-conv.c373 is_predicated (basic_block bb) in is_predicated() function
529 if (!is_predicated (bb)) in add_to_predicate_list()
1624 if (!is_predicated (gimple_bb (stmt))) in is_cond_scalar_reduction()
2041 if (!is_predicated (bb)) in insert_gimplified_predicates()
2043 if (!is_predicated (bb)) in insert_gimplified_predicates()

12345