OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Core
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenCLOptions.h
24
// a mask to indicate in which OpenCL version(s) extension is a
core
or
25
// optional
core
feature.
65
/// OpenCL supported extensions and optional
core
features
75
// Option becomes
core
feature in this OpenCL versions
76
unsigned
Core
= 0U;
78
// Option becomes optional
core
feature in this OpenCL versions
90
: WithPragma(Pragma), Avail(AvailV),
Core
(CoreV), Opt(OptV) {}
92
bool isCore() const { return
Core
!= 0U; }
103
// Is
core
option in OpenCL version \p LO.
105
return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO,
Core
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h
113
HexagonResource
Core
;
120
: ID(id), Extender(Extender),
Core
(s), CVI(MCII, STI, s, id){};
127
return (HexagonResource::lessWeight(B.
Core
,
Core
));
130
// Check if the handles are in ascending order by
core
slots.
132
return (HexagonResource::lessUnits(A.
Core
, B.
Core
));
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026