Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp175 SDNode *Mul = CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::Glue, in Select() local
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp61 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp43 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
DMipsSEISelDAGToDAG.cpp185 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
/external/skia/src/core/
DSkFloat.cpp170 int32_t SkFloat::Mul(int32_t packed_a, int32_t packed_b) in Mul() function in SkFloat
/external/skia/legacy/src/core/
DSkFloat.cpp170 int32_t SkFloat::Mul(int32_t packed_a, int32_t packed_b) in Mul() function in SkFloat
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp877 BinaryOperator *Mul = in ConvertShiftToMul() local
1071 Value *Mul = ConstantInt::get(cast<IntegerType>(I->getType()), NumFound); in OptimizeAdd() local
DLoopStrengthReduce.cpp305 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) in DoInitialMatch() local
532 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(LHS)) { in getExactSDiv() local
716 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in isHighCostExpansion() local
3075 } else if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in CollectSubexprs() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp296 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(this); in isNonConstantNegative() local
1403 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[i]); in CollectAddOperandsWithScales() local
1525 const SCEV *Mul = getMulExpr(Scale, Ops[i]); in getAddExpr() local
1655 const SCEVMulExpr *Mul = cast<SCEVMulExpr>(Ops[Idx]); in getAddExpr() local
1932 const SCEV *Mul = getMulExpr(Ops[0], *I); in getMulExpr() local
1964 while (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[Idx])) { in getMulExpr() local
3300 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in getUnsignedRange() local
3441 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in getSignedRange() local
3980 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(TCMul)) in getSmallConstantTripMultiple() local
DInstructionSimplify.cpp1103 OverflowingBinaryOperator *Mul = cast<OverflowingBinaryOperator>(Op0); in SimplifyDiv() local
/external/v8/src/mips/
Dic-mips.cc791 __ Mul(scratch3, key, scratch3); in GenerateMappedArgumentsLookup() local
804 __ Mul(scratch3, scratch2, scratch3); in GenerateMappedArgumentsLookup() local
831 __ Mul(scratch, key, scratch); in GenerateUnmappedArgumentsLookup() local
Dlithium-codegen-mips.cc1016 __ Mul(result, left, at); in DoMulI() local
1034 __ Mul(result, left, right); in DoMulI() local
3212 __ Mul(a3, a3, t0); in DoRandom() local
3221 __ Mul(a3, a3, t0); in DoRandom() local
Dmacro-assembler-mips.cc575 void MacroAssembler::Mul(Register rd, Register rs, const Operand& rt) { in Mul() function in v8::internal::MacroAssembler
/external/llvm/include/llvm/MC/
DMCExpr.h342 Mul, ///< Multiplication. enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml153 | Mul Constructor
Dllvm.mli203 | Mul Constructor
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp464 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow"); in visitCallInst() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp960 SDValue Mul = ShiftOp0; in SelectTruncate() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp658 SDValue Mul; in TryExpandADDWithMul() local
/external/valgrind/main/VEX/priv/
Dhost_mips_defs.h472 } Mul; member
Dhost_arm_defs.h735 } Mul; member
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1829 SDValue Mul = DAG.getNode(ISD::MUL, N->getDebugLoc(), VT, in visitMUL() local
2013 SDValue Mul = DAG.getNode(ISD::MUL, N->getDebugLoc(), VT, in visitSREM() local
2066 SDValue Mul = DAG.getNode(ISD::MUL, N->getDebugLoc(), VT, in visitUREM() local
DLegalizeIntegerTypes.cpp660 SDValue Mul = DAG.getNode(N->getOpcode(), DL, VTs, LHS, RHS); in PromoteIntRes_XMULO() local
DSelectionDAGBuilder.cpp4925 SDValue Mul = DAG.getNode(ISD::FMUL, dl, in visitIntrinsicCall() local