Home
last modified time | relevance | path

Searched defs:Mul (Results 1 – 25 of 55) sorted by relevance

123

/third_party/rust/crates/nom/tests/
Darithmetic_ast.rs20 Mul(Box<Expr>, Box<Expr>), enumerator
29 Mul, enumerator
/third_party/skia/src/core/
DSkMath.cpp50 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
/third_party/flutter/skia/src/core/
DSkMath.cpp79 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/
Dradial_test.go204 func (x radialInput) Mul(y radialInput) radialOutPair { func
Dinterval.go307 func (x IntRange) Mul(y IntRange) (z IntRange) { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp123 if (auto *Mul = GetMulOperand(Add->getOperand(0))) in InsertMuls() local
125 if (auto *Mul = GetMulOperand(Add->getOperand(1))) in InsertMuls() local
677 Instruction *Mul = cast<Instruction>(MulCand->Root); in InsertParallelMACs() local
DMVETailPredication.cpp386 if (auto *Mul = VisitAdd(Add)) in ComputeElements() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp48 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
DMipsInstructionSelector.cpp266 MachineInstr *Mul = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MUL)) in select() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp204 BinaryOperator *Mul = cast<BinaryOperator>(I.getOperand(0)); in visitMul() local
269 Value *Mul = Builder.CreateMul(C1, Op1); in visitMul() local
724 auto *Mul = BinaryOperator::Create(Instruction::Mul, X, in commonIDivTransforms() local
750 auto *Mul = BinaryOperator::Create(Instruction::Mul, X, in commonIDivTransforms() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp266 Instruction *Mul = BinaryOperator::CreateMul(DivInst, Y); in optimizeDivRem() local
DLowerMatrixIntrinsics.cpp673 Value *Mul = Builder.CreateFMul(A, B); in createMulAdd() local
677 Value *Mul = Builder.CreateMul(A, B); in createMulAdd() local
DStraightLineStrengthReduce.cpp106 Mul, // (B + i) * S enumerator
DReassociate.cpp980 BinaryOperator *Mul = in ConvertShiftToMul() local
1463 Instruction *Mul = CreateMul(TheOp, C, "factor", I, I); in OptimizeAdd() local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts67 Mul, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp482 SDNode *Mul = CurDAG->getMachineNode(MachineOp, DL, MVT::Glue, Lhs, Rhs); in selectMultiplication() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderStorageBlockOutputHLSL.cpp292 TIntermTyped *Mul(TIntermTyped *left, TIntermTyped *right) in Mul() function
/third_party/skia/samplecode/
DSampleVariableWidthStroker.cpp202 static ScalarBezCurve Mul(const ScalarBezCurve& curve, float f) { in Mul() function in __anon6f317b870111::ScalarBezCurve
215 static ScalarBezCurve Mul(const ScalarBezCurve& a, const ScalarBezCurve& b) { in Mul() function in __anon6f317b870111::ScalarBezCurve
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp409 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(this); in isNonConstantNegative() local
2296 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[i]); in CollectAddOperandsWithScales() local
2471 const SCEV *Mul = getMulExpr(Scale, Ops[i], SCEV::FlagAnyWrap, Depth + 1); in getAddExpr() local
2493 if (const auto *Mul = dyn_cast<SCEVMulExpr>(Ops[Idx])) { in getAddExpr() local
2620 const SCEVMulExpr *Mul = cast<SCEVMulExpr>(Ops[Idx]); in getAddExpr() local
2983 const SCEV *Mul = getMulExpr(Ops[0], AddOp, SCEV::FlagAnyWrap, in getMulExpr() local
3014 while (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[Idx])) { in getMulExpr() local
3350 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(LHS); in getUDivExactExpr() local
5599 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in getRangeRef() local
6474 APInt Mul = APInt::getOneBitSet(BitWidth - AShrAmt, in createSCEV() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp169 Mul, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2034 SDValue Mul = DAG.getNode(ISD::FMUL, SL, VT, Floor, Y); in LowerFREM() local
2310 SDValue Mul = DAG.getNode(ISD::FMUL, SL, VT, Src, K, Op->getFlags()); in lowerFEXP() local
2594 SDValue Mul = DAG.getNode(ISD::FMUL, SL, MVT::f64, Trunc, K0); in LowerFP64_TO_INT() local
3299 SDValue Mul = DAG.getNode(MulOpc, SL, in getMul24() local
3334 SDValue Mul; in performMulCombine() local
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h1641 const ast::BinaryExpression* Mul(LHS&& lhs, RHS&& rhs) { in Mul() function
1652 const ast::BinaryExpression* Mul(const Source& source, LHS&& lhs, RHS&& rhs) { in Mul() function
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py795 class Mul(BinExpr): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h441 Mul, ///< Multiplication. enumerator
/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_memory_access.cc383 const Offset* Mul(LHS&& lhs_, RHS&& rhs_) { in Mul() function

123