HomeSort by relevance Sort by last modified time
    Searched refs:hasCMov (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 71 /// HasCMov - True if this processor has conditional move instructions
73 bool HasCMov;
195 bool hasCMov() const { return HasCMov; }
X86TargetMachine.cpp 145 if (Subtarget.hasCMov())
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 293 milliseconds