Home
last modified time | relevance | path

Searched refs:ProcBindKind (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPConstants.h53 enum class ProcBindKind { enum
59 constexpr auto Enum = omp::ProcBindKind::Enum;
DOMPIRBuilder.h169 omp::ProcBindKind ProcBind, bool IsCancellable);
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.h217 llvm::omp::ProcBindKind ProcBind,
DCGOpenMPRuntime.h1241 llvm::omp::ProcBindKind ProcBind,
2125 llvm::omp::ProcBindKind ProcBind,
DCGOpenMPRuntimeGPU.cpp1528 ProcBindKind ProcBind, in emitProcBindClause()
DCGOpenMPRuntime.cpp2863 ProcBindKind ProcBind, in emitProcBindClause()
12540 ProcBindKind ProcBind, in emitProcBindClause()
DCGStmtOpenMP.cpp1679 ProcBindKind ProcBind = OMP_PROC_BIND_default; in EmitOMPParallelDirective()
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h191 Value *NumThreads, omp::ProcBindKind ProcBind,
DOMP.td110 let enumClauseValue = "ProcBindKind";
/external/llvm-project/mlir/include/mlir/Dialect/OpenMP/
DOpenMPOps.td91 OptionalAttr<ProcBindKind>:$proc_bind_val);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp307 Value *NumThreads, omp::ProcBindKind ProcBind, bool IsCancellable) { in CreateParallel()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp435 llvm::omp::ProcBindKind pbKind = llvm::omp::OMP_PROC_BIND_default; in convertOmpParallel()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h959 llvm::omp::ProcBindKind Kind = llvm::omp::OMP_PROC_BIND_unknown;
967 void setProcBindKind(llvm::omp::ProcBindKind K) { Kind = K; } in setProcBindKind()
983 OMPProcBindClause(llvm::omp::ProcBindKind A, SourceLocation ALoc, in OMPProcBindClause()
1001 llvm::omp::ProcBindKind getProcBindKind() const { return Kind; } in getProcBindKind()
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp429 omp::ProcBindKind ProcBind, bool IsCancellable) { in createParallel()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp12991 Res = ActOnOpenMPProcBindClause(static_cast<ProcBindKind>(Argument), in ActOnOpenMPSimpleClause()
13134 OMPClause *Sema::ActOnOpenMPProcBindClause(ProcBindKind Kind, in ActOnOpenMPProcBindClause()
DTreeTransform.h1657 OMPClause *RebuildOMPProcBindClause(ProcBindKind Kind, in RebuildOMPProcBindClause()
/external/llvm-project/clang/include/clang/Sema/
DSema.h10747 OMPClause *ActOnOpenMPProcBindClause(llvm::omp::ProcBindKind Kind,
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12162 C->setProcBindKind(static_cast<llvm::omp::ProcBindKind>(Record.readInt())); in VisitOMPProcBindClause()