Searched refs:build_logical_expr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | frontend-passes.cc | 3274 build_logical_expr (gfc_intrinsic_op op, gfc_expr *e1, gfc_expr *e2) in build_logical_expr() function 3360 cond = build_logical_expr (INTRINSIC_LE, m2, inline_limit); in inline_limit_check() 3428 cond = build_logical_expr (INTRINSIC_NE, e1, e2); in runtime_error_ne() 3486 ne1 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() 3489 ne2 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() 3492 cond = build_logical_expr (INTRINSIC_OR, ne1, ne2); in matmul_lhs_realloc() 3499 ne1 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() 3502 ne2 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() 3505 cond = build_logical_expr (INTRINSIC_OR, ne1, ne2); in matmul_lhs_realloc() 3513 ne1 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | frontend-passes.c | 3008 build_logical_expr (gfc_intrinsic_op op, gfc_expr *e1, gfc_expr *e2) in build_logical_expr() function 3082 cond = build_logical_expr (INTRINSIC_LE, m2, inline_limit); in inline_limit_check() 3150 cond = build_logical_expr (INTRINSIC_NE, e1, e2); in runtime_error_ne() 3208 ne1 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() 3211 ne2 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() 3214 cond = build_logical_expr (INTRINSIC_OR, ne1, ne2); in matmul_lhs_realloc() 3221 ne1 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() 3224 ne2 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() 3227 cond = build_logical_expr (INTRINSIC_OR, ne1, ne2); in matmul_lhs_realloc() 3235 ne1 = build_logical_expr (INTRINSIC_NE, in matmul_lhs_realloc() [all …]
|