OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAVX2
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
347
bool
hasAVX2
() const { return X86SSELevel >= AVX2; }
350
bool hasInt256() const { return
hasAVX2
(); }
X86TargetTransformInfo.cpp
128
ST->
hasAVX2
()) {
164
if (ST->
hasAVX2
()) {
235
if (ST->
hasAVX2
()) {
302
(ST->hasAVX() && !ST->
hasAVX2
()))
388
if (ST->hasAVX() && !ST->
hasAVX2
()) {
438
if (ST->
hasAVX2
() && LT.second == MVT::v16i16)
[
all
...]
X86ISelLowering.cpp
[
all
...]
X86InstrInfo.cpp
[
all
...]
X86ISelDAGToDAG.cpp
[
all
...]
Completed in 1136 milliseconds