HomeSort by: relevance | last modified time | path
    Searched refs:EUB (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 310 Dir->setEnsureUpperBound(Exprs.EUB);
377 Dir->setEnsureUpperBound(Exprs.EUB);
507 Dir->setEnsureUpperBound(Exprs.EUB);
552 Dir->setEnsureUpperBound(Exprs.EUB);
845 Dir->setEnsureUpperBound(Exprs.EUB);
949 Dir->setEnsureUpperBound(Exprs.EUB);
994 Dir->setEnsureUpperBound(Exprs.EUB);
1037 Dir->setEnsureUpperBound(Exprs.EUB);
1082 Dir->setEnsureUpperBound(Exprs.EUB);
1126 Dir->setEnsureUpperBound(Exprs.EUB);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 709 /// with 'omp for' in a same construct, EUB depends on DistUB
710 Expr *EUB;
761 Expr *EUB;
776 /// PrevEUB - expression similar to EUB but to be used when loop
831 EUB = nullptr;
860 DistCombinedFields.EUB = nullptr;
1130 void setEnsureUpperBound(Expr *EUB) {
1135 Data->getChildren()[EnsureUpperBoundOffset] = EUB;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 3593 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S, Expr *EUB,
3627 Expr *EUB = nullptr;
3640 llvm::Value *Chunk = nullptr, Expr *EUB = nullptr,
3644 : LB(LB), UB(UB), ST(ST), IL(IL), Chunk(Chunk), EUB(EUB),
CGStmtOpenMP.cpp 2611 EmitIgnoredExpr(LoopArgs.EUB);
2797 LoopArgs.IL, LoopArgs.Chunk, LoopArgs.EUB);
2840 // 'omp distribute': select the right EUB expression depending on the
2848 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
3045 const OMPLoopDirective &S, Expr *EUB,
3243 IL.getAddress(*this), Chunk, EUB);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 9114 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB;
9155 EUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, UB.get(),
9157 EUB = SemaRef.ActOnFinishFullExpr(EUB.get(), /*DiscardedValue*/ false);
9546 Built.EUB = EUB.get();
9555 Built.DistCombinedFields.EUB = CombEUB.get();

Completed in 67 milliseconds