Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10562 unsigned RdxOpcode = RecurrenceDescriptor::getOpcode(Kind); in createOp() local
10568 return Builder.CreateBinOp((Instruction::BinaryOps)RdxOpcode, LHS, RHS, in createOp()
10574 return Builder.CreateBinOp((Instruction::BinaryOps)RdxOpcode, LHS, RHS, in createOp()
10581 return Builder.CreateBinOp((Instruction::BinaryOps)RdxOpcode, LHS, RHS, in createOp()
11426 unsigned RdxOpcode = RecurrenceDescriptor::getOpcode(RdxKind); in getReductionCost() local
11429 TTI->getArithmeticReductionCost(RdxOpcode, VectorTy, FMF, CostKind); in getReductionCost()
11430 ScalarCost = TTI->getArithmeticInstrCost(RdxOpcode, ScalarTy, CostKind); in getReductionCost()