Home
last modified time | relevance | path

Searched defs:MulOp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1235 Value *MulOp = Builder.CreateFMul(InitVec, Step); in getStepVector() local
1299 Instruction::BinaryOps MulOp; in execute() local
1419 Instruction::BinaryOps MulOp; in execute() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1021 constexpr unsigned MulOp = FP ? Instruction::FMul : Instruction::Mul; in matchesSquareSum() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4024 static Value* buildFMulAdd(llvm::Instruction *MulOp, Value *Addend, in buildFMulAdd()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6783 MachineOperand &MulOp = Root.getOperand(IdxMulOp); in genIndexedMultiply() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4263 unsigned MulOp = Signed ? ISD::SMULO : ISD::UMULO; in ExpandIntRes_MULFIX() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2771 for (auto &MulOp : MulOpLists) { in getAddExpr() local
2794 for (unsigned MulOp = 0, e = Mul->getNumOperands(); MulOp != e; ++MulOp) { in getAddExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7157 auto FindReplicatedReg = [&](SDValue MulOp) { in combineSTORE()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16292 SDValue MulOp = N->getOperand(1); combineToVWMACC() local
[all...]