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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 64 /// HasCMov - True if this processor has conditional move instructions
66 bool HasCMov;
171 bool hasCMov() const { return HasCMov; }
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 237 HasCMov = false;
332 return hasCMov() && X86EarlyIfConv;
X86Subtarget.h 79 bool HasCMov;
381 bool hasCMov() const { return HasCMov; }
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.cpp 354 return hasCMov() && X86EarlyIfConv;
X86Subtarget.h 104 bool HasCMov = false;
537 bool hasCMov() const { return HasCMov; }
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp 192 if (Subtarget.hasCMov()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenGlobalISel.inc 157 if (Subtarget->hasCMov())
159 if (!Subtarget->hasCMov())
    [all...]

Completed in 202 milliseconds