Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp77 ArrayRef<Directive> getLeafConstructs(Directive D) { in getLeafConstructs() function
86 if (auto Leafs = getLeafConstructs(D); !Leafs.empty()) in getLeafConstructsOrSelf()
132 ArrayRef<Directive> Ls = getLeafConstructs(P); in getCompoundConstruct()
168 ArrayRef<Directive> FoundLeafs = getLeafConstructs(Found); in getCompoundConstruct()
174 bool isLeafConstruct(Directive D) { return getLeafConstructs(D).empty(); } in isLeafConstruct()
187 return !getLeafConstructs(D).empty() && !isCompositeConstruct(D); in isCombinedConstruct()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp599 llvm::is_contained(getLeafConstructs(DKind), OMPD_taskloop); in isOpenMPTaskLoopDirective()
606 llvm::is_contained(getLeafConstructs(DKind), OMPD_parallel); in isOpenMPParallelDirective()
611 llvm::is_contained(getLeafConstructs(DKind), OMPD_target); in isOpenMPTargetExecutionDirective()
622 ArrayRef<Directive> Leaves = getLeafConstructs(DKind); in isOpenMPNestingTeamsDirective()
628 llvm::is_contained(getLeafConstructs(DKind), OMPD_teams); in isOpenMPTeamsDirective()
639 llvm::is_contained(getLeafConstructs(DKind), OMPD_simd); in isOpenMPSimdDirective()
645 ArrayRef<Directive> Leaves = getLeafConstructs(Kind); in isOpenMPNestingDistributeDirective()
651 llvm::is_contained(getLeafConstructs(Kind), OMPD_distribute); in isOpenMPDistributeDirective()
657 ArrayRef<Directive> Leaves = getLeafConstructs(Kind); in isOpenMPGenericLoopDirective()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.h22 ArrayRef<Directive> getLeafConstructs(Directive D);
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h133 std::vector<Record *> getLeafConstructs() const { in getLeafConstructs() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp188 size_t Count = Directive{R}.getLeafConstructs().size(); in GetMaxLeafCount()
522 std::vector<Record *> Leaves = Dir.getLeafConstructs(); in EmitLeafTable()
697 std::vector<Record *> leaves = D.getLeafConstructs(); in GenerateGetDirectiveAssociation()