Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp148 Clauses[MA->getReductionType()] += in getBrokenReductionsStr()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1032 ReductionType getReductionType() const { return RedType; } in getReductionType() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp908 return MemoryAccess::getReductionOperatorStr(getReductionType()); in getReductionOperatorStr()
935 OS << "[Reduction Type: " << getReductionType() << "] "; in print()
H A DScopBuilder.cpp2477 static MemoryAccess::ReductionType getReductionType(const BinaryOperator *BinOp, in getReductionType() function
2559 getReductionType(dyn_cast<BinaryOperator>(Load->user_back()), Load); in checkForReductions()