Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp22 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp58 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp175 SDNode *Mul = CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::Glue, in Select() 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/llvm/lib/Transforms/Scalar/
DReassociate.cpp531 Instruction *Mul = in ConvertShiftToMul() local
735 Value *Mul = ConstantInt::get(cast<IntegerType>(I->getType()), NumFound); in OptimizeAdd() local
DLoopStrengthReduce.cpp292 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/
DMipsISelDAGToDAG.cpp344 SDNode *Mul = CurDAG->getMachineNode(Opc, dl, MVT::Glue, N->getOperand(0), in SelectMULT() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp288 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
DInstructionSimplify.cpp1001 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.h322 Mul, ///< Multiplication. enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml153 | Mul Constructor
Dllvm.mli203 | Mul Constructor
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp505 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow"); in visitCallInst() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp920 SDValue Mul = ShiftOp0; in SelectTruncate() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp656 SDValue Mul; in TryExpandADDWithMul() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1804 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
DLegalizeIntegerTypes.cpp660 SDValue Mul = DAG.getNode(ISD::MUL, DL, LHS.getValueType(), LHS, RHS); in PromoteIntRes_XMULO() local
/external/valgrind/main/VEX/priv/
Dhost_arm_defs.h711 } Mul; member