OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCMov
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/X86/
X86TargetMachine.cpp
187
if (X86EarlyIfConv && getX86Subtarget().
hasCMov
()) {
X86Subtarget.h
71
///
HasCMov
- True if this processor has conditional move instructions
73
bool
HasCMov
;
251
bool
hasCMov
() const { return
HasCMov
; }
X86FastISel.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
X86InstrInfo.cpp
[
all
...]
Completed in 194 milliseconds