Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h856 const std::string getReductionOperatorStr() const;
859 static const std::string getReductionOperatorStr(ReductionType RT);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp528 MemoryAccess::getReductionOperatorStr(MemoryAccess::ReductionType RT) { in getReductionOperatorStr() function in MemoryAccess
907 const std::string MemoryAccess::getReductionOperatorStr() const { in getReductionOperatorStr() function in MemoryAccess
908 return MemoryAccess::getReductionOperatorStr(getReductionType()); in getReductionOperatorStr()
918 OS << MemoryAccess::getReductionOperatorStr(RT); in operator <<()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp155 str += MemoryAccess::getReductionOperatorStr(ReductionClause.first); in getBrokenReductionsStr()