Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h854 const std::string getReductionOperatorStr() const;
857 static const std::string getReductionOperatorStr(ReductionType RT);
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp552 MemoryAccess::getReductionOperatorStr(MemoryAccess::ReductionType RT) { in getReductionOperatorStr() function in MemoryAccess
932 const std::string MemoryAccess::getReductionOperatorStr() const { in getReductionOperatorStr() function in MemoryAccess
933 return MemoryAccess::getReductionOperatorStr(getReductionType()); in getReductionOperatorStr()
943 OS << MemoryAccess::getReductionOperatorStr(RT); in operator <<()
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp162 str += MemoryAccess::getReductionOperatorStr(ReductionClause.first); in getBrokenReductionsStr()