Searched refs:uop (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaPseudoObject.cpp | 69 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(e)) { in rebuild() local 70 assert(uop->getOpcode() == UO_Extension); in rebuild() 71 e = rebuild(uop->getSubExpr()); in rebuild() 72 return new (S.Context) UnaryOperator(e, uop->getOpcode(), in rebuild() 73 uop->getType(), in rebuild() 74 uop->getValueKind(), in rebuild() 75 uop->getObjectKind(), in rebuild() 76 uop->getOperatorLoc()); in rebuild() 1594 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(syntax)) { in recreateSyntacticForm() local 1595 Expr *op = stripOpaqueValuesFromPseudoObjectRef(*this, uop->getSubExpr()); in recreateSyntacticForm() [all …]
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | ppro.md | 71 ;; Simple instructions of the register-register form have only one uop. 72 ;; Load instructions are also only one uop. Store instructions decode to 77 ;; - an instruction with 1 uop can be decoded by any of the three 100 ;; may dispatch zero or one uop on the port of any of the five pipelines 126 ;; The simple instructions follow a very regular pattern of 1 uop per 127 ;; reg-reg operation, 1 uop per load on port 2. and 2 uops per store 163 ;; imovx always decodes to one uop, and also doesn't use the integer 216 ;; In addition, the model assumes a branch always decodes to only 1 uop, 735 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
|
| HD | i386.md | 20203 ; These two don't make sense for PPro/PII -- we're expanding a 4-uop 20204 ; instruction into two 1-uop insns plus a 2-uop insn. That last has
|
| /NextBSD/sys/amd64/include/xen/ |
| HD | hypercall.h | 337 unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument 339 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
|
| /NextBSD/sys/i386/include/xen/ |
| HD | hypercall.h | 320 unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument 322 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
|
| /NextBSD/contrib/gcc/ |
| HD | tree-stdarg.c | 754 use_operand_p uop; in execute_optimize_stdarg() local 764 FOR_EACH_PHI_ARG (uop, phi, soi, SSA_OP_USE) in execute_optimize_stdarg() 766 rhs = USE_FROM_PTR (uop); in execute_optimize_stdarg()
|
| HD | c-typeck.c | 8836 tree sop, uop; in build_binary_op() local 8840 sop = xop0, uop = xop1; in build_binary_op() 8842 sop = xop1, uop = xop0; in build_binary_op() 8854 else if (TREE_CODE (uop) == INTEGER_CST in build_binary_op() 8857 (uop, c_common_signed_type (result_type))) in build_binary_op() 8862 else if (TREE_CODE (uop) == INTEGER_CST in build_binary_op() 8863 && TREE_CODE (TREE_TYPE (uop)) == ENUMERAL_TYPE in build_binary_op() 8865 (TYPE_MAX_VALUE (TREE_TYPE (uop)), in build_binary_op()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprAgg.cpp | 840 } else if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E)) { in isBlockVarRef() local 841 return isBlockVarRef(uop->getSubExpr()); in isBlockVarRef()
|
| HD | CGCall.cpp | 2617 if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E->IgnoreParens())) in maybeGetUnaryAddrOfOperand() local 2618 if (uop->getOpcode() == UO_AddrOf) in maybeGetUnaryAddrOfOperand() 2619 return uop->getSubExpr(); in maybeGetUnaryAddrOfOperand()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMSchedule.td | 20 // 2 | Rn: 1 Rm: 4 Rs: 4 | uop T0, Rm, Rs - P01 - 3
|
| /NextBSD/contrib/tzdata/ |
| HD | northamerica | 1799 # http://www.creston.museum.bc.ca/index.php?module=comments&uop=view_comment&cm+id=56
|