Searched refs:Mul (Results 26 - 50 of 56) sorted by relevance

123

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp456 Value *Mul = Builder->CreateNUWMul(LHS, RHS, "umul_with_overflow"); local
462 return InsertValueInst::Create(Struct, Mul, 0);
H A DInstCombineAddSub.cpp44 if (I->getOpcode() == Instruction::Mul)
H A DInstCombineShifts.cpp346 if (BO->getOpcode() == Instruction::Mul && isLeftShift)
H A DInstructionCombining.cpp337 case Instruction::Mul:
1016 } else if (Inst->getOpcode() == Instruction::Mul &&
H A DInstCombineSimplifyDemanded.cpp1087 case Instruction::Mul:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLazyValueInfo.cpp730 case Instruction::Mul:
H A DBasicAliasAnalysis.cpp179 case Instruction::Mul:
H A DScalarEvolutionExpander.cpp252 // In a Mul, check if there is a constant operand which is a multiple
271 // Mul's operands. If so, we can just remove it.
815 Prod = InsertBinop(Instruction::Mul, Prod, W);
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLLexer.cpp605 INSTKEYWORD(mul, Mul); INSTKEYWORD(fmul, FMul);
H A DLLParser.cpp2283 Opc == Instruction::Mul || Opc == Instruction::Shl) {
2314 case Instruction::Mul:
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DScheduleDAGInstrs.cpp77 Operator::getOpcode(U->getOperand(1)) != Instruction::Mul))
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp1596 case Instruction::Mul:
1948 return get(Instruction::Mul, C1, C2, Flags);
2024 case Instruction::Mul:
2046 case Instruction::Mul:
H A DVerifier.cpp1222 case Instruction::Mul:
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-stress/
H A Dllvm-stress.cpp342 case 2:{Op = (isFloat?Instruction::FMul : Instruction::Mul); break; }
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1537 case Instruction::Mul:
1550 case Instruction::Mul: return MCBinaryExpr::CreateMul(LHS, RHS, Ctx);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp235 e.opcode = Instruction::Mul;
404 case Instruction::Mul:
H A DIndVarSimplify.cpp755 case Instruction::Mul:
H A DSCCP.cpp1342 case Instruction::Mul:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp143 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
1137 Opc == Instruction::Mul ||
2030 Opc == Instruction::Mul ||
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp953 case Instruction::Mul:
H A DDAGCombiner.cpp1816 SDValue Mul = DAG.getNode(ISD::MUL, N->getDebugLoc(), VT, local
1819 Mul, Sh.getOperand(1));
2000 SDValue Mul = DAG.getNode(ISD::MUL, N->getDebugLoc(), VT, local
2002 SDValue Sub = DAG.getNode(ISD::SUB, N->getDebugLoc(), VT, N0, Mul);
2003 AddToWorkList(Mul.getNode());
2053 SDValue Mul = DAG.getNode(ISD::MUL, N->getDebugLoc(), VT, local
2055 SDValue Sub = DAG.getNode(ISD::SUB, N->getDebugLoc(), VT, N0, Mul);
2056 AddToWorkList(Mul.getNode());
H A DSelectionDAGISel.cpp84 STATISTIC(NumFastIselFailMul,"Fast isel fails on Mul");
930 case Instruction::Mul: NumFastIselFailMul++; return;
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.ml153 | Mul
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DIRBuilder.h590 return CreateInsertNUWNSWBinOp(Instruction::Mul, LHS, RHS, Name,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp96 case Instruction::Mul:

Completed in 496 milliseconds

123