/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 175 SDNode *Mul = CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::Glue, in Select() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 61 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 43 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
|
D | MipsSEISelDAGToDAG.cpp | 185 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
|
/external/skia/src/core/ |
D | SkFloat.cpp | 170 int32_t SkFloat::Mul(int32_t packed_a, int32_t packed_b) in Mul() function in SkFloat
|
/external/skia/legacy/src/core/ |
D | SkFloat.cpp | 170 int32_t SkFloat::Mul(int32_t packed_a, int32_t packed_b) in Mul() function in SkFloat
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 877 BinaryOperator *Mul = in ConvertShiftToMul() local 1071 Value *Mul = ConstantInt::get(cast<IntegerType>(I->getType()), NumFound); in OptimizeAdd() local
|
D | LoopStrengthReduce.cpp | 305 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/ |
D | ScalarEvolution.cpp | 296 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
|
D | InstructionSimplify.cpp | 1103 OverflowingBinaryOperator *Mul = cast<OverflowingBinaryOperator>(Op0); in SimplifyDiv() local
|
/external/v8/src/mips/ |
D | ic-mips.cc | 791 __ Mul(scratch3, key, scratch3); in GenerateMappedArgumentsLookup() local 804 __ Mul(scratch3, scratch2, scratch3); in GenerateMappedArgumentsLookup() local 831 __ Mul(scratch, key, scratch); in GenerateUnmappedArgumentsLookup() local
|
D | lithium-codegen-mips.cc | 1016 __ 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
|
D | macro-assembler-mips.cc | 575 void MacroAssembler::Mul(Register rd, Register rs, const Operand& rt) { in Mul() function in v8::internal::MacroAssembler
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 342 Mul, ///< Multiplication. enumerator
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 153 | Mul Constructor
|
D | llvm.mli | 203 | Mul Constructor
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 464 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow"); in visitCallInst() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 960 SDValue Mul = ShiftOp0; in SelectTruncate() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 658 SDValue Mul; in TryExpandADDWithMul() local
|
/external/valgrind/main/VEX/priv/ |
D | host_mips_defs.h | 472 } Mul; member
|
D | host_arm_defs.h | 735 } Mul; member
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1829 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
|
D | LegalizeIntegerTypes.cpp | 660 SDValue Mul = DAG.getNode(N->getOpcode(), DL, VTs, LHS, RHS); in PromoteIntRes_XMULO() local
|
D | SelectionDAGBuilder.cpp | 4925 SDValue Mul = DAG.getNode(ISD::FMUL, dl, in visitIntrinsicCall() local
|