OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBMI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
115
///
HasBMI
- Processor has BMI1 instructions.
116
bool
HasBMI
;
253
bool
hasBMI
() const { return
HasBMI
; }
X86ISelLowering.cpp
404
if (Subtarget->
hasBMI
()) {
[
all
...]
Completed in 29 milliseconds