Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DMatmulOptimizer.cpp714 S->createScopArrayInfo(MMI.B->getElementType(), "Packed_B", in optimizePackedB()
752 ScopArrayInfo *PackedA = Stmt->getParent()->createScopArrayInfo( in optimizePackedA()
H A DMaximalStaticExpansion.cpp374 S.createScopArrayInfo(ElementType, CurrentOutIdString, Sizes); in expandAccess()
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp676 auto NewSAI = S.createScopArrayInfo( in importArrays()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2406 ScopArrayInfo *createScopArrayInfo(Type *ElementType,
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1759 ScopArrayInfo *Scop::createScopArrayInfo(Type *ElementType, in createScopArrayInfo() function in Scop