| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm_cde_builtins.def | 26 CDE_VAR2 (CX_IMM, cx1, si, di, ARM_CCDE_CONST_1, ECF_CONST) 27 CDE_VAR2 (CX_UNARY, cx1a, si, di, ARM_CCDE_CONST_1, ECF_CONST) 28 CDE_VAR2 (CX_UNARY, cx2, si, di, ARM_CCDE_CONST_2, ECF_CONST) 29 CDE_VAR2 (CX_BINARY, cx2a, si, di, ARM_CCDE_CONST_2, ECF_CONST) 30 CDE_VAR2 (CX_BINARY, cx3, si, di, ARM_CCDE_CONST_3, ECF_CONST) 31 CDE_VAR2 (CX_TERNARY, cx3a, si, di, ARM_CCDE_CONST_3, ECF_CONST) 33 CDE_VAR2 (CX_IMM, vcx1, si, di, ARM_VCDE_CONST_1, ECF_CONST) 34 CDE_VAR2 (CX_UNARY, vcx1a, si, di, ARM_VCDE_CONST_1, ECF_CONST) 35 CDE_VAR2 (CX_UNARY, vcx2, si, di, ARM_VCDE_CONST_2, ECF_CONST) 36 CDE_VAR2 (CX_BINARY, vcx2a, si, di, ARM_VCDE_CONST_2, ECF_CONST) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm_cde_builtins.def | 26 CDE_VAR2 (CX_IMM, cx1, si, di, ARM_CCDE_CONST_1, ECF_CONST) 27 CDE_VAR2 (CX_UNARY, cx1a, si, di, ARM_CCDE_CONST_1, ECF_CONST) 28 CDE_VAR2 (CX_UNARY, cx2, si, di, ARM_CCDE_CONST_2, ECF_CONST) 29 CDE_VAR2 (CX_BINARY, cx2a, si, di, ARM_CCDE_CONST_2, ECF_CONST) 30 CDE_VAR2 (CX_BINARY, cx3, si, di, ARM_CCDE_CONST_3, ECF_CONST) 31 CDE_VAR2 (CX_TERNARY, cx3a, si, di, ARM_CCDE_CONST_3, ECF_CONST) 33 CDE_VAR2 (CX_IMM, vcx1, si, di, ARM_VCDE_CONST_1, ECF_CONST) 34 CDE_VAR2 (CX_UNARY, vcx1a, si, di, ARM_VCDE_CONST_1, ECF_CONST) 35 CDE_VAR2 (CX_UNARY, vcx2, si, di, ARM_VCDE_CONST_2, ECF_CONST) 36 CDE_VAR2 (CX_BINARY, vcx2a, si, di, ARM_VCDE_CONST_2, ECF_CONST) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| internal-fn.def | 124 DEF_INTERNAL_OPTAB_FN (LOAD_LANES, ECF_CONST, vec_load_lanes, load_lanes) 139 DEF_INTERNAL_OPTAB_FN (STORE_LANES, ECF_CONST, vec_store_lanes, store_lanes) 152 DEF_INTERNAL_OPTAB_FN (WHILE_ULT, ECF_CONST | ECF_NOTHROW, while_ult, while) 153 DEF_INTERNAL_OPTAB_FN (CHECK_RAW_PTRS, ECF_CONST | ECF_NOTHROW, 155 DEF_INTERNAL_OPTAB_FN (CHECK_WAR_PTRS, ECF_CONST | ECF_NOTHROW, 158 DEF_INTERNAL_OPTAB_FN (VEC_SHL_INSERT, ECF_CONST | ECF_NOTHROW, 161 DEF_INTERNAL_OPTAB_FN (DIV_POW2, ECF_CONST | ECF_NOTHROW, sdiv_pow2, binary) 163 DEF_INTERNAL_OPTAB_FN (FMS, ECF_CONST, fms, ternary) 164 DEF_INTERNAL_OPTAB_FN (FNMA, ECF_CONST, fnma, ternary) 165 DEF_INTERNAL_OPTAB_FN (FNMS, ECF_CONST, fnms, ternary [all...] |
| ipa-modref.cc | 299 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) 335 if (ecf_flags & ECF_CONST) 408 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) 796 if (flags & (ECF_CONST | ECF_PURE)) 820 if (flags & (ECF_PURE | ECF_CONST | ECF_NOVOPS)) 916 if (callee_ecf_flags & (ECF_CONST | ECF_NOVOPS)) 1264 if ((flags & ECF_CONST) 1277 if (!(flags & (ECF_CONST | ECF_PURE)) 1298 if (flags & (ECF_CONST | ECF_NOVOPS)) 1466 if (!(flags & (ECF_CONST | ECF_PURE) [all...] |
| calls.cc | 491 if (ecf_flags & ECF_CONST) 558 && ! (ecf_flags & (ECF_CONST | ECF_PURE))) 821 flags |= ECF_CONST; 841 else if ((flags & (ECF_CONST|ECF_NOVOPS)) != 0 852 flags |= ECF_CONST; 855 && ((flags & ECF_CONST) != 0 865 if (flags & (ECF_CONST|ECF_PURE)) 1411 if (*ecf_flags & ECF_CONST) 1412 *ecf_flags &= ~(ECF_CONST | ECF_LOOPING_CONST_OR_PURE); 1457 if (*ecf_flags & ECF_CONST) [all...] |
| gimplify-me.cc | 269 || !(i & (ECF_CONST | ECF_PURE)))
|
| ipa-reference.cc | 420 if (flags & ECF_CONST) 669 else if (flags & ECF_CONST) 719 if (!(ie->indirect_info->ecf_flags & ECF_CONST)) 838 if (!(flags & ECF_CONST))
|
| tree-ssa-sink.cc | 266 || !((cf = gimple_call_flags (stmt)) & (ECF_CONST|ECF_PURE))
|
| tree-ssa-operands.cc | 696 if (!(call_flags & (ECF_PURE | ECF_CONST))) 698 else if (!(call_flags & ECF_CONST))
|
| ipa-polymorphic-call.cc | 506 if (flags_from_decl_or_type (fn) & (ECF_PURE | ECF_CONST)) 560 && flags_from_decl_or_type (function) & (ECF_PURE | ECF_CONST)) 1429 if (gimple_call_flags (stmt) & (ECF_CONST | ECF_PURE))
|
| gimple.cc | 210 if (gimple_call_flags (s) & ECF_CONST) 214 if (gimple_call_flags (s) & (ECF_CONST|ECF_PURE|ECF_NOVOPS)) 2173 - It is a GIMPLE_CALL not marked with ECF_PURE or ECF_CONST. 2197 if (!(flags & (ECF_CONST | ECF_PURE)) 2994 if (gimple_call_flags (call) & (ECF_PURE | ECF_CONST))
|
| ipa-visibility.cc | 669 && (flags & (ECF_CONST | ECF_PURE))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| internal-fn.def | 204 DEF_INTERNAL_OPTAB_FN (LOAD_LANES, ECF_CONST, vec_load_lanes, load_lanes) 226 DEF_INTERNAL_OPTAB_FN (STORE_LANES, ECF_CONST, vec_store_lanes, store_lanes) 232 DEF_INTERNAL_OPTAB_FN (VCOND, ECF_CONST | ECF_NOTHROW, vcond, vec_cond) 233 DEF_INTERNAL_OPTAB_FN (VCONDU, ECF_CONST | ECF_NOTHROW, vcondu, vec_cond) 234 DEF_INTERNAL_OPTAB_FN (VCONDEQ, ECF_CONST | ECF_NOTHROW, vcondeq, vec_cond) 235 DEF_INTERNAL_OPTAB_FN (VCOND_MASK, ECF_CONST | ECF_NOTHROW, 237 DEF_INTERNAL_OPTAB_FN (VCOND_MASK_LEN, ECF_CONST | ECF_NOTHROW, 240 DEF_INTERNAL_OPTAB_FN (VEC_SET, ECF_CONST | ECF_NOTHROW, vec_set, vec_set) 241 DEF_INTERNAL_OPTAB_FN (VEC_EXTRACT, ECF_CONST | ECF_NOTHROW, 247 DEF_INTERNAL_OPTAB_FN (WHILE_ULT, ECF_CONST | ECF_NOTHROW, while_ult, while [all...] |
| ipa-modref.cc | 301 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) 337 if (ecf_flags & ECF_CONST) 410 if (ecf_flags & (ECF_CONST | ECF_NOVOPS)) 798 if (flags & (ECF_CONST | ECF_PURE)) 822 if (flags & (ECF_PURE | ECF_CONST | ECF_NOVOPS)) 918 if (callee_ecf_flags & (ECF_CONST | ECF_NOVOPS)) 1266 if ((flags & ECF_CONST) 1279 if (!(flags & (ECF_CONST | ECF_PURE)) 1300 if (flags & (ECF_CONST | ECF_NOVOPS)) 1468 if (!(flags & (ECF_CONST | ECF_PURE) [all...] |
| calls.cc | 493 if (ecf_flags & ECF_CONST) 560 && ! (ecf_flags & (ECF_CONST | ECF_PURE))) 826 flags |= ECF_CONST; 846 else if ((flags & (ECF_CONST|ECF_NOVOPS)) != 0 860 flags |= ECF_CONST; 863 && ((flags & ECF_CONST) != 0 873 if (flags & (ECF_CONST|ECF_PURE)) 1432 if (*ecf_flags & ECF_CONST) 1433 *ecf_flags &= ~(ECF_CONST | ECF_LOOPING_CONST_OR_PURE); 1478 if (*ecf_flags & ECF_CONST) [all...] |
| gimplify-me.cc | 269 || !(i & (ECF_CONST | ECF_PURE)))
|
| ipa-reference.cc | 420 if (flags & ECF_CONST) 669 else if (flags & ECF_CONST) 719 if (!(ie->indirect_info->ecf_flags & ECF_CONST)) 838 if (!(flags & ECF_CONST))
|
| ipa-strub.cc | 2390 if ((flags & (ECF_CONST | ECF_PURE | ECF_NOVOPS)) || fnspec) 2405 nspec[curlen++] = ((flags & ECF_CONST) 2542 & (ECF_CONST | ECF_PURE | ECF_NOVOPS))) 2568 if ((gimple_call_flags (wrcall) & ECF_CONST)) 2994 if ((flags & (ECF_CONST | ECF_PURE | ECF_NOVOPS)) || fnspec) 3006 if (!(flags & (ECF_CONST | ECF_PURE | ECF_NOVOPS)) 3015 nspec[curlen++] = ((flags & ECF_CONST) 3561 & (ECF_CONST | ECF_PURE | ECF_NOVOPS))) 3581 if ((gimple_call_flags (wrcall) & ECF_CONST))
|
| tree-ssa-sink.cc | 286 || !((cf = gimple_call_flags (stmt)) & (ECF_CONST|ECF_PURE))
|
| ipa-utils.cc | 808 if (flags & (ECF_PURE | ECF_CONST) && ! (flags & ECF_LOOPING_CONST_OR_PURE)) 839 assume_return_or_eh |= (flags & (ECF_CONST|ECF_PURE)) && !(flags & ECF_LOOPING_CONST_OR_PURE);
|
| tree-ssa-operands.cc | 696 if (!(call_flags & (ECF_PURE | ECF_CONST))) 698 else if (!(call_flags & ECF_CONST))
|
| ipa-polymorphic-call.cc | 506 if (flags_from_decl_or_type (fn) & (ECF_PURE | ECF_CONST)) 560 && flags_from_decl_or_type (function) & (ECF_PURE | ECF_CONST)) 1428 if (gimple_call_flags (stmt) & (ECF_CONST | ECF_PURE))
|
| gimple.cc | 211 if (gimple_call_flags (s) & ECF_CONST) 215 if (gimple_call_flags (s) & (ECF_CONST|ECF_PURE|ECF_NOVOPS)) 2248 - It is a GIMPLE_CALL not marked with ECF_PURE or ECF_CONST. 2272 if (!(flags & (ECF_CONST | ECF_PURE)) 3028 if (gimple_call_flags (call) & (ECF_PURE | ECF_CONST))
|
| ipa-visibility.cc | 672 && (flags & (ECF_CONST | ECF_PURE))
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| f95-lang.cc | 543 #define ATTR_CONST_NOTHROW_LEAF_LIST (ECF_NOTHROW | ECF_LEAF | ECF_CONST) 546 #define ATTR_CONST_NOTHROW_LIST (ECF_NOTHROW | ECF_CONST)
|