OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSSE41
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
309
bool
hasSSE41
() const { return X86SSELevel >= SSE41; }
X86TargetTransformInfo.cpp
282
if (ISD == ISD::SDIV && LT.second == MVT::v4i32 && ST->
hasSSE41
())
294
(VT == MVT::v4i32 && ST->
hasSSE41
()))
399
!ST->
hasSSE41
())
473
if (ST->
hasSSE41
()) {
[
all
...]
X86ISelLowering.cpp
[
all
...]
Completed in 164 milliseconds