OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasSM4
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AArch64.h
36
bool
HasSM4
;
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
AArch64.cpp
340
const bool
HasSM4
= (std::find(ItBegin, ItEnd, "-sm4") == ItEnd);
344
if (
HasSM4
)
356
const bool
HasSM4
= (std::find(ItBegin, ItEnd, "+sm4") != ItEnd);
360
if (!
HasSM4
)
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h
124
bool
HasSM4
= false;
367
bool
hasSM4
() const { return
HasSM4
; }
Completed in 59 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026