Home
last modified time | relevance | path

Searched refs:IslAstUserPayload (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp60 using IslAstUserPayload = IslAstInfo::IslAstUserPayload; typedef
121 delete ((IslAstInfo::IslAstUserPayload *)Ptr); in freeIslAstUserPayload()
250 IslAstUserPayload *Payload = new IslAstUserPayload(); in astBuildBeforeFor()
278 IslAstUserPayload *Payload = (IslAstUserPayload *)isl_id_get_user(Id); in astBuildAfterFor()
325 IslAstUserPayload *Payload = new IslAstUserPayload(); in AtEachDomain()
568 IslAstUserPayload *Payload = (IslAstUserPayload *)Id.get_user(); in getNodePayload()
573 IslAstUserPayload *Payload = getNodePayload(Node); in isInnermost()
583 IslAstUserPayload *Payload = getNodePayload(Node); in isInnermostParallel()
588 IslAstUserPayload *Payload = getNodePayload(Node); in isOutermostParallel()
593 IslAstUserPayload *Payload = getNodePayload(Node); in isReductionParallel()
[all …]
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h74 struct IslAstUserPayload { struct
76 IslAstUserPayload() = default;
131 static IslAstUserPayload *getNodePayload(const isl::ast_node &Node);