Home
last modified time | relevance | path

Searched defs:Mul (Results 1 - 25 of 51) sorted by relevance

123

/third_party/skia/src/core/
H A DSkMath.cpp50 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp266 Instruction *Mul = BinaryOperator::CreateMul(DivInst, Y); in optimizeDivRem() local
H A DStraightLineStrengthReduce.cpp106 Mul, // (B + i) * S enumerator
H A DReassociate.cpp980 BinaryOperator *Mul = in ConvertShiftToMul() local
[all...]
H A DLowerMatrixIntrinsics.cpp673 Value *Mul = Builder.CreateFMul(A, B); in createMulAdd() local
677 Value *Mul = Builder.CreateMul(A, B); in createMulAdd() local
/third_party/node/deps/v8/tools/
H A Dbigint-tester.py205 class Mul(BinaryOp): class
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp202 static ScalarBezCurve Mul(const ScalarBezCurve& curve, float f) { in Mul() function in __anon18657::ScalarBezCurve
215 static ScalarBezCurve Mul(const ScalarBezCurve& a, const ScalarBezCurve& b) { in Mul() function in __anon18657::ScalarBezCurve
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp48 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
H A DMipsInstructionSelector.cpp266 MachineInstr *Mul = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MUL)) in select() local
/third_party/rust/crates/nix/src/sys/
H A Dtime.rs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp482 SDNode *Mul = CurDAG->getMachineNode(MachineOp, DL, MVT::Glue, Lhs, Rhs); in selectMultiplication() local
/third_party/jinja2/
H A Dnodes.py945 class Mul(BinExpr): class
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py843 class Mul(BinExpr): class
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py795 class Mul(BinExpr): class
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderStorageBlockOutputHLSL.cpp292 TIntermTyped *Mul(TIntermTyped *left, TIntermTyped *right) in Mul() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp169 Mul, enumerator
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py843 class Mul(BinExpr): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCExpr.h441 Mul, ///< Multiplication. enumerator
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_memory_access.cc383 const Offset* Mul(LHS&& lhs_, RHS&& rhs_) { in Mul() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp677 Instruction *Mul = cast<Instruction>(MulCand->Root); InsertParallelMACs() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A 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, commonIDivTransforms() local
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs1300 impl<'a, 'b> Mul<&'b BigNumRef> for &'a BigNumRef { impls
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h839 void TurboAssembler::Mul(const Register& rd, const Register& rn, in Mul() function in v8::internal::TurboAssembler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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); getAddExpr() variable
2620 const SCEVMulExpr *Mul = cast<SCEVMulExpr>(Ops[Idx]); getAddExpr() variable
[all...]
H A DScalarEvolutionExpander.cpp2287 CallInst *Mul = Builder.CreateCall(MulF, {AbsStep, TruncTripCount}, "mul"); in generateOverflowCheck() local

Completed in 40 milliseconds

123