OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPOPCNT
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
79
///
HasPOPCNT
- True if the processor supports POPCNT.
80
bool
HasPOPCNT
;
241
bool
hasPOPCNT
() const { return
HasPOPCNT
; }
X86ISelLowering.cpp
440
if (Subtarget->
hasPOPCNT
()) {
[
all
...]
Completed in 35 milliseconds