Home
last modified time | relevance | path

Searched refs:RdxOpcode (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7388 unsigned RdxOpcode = RecurrenceDescriptor::getOpcode(Kind); in createOp() local
7397 return Builder.CreateBinOp((Instruction::BinaryOps)RdxOpcode, LHS, RHS, in createOp()
7977 unsigned RdxOpcode = RecurrenceDescriptor::getOpcode(RdxKind); in getReductionCost() local
7978 VectorCost = TTI->getArithmeticReductionCost(RdxOpcode, VectorTy, FMF); in getReductionCost()
7979 ScalarCost = TTI->getArithmeticInstrCost(RdxOpcode, ScalarTy); in getReductionCost()