Home
last modified time | relevance | path

Searched refs:Oper (Results 1 – 25 of 32) sorted by relevance

12

/external/rust/crates/nom/tests/
Darithmetic_ast.rs28 pub enum Oper { enum
88 fn fold_exprs(initial: Expr, remainder: Vec<(Oper, Expr)>) -> Expr { in fold_exprs() argument
92 Oper::Add => Expr::Add(Box::new(acc), Box::new(expr)), in fold_exprs()
93 Oper::Sub => Expr::Sub(Box::new(acc), Box::new(expr)), in fold_exprs()
94 Oper::Mul => Expr::Mul(Box::new(acc), Box::new(expr)), in fold_exprs()
95 Oper::Div => Expr::Div(Box::new(acc), Box::new(expr)), in fold_exprs()
105 Ok((i,(Oper::Mul, mul))) in term()
109 Ok((i, (Oper::Div, div))) in term()
122 Ok((i,(Oper::Add, add))) in expr()
126 Ok((i, (Oper::Sub, sub))) in expr()
/external/clang/test/SemaCXX/
Ddiagnostic-order.cpp26 struct Oper { struct
27 template<typename T, typename U = typename Error<Oper, T>::error> operator T();
51 int *p = Oper() + 0;
/external/llvm-project/clang/test/SemaCXX/
Ddiagnostic-order.cpp26 struct Oper { struct
27 template<typename T, typename U = typename Error<Oper, T>::error> operator T();
51 int *p = Oper() + 0;
/external/tcpdump/tests/
Dforces3vvv.out81 Oper TLV Get(0x7) length 16
99 Oper TLV GetResp(0x9) length 56
129 Oper TLV Get(0x7) length 16
147 Oper TLV GetResp(0x9) length 104
180 Oper TLV Set(0x1) length 72
214 Oper TLV SetResp(0x3) length 24
240 Oper TLV Set(0x1) length 72
274 Oper TLV SetResp(0x3) length 24
300 Oper TLV Set(0x1) length 76
334 Oper TLV SetResp(0x3) length 24
[all …]
Dforces1vvv.out13 Oper TLV GetResp(0x9) length 296
67 Oper TLV Get(0x7) length 16
85 Oper TLV SetProp(0x2) length 28
111 Oper TLV SetProp(0x2) length 28
134 Oper TLV SetProp(0x2) length 28
160 Oper TLV SetProp(0x2) length 28
Dforces1vvvv.out13 Oper TLV GetResp(0x9) length 296
96 Oper TLV Get(0x7) length 16
121 Oper TLV SetProp(0x2) length 28
154 Oper TLV SetProp(0x2) length 28
184 Oper TLV SetProp(0x2) length 28
217 Oper TLV SetProp(0x2) length 28
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp253 for (const SDValue &Oper : Op->op_values()) in LegalizeOp() local
254 Ops.push_back(LegalizeOp(Oper)); in LegalizeOp()
324 for (const SDValue &Oper : Node->op_values()) in LegalizeOp() local
325 HasVectorValueOrOp |= Oper.getValueType().isVector(); in LegalizeOp()
1511 SDValue Oper = Node->getOperand(j); in UnrollStrictFPOp() local
1512 EVT OperVT = Oper.getValueType(); in UnrollStrictFPOp()
1515 Oper = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, in UnrollStrictFPOp()
1516 OperVT.getVectorElementType(), Oper, Idx); in UnrollStrictFPOp()
1518 Opers.push_back(Oper); in UnrollStrictFPOp()
DLegalizeVectorTypes.cpp216 SDValue Oper = N->getOperand(i); in ScalarizeVecRes_StrictFPOp() local
218 if (Oper.getValueType().isVector()) in ScalarizeVecRes_StrictFPOp()
219 Oper = GetScalarizedVector(Oper); in ScalarizeVecRes_StrictFPOp()
221 Opers[i] = Oper; in ScalarizeVecRes_StrictFPOp()
3092 SDValue Oper = N->getOperand(i); in WidenVecRes_StrictFP() local
3094 if (Oper.getValueType().isVector()) { in WidenVecRes_StrictFP()
3095 assert(Oper.getValueType() == N->getValueType(0) && in WidenVecRes_StrictFP()
3097 Oper = GetWidenedVector(Oper); in WidenVecRes_StrictFP()
3100 InOps.push_back(Oper); in WidenVecRes_StrictFP()
3124 SDValue Oper = DAG.getNode(Opcode, dl, OperVT, EOps); in WidenVecRes_StrictFP() local
[all …]
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp251 for (const SDValue &Oper : Op->op_values()) in LegalizeOp() local
252 Ops.push_back(LegalizeOp(Oper)); in LegalizeOp()
1420 SDValue Oper = Node->getOperand(j); in UnrollStrictFPOp() local
1421 EVT OperVT = Oper.getValueType(); in UnrollStrictFPOp()
1424 Oper = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, in UnrollStrictFPOp()
1425 OperVT.getVectorElementType(), Oper, Idx); in UnrollStrictFPOp()
1427 Opers.push_back(Oper); in UnrollStrictFPOp()
DLegalizeVectorTypes.cpp227 SDValue Oper = N->getOperand(i); in ScalarizeVecRes_StrictFPOp() local
229 if (Oper.getValueType().isVector()) in ScalarizeVecRes_StrictFPOp()
230 Oper = GetScalarizedVector(Oper); in ScalarizeVecRes_StrictFPOp()
232 Opers[i] = Oper; in ScalarizeVecRes_StrictFPOp()
3249 SDValue Oper = N->getOperand(i); in WidenVecRes_StrictFP() local
3251 if (Oper.getValueType().isVector()) { in WidenVecRes_StrictFP()
3252 assert(Oper.getValueType() == N->getValueType(0) && in WidenVecRes_StrictFP()
3254 Oper = GetWidenedVector(Oper); in WidenVecRes_StrictFP()
3257 InOps.push_back(Oper); in WidenVecRes_StrictFP()
3280 SDValue Oper = DAG.getNode(Opcode, dl, OperVT, EOps); in WidenVecRes_StrictFP() local
[all …]
/external/skia/include/core/
DSkRegion.h662 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/external/skqp/include/core/
DSkRegion.h669 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/external/skqp/src/core/
DSkRegion.cpp457 return !Oper(rgn, *this, kDifference_Op, nullptr); in contains()
547 return Oper(*this, rgn, kIntersect_Op, nullptr); in intersects()
1033 bool SkRegion::Oper(const SkRegion& rgnaOrig, const SkRegion& rgnbOrig, Op op, in Oper() function in SkRegion
1138 return SkRegion::Oper(rgna, rgnb, op, this); in op()
/external/skia/src/core/
DSkRegion.cpp456 return !Oper(rgn, *this, kDifference_Op, nullptr); in contains()
546 return Oper(*this, rgn, kIntersect_Op, nullptr); in intersects()
1032 bool SkRegion::Oper(const SkRegion& rgnaOrig, const SkRegion& rgnbOrig, Op op, in Oper() function in SkRegion
1136 return SkRegion::Oper(rgna, rgnb, op, this); in op()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonPatterns.td2801 multiclass Memopxr_base_pat<PatFrag Load, PatFrag Store, SDNode Oper,
2804 def: Pat<(Store (Oper (Load I32:$Rs), I32:$A), I32:$Rs),
2807 def: Pat<(Store (Oper (Load AddrFI:$Rs), I32:$A), AddrFI:$Rs),
2812 SDNode Oper, InstHexagon MI> {
2814 def: Pat<(Store (Oper (Load (add I32:$Rs, ImmPred:$Off)), I32:$A),
2817 def: Pat<(Store (Oper (Load (IsOrAdd I32:$Rs, ImmPred:$Off)), I32:$A),
2821 def: Pat<(Store (Oper (Load (add AddrFI:$Rs, ImmPred:$Off)), I32:$A),
2824 def: Pat<(Store (Oper (Load (IsOrAdd AddrFI:$Rs, ImmPred:$Off)), I32:$A),
2830 SDNode Oper, InstHexagon MI> {
2832 defm: Memopxr_base_pat <Load, Store, Oper, MI>;
[all …]
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonPatterns.td2854 multiclass Memopxr_base_pat<PatFrag Load, PatFrag Store, SDNode Oper,
2857 def: Pat<(Store (Oper (Load I32:$Rs), I32:$A), I32:$Rs),
2860 def: Pat<(Store (Oper (Load AddrFI:$Rs), I32:$A), AddrFI:$Rs),
2865 SDNode Oper, InstHexagon MI> {
2867 def: Pat<(Store (Oper (Load (add I32:$Rs, ImmPred:$Off)), I32:$A),
2870 def: Pat<(Store (Oper (Load (IsOrAdd I32:$Rs, ImmPred:$Off)), I32:$A),
2874 def: Pat<(Store (Oper (Load (add AddrFI:$Rs, ImmPred:$Off)), I32:$A),
2877 def: Pat<(Store (Oper (Load (IsOrAdd AddrFI:$Rs, ImmPred:$Off)), I32:$A),
2883 SDNode Oper, InstHexagon MI> {
2885 defm: Memopxr_base_pat <Load, Store, Oper, MI>;
[all …]
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp202 const auto *Oper = Op.toOperand(); in operator <<() local
203 Out << "(Operand*)" << Oper; in operator <<()
204 if (Oper) { in operator <<()
205 Out << "::" << Oper->getType(); in operator <<()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp942 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() local
943 if (!Oper) in hoistIVInc()
947 IncV = Oper; in hoistIVInc()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2414 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) { in findIVOperand() local
2415 if (!SE.isSCEVable(Oper->getType())) in findIVOperand()
2419 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(Oper))) { in findIVOperand()
2430 static Value *getWideOperand(Value *Oper) { in getWideOperand() argument
2431 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand()
2433 return Oper; in getWideOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1017 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() local
1018 if (!Oper) in hoistIVInc()
1022 IncV = Oper; in hoistIVInc()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1880 Value *Oper = Visit(E->getSubExpr()); in VisitUnaryLNot() local
1881 Value *Zero = llvm::Constant::getNullValue(Oper->getType()); in VisitUnaryLNot()
1883 if (Oper->getType()->isFPOrFPVectorTy()) in VisitUnaryLNot()
1884 Result = Builder.CreateFCmp(llvm::CmpInst::FCMP_OEQ, Oper, Zero, "cmp"); in VisitUnaryLNot()
1886 Result = Builder.CreateICmp(llvm::CmpInst::ICMP_EQ, Oper, Zero, "cmp"); in VisitUnaryLNot()
/external/clang/lib/Sema/
DSemaOverload.cpp6741 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() local
6743 Oper != OperEnd; in AddMemberOperatorCandidates()
6744 ++Oper) in AddMemberOperatorCandidates()
6745 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates()
12459 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildCallToObjectOfClassType() local
12460 Oper != OperEnd; ++Oper) { in BuildCallToObjectOfClassType()
12461 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType()
12738 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildOverloadedArrowExpr() local
12739 Oper != OperEnd; ++Oper) { in BuildOverloadedArrowExpr()
12740 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2717 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) { in findIVOperand() local
2718 if (!SE.isSCEVable(Oper->getType())) in findIVOperand()
2722 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(Oper))) { in findIVOperand()
2733 static Value *getWideOperand(Value *Oper) { in getWideOperand() argument
2734 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand()
2736 return Oper; in getWideOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2722 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) { in findIVOperand() local
2723 if (!SE.isSCEVable(Oper->getType())) in findIVOperand()
2727 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(Oper))) { in findIVOperand()
2738 static Value *getWideOperand(Value *Oper) { in getWideOperand() argument
2739 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand()
2741 return Oper; in getWideOperand()
/external/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp1044 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() local
1045 if (!Oper) in hoistIVInc()
1049 IncV = Oper; in hoistIVInc()

12