OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h
809
/// \param
OMPD
Directive to generate entry blocks for
817
InsertPointTy emitCommonDirectiveEntry(omp::Directive
OMPD
, Value *EntryCall,
823
/// \param
OMPD
Directive to generate exiting code for
831
InsertPointTy emitCommonDirectiveExit(omp::Directive
OMPD
,
838
/// \param
OMPD
Directive to generate inlined region for
854
EmitOMPInlinedRegion(omp::Directive
OMPD
, Instruction *EntryCall,
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
1004
Directive
OMPD
= Directive::OMPD_sections;
1007
return EmitOMPInlinedRegion(
OMPD
, nullptr, nullptr, BodyGenCB, FiniCBWrapper,
1020
Directive
OMPD
= Directive::OMPD_master;
1032
return EmitOMPInlinedRegion(
OMPD
, EntryCall, ExitCall, BodyGenCB, FiniCB,
1043
Directive
OMPD
= Directive::OMPD_masked;
1056
return EmitOMPInlinedRegion(
OMPD
, EntryCall, ExitCall, BodyGenCB, FiniCB,
1897
Directive
OMPD
= Directive::OMPD_single;
1915
return EmitOMPInlinedRegion(
OMPD
, EntryCall, ExitCall, BodyGenCB, FiniCB,
1926
Directive
OMPD
= Directive::OMPD_critical;
1948
return EmitOMPInlinedRegion(
OMPD
, EntryCall, ExitCall, BodyGenCB, FiniCB
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026