/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 22 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 58 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 175 SDNode *Mul = CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::Glue, in Select() 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/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 531 Instruction *Mul = in ConvertShiftToMul() local 735 Value *Mul = ConstantInt::get(cast<IntegerType>(I->getType()), NumFound); in OptimizeAdd() local
|
D | LoopStrengthReduce.cpp | 292 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) in DoInitialMatch() local 517 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(LHS)) { in getExactSDiv() local 701 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in isHighCostExpansion() local 2999 } else if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in CollectSubexprs() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 344 SDNode *Mul = CurDAG->getMachineNode(Opc, dl, MVT::Glue, N->getOperand(0), in SelectMULT() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 288 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(this); in isNonConstantNegative() local 1410 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[i]); in CollectAddOperandsWithScales() local 1532 const SCEV *Mul = getMulExpr(Scale, Ops[i]); in getAddExpr() local 1662 const SCEVMulExpr *Mul = cast<SCEVMulExpr>(Ops[Idx]); in getAddExpr() local 1939 const SCEV *Mul = getMulExpr(Ops[0], *I); in getMulExpr() local 1971 while (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[Idx])) { in getMulExpr() local 3303 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in getUnsignedRange() local 3444 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in getSignedRange() local 3983 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(TCMul)) in getSmallConstantTripMultiple() local
|
D | InstructionSimplify.cpp | 1001 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 | 322 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 | 505 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow"); in visitCallInst() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 920 SDValue Mul = ShiftOp0; in SelectTruncate() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 656 SDValue Mul; in TryExpandADDWithMul() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1804 SDValue Mul = DAG.getNode(ISD::MUL, N->getDebugLoc(), VT, in visitMUL() local 1988 SDValue Mul = DAG.getNode(ISD::MUL, N->getDebugLoc(), VT, in visitSREM() local 2041 SDValue Mul = DAG.getNode(ISD::MUL, N->getDebugLoc(), VT, in visitUREM() local
|
D | LegalizeIntegerTypes.cpp | 660 SDValue Mul = DAG.getNode(ISD::MUL, DL, LHS.getValueType(), LHS, RHS); in PromoteIntRes_XMULO() local
|
/external/valgrind/main/VEX/priv/ |
D | host_arm_defs.h | 711 } Mul; member
|