Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1146 Value *MulOp = Builder.CreateFMul(InitVec, Step); getStepVector() local
1210 Instruction::BinaryOps MulOp; execute() local
1330 Instruction::BinaryOps MulOp; execute() local
[all...]
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp893 for (auto *MulOp : AF2->operands()) { getDelinearizationTerms() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1016 constexpr unsigned MulOp = FP ? Instruction::FMul : Instruction::Mul; matchesSquareSum() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4014 buildFMulAdd(llvm::Instruction * MulOp,Value * Addend,const CodeGenFunction & CGF,CGBuilderTy & Builder,bool negMul,bool negAdd) buildFMulAdd() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6780 MachineOperand &MulOp = Root.getOperand(IdxMulOp); genIndexedMultiply() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4230 unsigned MulOp = Signed ? ISD::SMULO : ISD::UMULO; ExpandIntRes_MULFIX() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2771 if (MulOp.first == 1) { in getAddExpr() local
2794 const SCEV *MulOpSCEV = Mul->getOperand(MulOp); in getAddExpr() local
[all...]
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7161 __anon9440e8da0702(SDValue MulOp) combineSTORE() argument
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16233 SDValue MulOp = N->getOperand(1); combineToVWMACC() local
[all...]