Searched refs:operand (Results 76 - 86 of 86) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2809 // the operand.
2811 llvm::Value *operand = bitcast->getOperand(0); local
2812 operand = emitARCOperationAfterCall(CGF, operand, doAfterCall, doFallback);
2813 bitcast->setOperand(0, operand);
/freebsd-11-stable/contrib/gcc/
H A Dgenautomata.c3500 reserv_sets_shift (reserv_sets_t result, reserv_sets_t operand)
3504 gcc_assert (result && operand && result != operand);
3506 result [i - els_in_cycle_reserv] = operand [i];
4448 regexp_t operand;
4455 operand = REGEXP_REPEAT (regexp)->regexp;
4463 REGEXP_SEQUENCE (regexp)->regexps [i] = copy_insn_regexp (operand);
3485 reserv_sets_shift(reserv_sets_t result, reserv_sets_t operand) argument
4428 regexp_t operand; local
H A Dtree-vect-transform.c442 OP is an operand in STMT. This function returns a (vector) def that will be
495 /* Case 1: operand is a constant. */
513 /* Case 2: operand is defined outside the loop - loop invariant. */
533 /* Case 3: operand is defined inside the loop. */
547 /* Case 4: operand is defined by a loop header phi - reduction */
557 /* Case 5: operand is defined by loop-header phi - induction. */
1189 inside the loop body. The last operand is the reduction variable,
1339 /* Create the reduction-phi that defines the reduction-operand. */
1342 /* Prepare the operand that is defined inside the loop body */
1576 by a scalar shift operand
[all...]
H A Dc-common.c945 or when the expression is the result of an operator and any operand
985 unsigned_conversion_warning (tree result, tree operand)
989 if (TREE_CODE (operand) == INTEGER_CST
993 && !int_fits_type_p (operand, type))
995 if (!int_fits_type_p (operand, c_common_signed_type (type)))
1357 expression or its only operand forces a sequence point, then everything up
1387 /* X may be NULL if it is the operand of an empty statement expression
2042 CODE with TYPE0 for operand 0, and TYPE1 for operand 1. */
2198 lowest/highest possible values of the variable operand
983 unsigned_conversion_warning(tree result, tree operand) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c1482 MEM operand. This requires creating an XFmode subreg of a TImode reg
1572 not raise FP_INVALID when given an SNaN operand. */
1579 an SNaN operand. */
4466 /* Print a memory address as an operand to reference that memory location. */
4477 /* Print an operand to an assembler instruction.
4652 /* If this operand is the constant zero, write it as register zero.
4976 /* This can happen when a paradoxical subreg is an operand to the
4989 registers as operands. If the third operand is a constant, then it
6831 gcc_assert (reg == recog_data.operand[0] && mem == recog_data.operand[
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c121 A LO_SUM rtx. The first operand is a valid base register and
122 the second operand is a symbolic address.
191 value is mapped to operand 0 and the arguments are mapped to
1620 R is used in an operand that allows both registers and memory
1916 operand of the indicated MODE. STRICT is nonzero if this function
1980 The returned expression can be used as the first operand to a LO_SUM. */
2295 source operand for a SET pattern. */
2880 that SRC is operand 1 and DEST is operand 0. */
3051 /* Return true if CMP1 is a suitable second operand fo
[all...]
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c748 /* Prefer register over memory as first operand. */
1257 /* If the destination operand is in memory, it needs to coincide
1259 the first source operand. */
1267 /* Narrow logical operation CODE of memory operand MEMOP with immediate
1268 operand IMMOP to switch from SS to SI type instructions. */
1865 ([A|B](Q|R|S|T))|U|W and returns 1 if OP is a valid operand for the
2413 /* Return true if OP is a legitimate general operand when
2429 /* Returns true if the constant value OP is a legitimate general operand.
2525 operand during and after reload. The difference to
2528 before it can be used as operand
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c3623 production a BIT_NOT_EXPR is returned; the operand of the
4273 If ADDRESS_P is true, the postfix expression is the operand of the
5174 operand of the `&' operator. CAST_P is true if this expression is
5197 tree operand;
5203 /* Parse the operand. */
5204 operand = cp_parser_sizeof_operand (parser, keyword);
5206 if (TYPE_P (operand))
5207 return cxx_sizeof_or_alignof_type (operand, op, true);
5209 return cxx_sizeof_or_alignof_expr (operand, op);
5736 operand o
5195 tree operand; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c954 /* Change INSN's opcode so that the operand given by FIELD has value VALUE.
957 include/opcode/mips.h specifies operand fields using the macros
966 /* Extract the operand given by FIELD from mips_cl_insn INSN. */
2557 ADDRESS_EXPR is an operand of the instruction to be used with
3351 expression, the name of the instruction to build, an operand format
3831 as_warn (_("operand overflow"));
7847 as_bad (_("operand overflow"));
7877 as_bad (_("operand overflow"));
8000 as_bad (_("operand overflow"));
8023 as_bad (_("operand overflo
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1025 /// unevaluated operand (C++11 [expr]p7), such as the subexpression of
1032 /// an unevaluated operand. This is mostly like a regular unevaluated
1038 /// This behaves largely similarly to an unevaluated operand in preventing
1043 /// operand that unconditionally permits abstract references to
4344 Expr *operand);
10497 /// A conversion for an operand of a builtin overloaded operator.
10543 // the operand. This is DefaultFunctionArrayLvalueConversion,
10544 // except that it assumes the operand isn't of function or array
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp355 // A local parameter shall only appear as an unevaluated operand
804 // operand or a subexpression thereof the value contained in the
1012 // if we have an integer operand, the result is the complex type.
1021 // When both operands are complex, the shorter operand is converted to the
1025 // From H&S 6.3.4: When one operand is complex and the other is a real
1101 // If we have two real floating types, convert the smaller operand
1172 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType);
1342 // If one operand has signed fixed-point type and the other operand has
1343 // unsigned fixed-point type, then the unsigned fixed-point operand i
[all...]

Completed in 506 milliseconds

1234