HomeSort by: relevance | last modified time | path
    Searched refs:base_in (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 772 /* Look up the defining statement for BASE_IN and return a pointer
777 base_cand_from_table (tree base_in)
781 gimple *def = SSA_NAME_DEF_STMT (base_in);
905 tree base_in = *pbase;
908 STRIP_NOPS (base_in);
913 if (CONVERT_EXPR_P (base_in)
914 && legal_cast_p_1 (TREE_TYPE (base_in),
915 TREE_TYPE (TREE_OPERAND (base_in, 0))))
916 base_in = get_unwidened (base_in, NULL_TREE)
901 tree base_in = *pbase; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 772 /* Look up the defining statement for BASE_IN and return a pointer
777 base_cand_from_table (tree base_in)
781 gimple *def = SSA_NAME_DEF_STMT (base_in);
905 tree base_in = *pbase;
908 STRIP_NOPS (base_in);
913 if (CONVERT_EXPR_P (base_in)
914 && legal_cast_p_1 (TREE_TYPE (base_in),
915 TREE_TYPE (TREE_OPERAND (base_in, 0))))
916 base_in = get_unwidened (base_in, NULL_TREE)
901 tree base_in = *pbase; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.h 637 const function_base *base_in,
642 : base_name (base_name_in), base (base_in), shape (shape_in),
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 722 const function_base *base_in,
727 : base_name (base_name_in), base (base_in), shape (shape_in),
aarch64.cc 165 and where element I is equal to BASE_IN + I * STEP_IN. */
167 ::simd_immediate_info (scalar_mode elt_mode_in, rtx base_in, rtx step_in)
170 u.index.base = base_in;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 872 const function_base *base_in,
878 : base_name (base_name_in), base (base_in), shape (shape_in),
aarch64.cc 200 and where element I is equal to BASE_IN + I * STEP_IN. */
202 ::simd_immediate_info (scalar_mode elt_mode_in, rtx base_in, rtx step_in)
205 u.index.base = base_in;
  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1372 my $base_in = basename($f, '.in');
1374 if ($base ne $base_in) {
1377 $base = $base_in;
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1283 my $base_in = basename($f, '.in');
1285 if ($base ne $base_in) {
1288 $base = $base_in;
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.cc 3413 const function_base *base_in,
3418 : base_name (base_name_in), base (base_in), shape (shape_in), type (type_in),

Completed in 71 milliseconds