Searched refs:IsParallel (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.h | 38 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; }
|
D | CGLoopInfo.cpp | 25 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/ |
D | IRBuilder.cpp | 96 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()
|
D | IslAst.cpp | 268 Payload->IsParallel = in astBuildBeforeFor() 274 Payload->IsParallel; in astBuildBeforeFor() 300 Payload->IsInnermost && (BuildInfo->InSIMD || Payload->IsParallel); in astBuildAfterFor()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGLoopInfo.h | 37 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; }
|
D | CGLoopInfo.cpp | 419 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/ |
D | PolyhedralInfo.cpp | 74 bool IsParallel; in checkParallel() local 94 IsParallel = D.isParallel(Schedule, Deps, MinDepDistPtr); in checkParallel() 96 return IsParallel; in checkParallel()
|
D | DependenceInfo.cpp | 698 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/ |
D | IRBuilder.h | 51 void pushLoop(llvm::Loop *L, bool IsParallel); 60 void annotateLoopLatch(llvm::BranchInst *B, llvm::Loop *L, bool IsParallel,
|
D | IslAst.h | 87 bool IsParallel = false; member
|