Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DPolyhedralInfo.cpp144 SS.getDomainId().release()); in getScheduleForLoop()
DScopInfo.cpp720 LengthMap.set_tuple_id(isl::dim::in, getStatement()->getDomainId()); in buildMemIntrinsicAccessRelation()
1264 isl::id ScopStmt::getDomainId() const { return Domain.get_tuple_id(); } in getDomainId() function in ScopStmt
/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp1128 ExtMap = ExtMap.set_tuple_id(isl::dim::out, NewStmt->getDomainId()); in optimizeDataLayoutMatrMulPattern()
1154 ExtMap = ExtMap.set_tuple_id(isl::dim::out, NewStmt->getDomainId()); in optimizeDataLayoutMatrMulPattern()
/external/llvm-project/polly/include/polly/
DScopInfo.h1292 isl::id getDomainId() const;
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2814 GPUStmt->id = Stmt.getDomainId().release(); in getStatements()