OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPOPCNT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
81
bool
HasPOPCNT
;
355
bool
hasPOPCNT
() const { return
HasPOPCNT
; }
X86TargetTransformInfo.cpp
40
// call ST->hasSSE3() instead of ST->
hasPOPCNT
().
41
return ST->
hasPOPCNT
() ? TTI::PSK_FastHardware : TTI::PSK_Software;
[
all
...]
X86ISelLowering.cpp
396
if (Subtarget->
hasPOPCNT
()) {
[
all
...]
Completed in 573 milliseconds