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

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/
bcm958625hr.dts 61 mod-def0-gpios = <&gpioa 28 GPIO_ACTIVE_LOW>;
  /src/external/gpl3/gcc/dist/gcc/
gimple-predicate-analysis.cc 865 gimple *def0 = SSA_NAME_DEF_STMT (op0);
866 if (gimple_code (def0) != GIMPLE_ASSIGN)
869 if (TREE_CODE_CLASS (gimple_assign_rhs_code (def0)) != tcc_comparison)
872 pred_info pred0 = get_pred_info_from_cmp (def0);
tree-vect-loop.cc 7206 tree def0; local
7207 FOR_EACH_VEC_ELT (vec_oprnds0, i, def0)
7239 new_stmt = gimple_build_assign (negated, NEGATE_EXPR, def0);
7241 def0 = negated;
7246 def0 = merge_with_identity (gsi, mask, vectype_out, def0,
7256 def0, mask, len, bias);
7259 def0, mask);
7262 def0);
7277 tree_code (code), reduc_var, def0,
8526 tree def0; local
    [all...]
cfgexpand.cc 5736 gimple *def0, *def1; local
5776 def0 = get_gimple_for_ssa_name (op0);
5781 if (!def0 || lattice[gimple_uid (def1)] > lattice[gimple_uid (def0)])
5790 def0 ? lattice[gimple_uid (def0)] : 0,
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-predicate-analysis.cc 1011 gimple *def0 = SSA_NAME_DEF_STMT (op0);
1012 if (gimple_code (def0) != GIMPLE_ASSIGN)
1015 if (TREE_CODE_CLASS (gimple_assign_rhs_code (def0)) != tcc_comparison)
1018 pred_info pred0 = get_pred_info_from_cmp (def0);
tree-vect-loop.cc 6328 tree def0; local
6329 FOR_EACH_VEC_ELT (vec_oprnds0, i, def0)
6340 new_stmt = gimple_build_assign (negated, NEGATE_EXPR, def0);
6342 def0 = negated;
6346 def0 = merge_with_identity (gsi, mask, vectype_out, def0,
6356 def0, mask);
6359 def0);
6374 reduc_var, def0);
7502 tree def0; local
    [all...]
cfgexpand.cc 5714 gimple *def0, *def1; local
5754 def0 = get_gimple_for_ssa_name (op0);
5759 if (!def0 || lattice[gimple_uid (def1)] > lattice[gimple_uid (def0)])
5768 def0 ? lattice[gimple_uid (def0)] : 0,

Completed in 147 milliseconds