OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasPRFCHW
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
130
///
HasPRFCHW
- Processor has PRFCHW instructions.
131
bool
HasPRFCHW
;
284
bool
hasPRFCHW
() const { return
HasPRFCHW
; }
X86Subtarget.cpp
308
HasPRFCHW
= true;
484
HasPRFCHW
= false;
/external/clang/lib/Basic/
Targets.cpp
[
all
...]
Completed in 24 milliseconds