Searched refs:lhs (Results 76 - 100 of 119) sorted by relevance

12345

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-ccp.c1183 tree lhs, rhs; local
1186 lhs = TREE_OPERAND (stmt, 0);
1260 if (TREE_CODE (lhs) == SSA_NAME)
1264 if (set_lattice_value (lhs, val))
1266 *output_p = lhs;
1287 val.mem_ref = lhs;
2034 /* Make sure the FIELD_DECL is actually a field in the type on the lhs.
H A Dtarget.h651 bool (* stdarg_optimize_hook) (struct stdarg_info *ai, tree lhs, tree rhs);
H A Dtree-ssa.c756 tree lhs, base_address; local
758 lhs = TREE_OPERAND (stmt, 0);
759 base_address = get_base_address (lhs);
H A Dvalue-prof.c708 tree assign, lhs, rhs, divisor, op0, type;
719 lhs = TREE_OPERAND (assign, 0);
720 type = TREE_TYPE (lhs);
707 tree assign, lhs, rhs, divisor, op0, type; local
H A Dtree-sra.c865 tree lhs, rhs;
867 lhs = TREE_OPERAND (expr, 0);
869 lhs_elt = maybe_lookup_element_for_expr (lhs);
882 if (!rhs_elt->is_scalar && !TREE_SIDE_EFFECTS (lhs))
883 fns->ldst (rhs_elt, lhs, bsi, false);
862 tree lhs, rhs; local
H A Dtree-ssa-live.c1448 tree lhs = TREE_OPERAND (stmt, 0); local
1453 if (DECL_P (lhs) || TREE_CODE (lhs) == SSA_NAME)
1454 p1 = var_to_partition (map, lhs);
1471 add_conflicts_if_valid (tpa, graph, map, live, lhs);
H A Dtree-vect-transform.c2038 tree lhs, rhs; local
2045 lhs = TREE_OPERAND (cond, 0);
2048 if (TREE_CODE (lhs) == SSA_NAME)
2050 tree lhs_def_stmt = SSA_NAME_DEF_STMT (lhs);
2051 if (!vect_is_simple_use (lhs, loop_vinfo, &lhs_def_stmt, &def, &dt))
2054 else if (TREE_CODE (lhs) != INTEGER_CST && TREE_CODE (lhs) != REAL_CST)
H A Dgimplify.c1182 /* Smash the lhs of the MODIFY_EXPR to the temporary we plan to use.
1898 tree lhs, lvalue, rhs, t1, post = NULL, *orig_post_p = post_p;
1933 lhs = lvalue;
1940 ret = gimplify_expr (&lhs, pre_p, post_p, is_gimple_val, fb_rvalue);
1945 t1 = build2 (arith_code, TREE_TYPE (*expr_p), lhs, rhs);
1952 *expr_p = lhs;
2608 determine, cautiously, if a CONSTRUCTOR overlaps the lhs of an
2613 /* The base decl of the lhs object. May be NULL, in which case we
2614 have to assume the lhs is indirect. */
2617 /* The alias set of the lhs objec
1897 tree lhs, lvalue, rhs, t1, post = NULL, *orig_post_p = post_p; local
3477 tree lhs, rhs, new_rhs, other, realpart, imagpart; local
[all...]
H A Dc-typeck.c3687 build_modify_expr (tree lhs, enum tree_code modifycode, tree rhs)
3691 tree lhstype = TREE_TYPE (lhs);
3695 lhs = require_complete_type (lhs);
3698 if (TREE_CODE (lhs) == ERROR_MARK || TREE_CODE (rhs) == ERROR_MARK)
3701 if (!lvalue_or_else (lhs, lv_assign))
3713 lhs = stabilize_reference (lhs);
3714 newrhs = build_binary_op (modifycode, lhs, rhs, 1);
3719 if (TREE_READONLY (lhs) || TYPE_READONL
3667 build_modify_expr(tree lhs, enum tree_code modifycode, tree rhs) argument
[all...]
H A Dc-parser.c4370 struct c_expr lhs, rhs, ret;
4373 lhs = c_parser_conditional_expression (parser, after);
4410 return lhs;
4415 ret.value = build_modify_expr (lhs.value, code, rhs.value);
7280 tree lhs, rhs;
7286 lhs = c_parser_unary_expression (parser).value;
7287 switch (TREE_CODE (lhs))
7296 lhs = TREE_OPERAND (lhs, 0);
7303 lhs
4368 struct c_expr lhs, rhs, ret; local
7275 tree lhs, rhs; local
[all...]
H A Ddbxout.c2411 const tree lhs = *((const tree *)pa);
2414 if (TYPE_P (lhs))
2417 return TYPE_UID (lhs) - TYPE_UID (rhs);
2426 return DECL_UID (lhs) - DECL_UID (rhs);
2403 const tree lhs = *((const tree *)pa); local
H A Dtree-ssa-loop-ivopts.c1034 tree lhs; local
1043 lhs = TREE_OPERAND (stmt, 0);
1044 if (TREE_CODE (lhs) != SSA_NAME)
1627 tree op, lhs, rhs; local
1641 lhs = TREE_OPERAND (stmt, 0);
1644 if (TREE_CODE (lhs) == SSA_NAME)
1649 iv = get_iv (data, lhs);
1663 if (REFERENCE_CLASS_P (lhs))
1670 if (REFERENCE_CLASS_P (lhs)
1690 lhs
[all...]
H A Dipa-reference.c500 /* First look on the lhs and see what variable is stored to */ local
501 tree lhs = TREE_OPERAND (t, 0);
503 check_lhs_var (local, lhs);
H A Dloop-iv.c1390 rtx lhs = NULL_RTX, rhs; local
1395 lhs = SET_DEST (set);
1396 if (!REG_P (lhs)
1397 || altered_reg_used (&lhs, altered))
1429 *expr = simplify_replace_rtx (*expr, lhs, rhs);
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h251 SCEVUDivExpr(const FoldingSetNodeIDRef ID, const SCEV *lhs, const SCEV *rhs) argument
252 : SCEV(ID, scUDivExpr), LHS(lhs), RHS(rhs) {}
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp184 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y))
185 return lhs;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmaster.c788 generate(dns_loadctx_t *lctx, char *range, char *lhs, char *gtype, char *rhs, argument
852 result = genname(lhs, i, lhsbuf, DNS_MASTER_LHS);
1047 char *lhs = NULL; local
1263 if (lhs != NULL)
1264 isc_mem_free(mctx, lhs);
1269 range = lhs = gtype = rhs = NULL;
1280 lhs = isc_mem_strdup(mctx, DNS_AS_STR(token));
1281 if (lhs == NULL) {
1351 result = generate(lctx, range, lhs, gtype, rhs,
2018 if (lhs !
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c3893 finish_omp_atomic (enum tree_code code, tree lhs, tree rhs)
3900 orig_lhs = lhs;
3909 dependent_p = (type_dependent_expression_p (lhs)
3913 lhs = build_non_dependent_expr (lhs);
3919 stmt = c_finish_omp_atomic (code, lhs, rhs);
3892 finish_omp_atomic(enum tree_code code, tree lhs, tree rhs) argument
H A Dparser.c1184 tree lhs;
5740 tree lhs, rhs;
5747 lhs = cp_parser_cast_expression (parser, /*address_p=*/false, cast_p);
5796 sp->lhs = lhs;
5799 lhs = rhs;
5816 rhs = lhs;
5818 lhs = sp->lhs;
5823 lhs
1182 tree lhs; member in struct:cp_parser_expression_stack_entry
5738 tree lhs, rhs; local
18768 tree lhs, rhs; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp1581 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, cop->getLHS()); local
1583 return new (Context) CompoundAssignOperator(lhs, rhs, cop->getOpcode(),
1591 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS()); local
1593 return new (Context) BinaryOperator(lhs, rhs, bop->getOpcode(),
H A DSemaStmt.cpp526 static bool CmpCaseVals(const std::pair<llvm::APSInt, CaseStmt*>& lhs, argument
528 if (lhs.first < rhs.first)
531 if (lhs.first == rhs.first &&
532 lhs.second->getCaseLoc().getRawEncoding()
540 static bool CmpEnumVals(const std::pair<llvm::APSInt, EnumConstantDecl*>& lhs, argument
543 return lhs.first < rhs.first;
548 static bool EqEnumVals(const std::pair<llvm::APSInt, EnumConstantDecl*>& lhs, argument
551 return lhs.first == rhs.first;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c1190 dt_printa_validate(dt_node_t *lhs, dt_node_t *rhs) argument
1198 assert(lhs->dn_kind == DT_NODE_AGG);
1201 lid = lhs->dn_ident;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6466 bool ASTContext::ObjCQualifiedClassTypesAreCompatible(QualType lhs, argument
6468 const ObjCObjectPointerType *lhsQID = lhs->getAs<ObjCObjectPointerType>();
6490 /// ObjCQualifiedIdTypesAreCompatible - We know that one of lhs/rhs is an
6492 bool ASTContext::ObjCQualifiedIdTypesAreCompatible(QualType lhs, QualType rhs, argument
6495 if (lhs->isVoidPointerType() ||
6496 lhs->isObjCIdType() || lhs->isObjCClassType())
6502 if (const ObjCObjectPointerType *lhsQID = lhs->getAsObjCQualifiedIdType()) {
6513 // when comparing an id<P> on lhs with a static type on rhs,
6529 // when comparing an id<P> on lhs wit
6909 mergeFunctionArgumentTypes(QualType lhs, QualType rhs, bool OfBlockPointer, bool Unqualified) argument
6928 mergeFunctionTypes(QualType lhs, QualType rhs, bool OfBlockPointer, bool Unqualified) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.h1567 typedef int (gdbarch_inner_than_ftype) (CORE_ADDR lhs, CORE_ADDR rhs);
1568 extern int gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs);
1574 #define INNER_THAN(lhs, rhs) (gdbarch_inner_than (current_gdbarch, lhs, rhs))
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1566 static bool width_descending(Value *lhs, Value *rhs) { argument
1568 if (!lhs->getType()->isIntegerTy() || !rhs->getType()->isIntegerTy())
1569 return rhs->getType()->isIntegerTy() && !lhs->getType()->isIntegerTy();
1571 < lhs->getType()->getPrimitiveSizeInBits();

Completed in 544 milliseconds

12345