Home
last modified time | relevance | path

Searched refs:index_op (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/node/
H A Dindex_op_def.hpp10 index_op::index_op() {} in index_op() function in stan::lang::index_op
12 index_op::index_op(const expression& expr, in index_op() function in stan::lang::index_op
18 void index_op::infer_type() { in infer_type()
H A Dindex_op.hpp14 struct index_op { struct
33 index_op();
42 index_op(const expression& expr,
H A Dexpression.hpp28 struct index_op;
49 boost::recursive_wrapper<index_op>,
73 expression(const index_op& expr); // NOLINT(runtime/explicit)
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/fun/
H A Dis_nil_vis.hpp23 struct index_op;
48 bool operator()(const index_op& x) const; // NOLINT(runtime/explicit)
H A Dhas_var_vis.hpp23 struct index_op;
173 bool operator()(const index_op& e) const;
H A Dvar_occurs_vis.hpp24 struct index_op;
176 bool operator()(const index_op& e) const;
H A Dis_nil_vis_def.hpp65 bool is_nil_vis::operator()(const index_op& /* x */) const { in operator ()()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp1987 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
1996 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2011 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2018 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2030 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2037 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2096 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2117 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2132 __ move(index_op, tmp); in do_UnsafePutRaw()
2133 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp1990 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
1999 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2014 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2021 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2033 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2040 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2099 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2120 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2135 __ move(index_op, tmp); in do_UnsafePutRaw()
2136 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp1987 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
1996 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2011 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2018 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2030 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2037 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2096 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2117 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2132 __ move(index_op, tmp); in do_UnsafePutRaw()
2133 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp1996 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
2005 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2020 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2027 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2039 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2046 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2105 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2126 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2141 __ move(index_op, tmp); in do_UnsafePutRaw()
2142 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp1999 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
2008 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2023 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2030 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2042 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2049 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2108 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2129 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2144 __ move(index_op, tmp); in do_UnsafePutRaw()
2145 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp1991 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
2000 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2015 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2022 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2034 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2041 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2100 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2121 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2136 __ move(index_op, tmp); in do_UnsafePutRaw()
2137 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2058 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
2067 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2082 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2089 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2101 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2108 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2167 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2188 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2203 __ move(index_op, tmp); in do_UnsafePutRaw()
2204 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2058 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
2067 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2082 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2089 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2101 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2108 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2167 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2188 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2203 __ move(index_op, tmp); in do_UnsafePutRaw()
2204 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dregrename.c565 int index_op; in scan_rtx_address() local
569 index_op = 0; in scan_rtx_address()
572 index_op = 1; in scan_rtx_address()
574 index_op = 0; in scan_rtx_address()
576 index_op = 1; in scan_rtx_address()
578 index_op = 1; in scan_rtx_address()
580 index_op = 0; in scan_rtx_address()
1478 int index_op; in replace_oldest_value_addr() local
1482 index_op = 0; in replace_oldest_value_addr()
1485 index_op = 1; in replace_oldest_value_addr()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dregrename.c564 int index_op; in scan_rtx_address() local
568 index_op = 0; in scan_rtx_address()
571 index_op = 1; in scan_rtx_address()
573 index_op = 0; in scan_rtx_address()
575 index_op = 1; in scan_rtx_address()
577 index_op = 1; in scan_rtx_address()
579 index_op = 0; in scan_rtx_address()
1440 int index_op; in replace_oldest_value_addr() local
1444 index_op = 0; in replace_oldest_value_addr()
1447 index_op = 1; in replace_oldest_value_addr()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dregrename.c564 int index_op; in scan_rtx_address() local
568 index_op = 0; in scan_rtx_address()
571 index_op = 1; in scan_rtx_address()
573 index_op = 0; in scan_rtx_address()
575 index_op = 1; in scan_rtx_address()
577 index_op = 1; in scan_rtx_address()
579 index_op = 0; in scan_rtx_address()
1440 int index_op; in replace_oldest_value_addr() local
1444 index_op = 0; in replace_oldest_value_addr()
1447 index_op = 1; in replace_oldest_value_addr()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp2101 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
2110 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2125 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2132 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2144 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2151 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2210 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2231 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2246 __ move(index_op, tmp); in do_UnsafePutRaw()
2247 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LIRGenerator.cpp2098 LIR_Opr index_op = idx.result(); in do_UnsafeGetRaw() local
2107 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2122 if (index_op->type() == T_INT) { in do_UnsafeGetRaw()
2129 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2141 assert(!x->has_index() || (index_op->type() == T_INT && index_op->is_constant()) || in do_UnsafeGetRaw()
2148 if (index_op->is_constant()) { in do_UnsafeGetRaw()
2207 LIR_Opr index_op = idx.result(); in do_UnsafePutRaw() local
2228 if (index_op->type() == T_INT) { in do_UnsafePutRaw()
2243 __ move(index_op, tmp); in do_UnsafePutRaw()
2244 index_op = tmp; in do_UnsafePutRaw()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dregcprop.c578 int index_op; in replace_oldest_value_addr() local
583 index_op = 1; in replace_oldest_value_addr()
586 index_op = 0; in replace_oldest_value_addr()
589 index_op = 1; in replace_oldest_value_addr()
591 index_op = 0; in replace_oldest_value_addr()
593 index_op = 1; in replace_oldest_value_addr()
595 locI = &XEXP (x, index_op); in replace_oldest_value_addr()
596 locB = &XEXP (x, !index_op); in replace_oldest_value_addr()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dregcprop.c581 int index_op; in replace_oldest_value_addr() local
586 index_op = 1; in replace_oldest_value_addr()
589 index_op = 0; in replace_oldest_value_addr()
592 index_op = 1; in replace_oldest_value_addr()
594 index_op = 0; in replace_oldest_value_addr()
596 index_op = 1; in replace_oldest_value_addr()
598 locI = &XEXP (x, index_op); in replace_oldest_value_addr()
599 locB = &XEXP (x, !index_op); in replace_oldest_value_addr()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dregcprop.c578 int index_op; in replace_oldest_value_addr() local
583 index_op = 1; in replace_oldest_value_addr()
586 index_op = 0; in replace_oldest_value_addr()
589 index_op = 1; in replace_oldest_value_addr()
591 index_op = 0; in replace_oldest_value_addr()
593 index_op = 1; in replace_oldest_value_addr()
595 locI = &XEXP (x, index_op); in replace_oldest_value_addr()
596 locB = &XEXP (x, !index_op); in replace_oldest_value_addr()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dregcprop.c575 int index_op; in replace_oldest_value_addr() local
580 index_op = 1; in replace_oldest_value_addr()
583 index_op = 0; in replace_oldest_value_addr()
586 index_op = 1; in replace_oldest_value_addr()
588 index_op = 0; in replace_oldest_value_addr()
590 index_op = 1; in replace_oldest_value_addr()
592 locI = &XEXP (x, index_op); in replace_oldest_value_addr()
593 locB = &XEXP (x, !index_op); in replace_oldest_value_addr()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dregcprop.c590 int index_op; in replace_oldest_value_addr() local
595 index_op = 1; in replace_oldest_value_addr()
598 index_op = 0; in replace_oldest_value_addr()
601 index_op = 1; in replace_oldest_value_addr()
603 index_op = 0; in replace_oldest_value_addr()
605 index_op = 1; in replace_oldest_value_addr()
607 locI = &XEXP (x, index_op); in replace_oldest_value_addr()
608 locB = &XEXP (x, !index_op); in replace_oldest_value_addr()

12345678