Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DPolyhedralInfo.cpp144 SS.getDomainId().release()); in getScheduleForLoop()
H A DScopInfo.cpp696 LengthMap.set_tuple_id(isl::dim::in, getStatement()->getDomainId()); in buildMemIntrinsicAccessRelation()
1230 isl::id ScopStmt::getDomainId() const { return Domain.get_tuple_id(); } in getDomainId() function in ScopStmt
/llvm-project-15.0.7/polly/lib/Transform/
H A DMatmulOptimizer.cpp734 ExtMap = ExtMap.set_tuple_id(isl::dim::out, CopyStmt->getDomainId()); in optimizePackedB()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1286 isl::id getDomainId() const;
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2838 GPUStmt->id = Stmt.getDomainId().release(); in getStatements()