OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasSM4
(Results
1 - 4
of
4
) sorted by relevancy
/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/clang/lib/Basic/Targets/
AArch64.cpp
306
if (
HasSM4
) {
445
HasSM4
= false;
524
HasSM4
= true;
AArch64.h
36
bool
HasSM4
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h
124
bool
HasSM4
= false;
367
bool
hasSM4
() const { return
HasSM4
; }
Completed in 39 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026