Home
last modified time | relevance | path

Searched refs:IsParallel (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
DCGLoopInfo.h38 explicit LoopAttributes(bool IsParallel = false);
42 bool IsParallel; member
120 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
128 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
DCGLoopInfo.cpp25 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in createMetadata()
102 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
103 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
109 IsParallel = false; in clear()
294 if (L.getAttributes().IsParallel && I->mayReadOrWriteMemory()) in InsertHelper()
/external/llvm-project/polly/lib/CodeGen/
DIRBuilder.cpp96 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
99 if (!IsParallel) in pushLoop()
112 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
114 if (!IsParallel) in popLoop()
121 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
134 if (IsParallel) { in annotateLoopLatch()
DIslAst.cpp268 Payload->IsParallel = in astBuildBeforeFor()
274 Payload->IsParallel; in astBuildBeforeFor()
300 Payload->IsInnermost && (BuildInfo->InSIMD || Payload->IsParallel); in astBuildAfterFor()
/external/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.h37 explicit LoopAttributes(bool IsParallel = false);
41 bool IsParallel; member
221 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
229 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
DCGLoopInfo.cpp419 assert(!!AccGroup == Attrs.IsParallel && in createMetadata()
421 if (Attrs.IsParallel) { in createMetadata()
431 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
432 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
441 IsParallel = false; in clear()
462 if (Attrs.IsParallel) { in LoopInfo()
468 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in LoopInfo()
501 BeforeJam.IsParallel = AfterJam.IsParallel = Attrs.IsParallel; in finish()
/external/llvm-project/polly/lib/Analysis/
DPolyhedralInfo.cpp74 bool IsParallel; in checkParallel() local
94 IsParallel = D.isParallel(Schedule, Deps, MinDepDistPtr); in checkParallel()
96 return IsParallel; in checkParallel()
DDependenceInfo.cpp698 bool IsParallel; in isParallel() local
724 IsParallel = isl_set_is_empty(Distance); in isParallel()
725 if (IsParallel || !MinDistancePtr) { in isParallel()
727 return IsParallel; in isParallel()
/external/llvm-project/polly/include/polly/CodeGen/
DIRBuilder.h51 void pushLoop(llvm::Loop *L, bool IsParallel);
60 void annotateLoopLatch(llvm::BranchInst *B, llvm::Loop *L, bool IsParallel,
DIslAst.h87 bool IsParallel = false; member