reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/X86/X86GenDAGISel.inc
253388   case 32: return (!Subtarget->hasSSE1()) && (Subtarget->hasCMov());
253389   case 33: return (!Subtarget->hasSSE2()) && (Subtarget->hasCMov());
253390   case 34: return (Subtarget->hasCMov());
253477   case 121: return (!Subtarget->hasCMov());
gen/lib/Target/X86/X86GenFastISel.inc
 9495   if ((!Subtarget->hasSSE1()) && (Subtarget->hasCMov())) {
 9513   if ((!Subtarget->hasSSE2()) && (Subtarget->hasCMov())) {
 9522   if ((Subtarget->hasCMov())) {
gen/lib/Target/X86/X86GenGlobalISel.inc
  157   if (Subtarget->hasCMov())
  159   if (!Subtarget->hasCMov())
lib/Target/X86/X86FastISel.cpp
 2016   if (!Subtarget->hasCMov())
lib/Target/X86/X86ISelLowering.cpp
  206   if (Subtarget.hasCMov()) {
 4955   return !IsSigned && FpVT == MVT::f80 && Subtarget.hasCMov();
20192   if (Subtarget.hasCMov() ||
20317   if (!Subtarget.hasCMov())
21363     } else if (!Subtarget.hasCMov() && CondCode == X86::COND_E &&
21502   if ((Op.getValueType() == MVT::i8 && Subtarget.hasCMov()) ||
lib/Target/X86/X86InstrInfo.cpp
 2834   if (!Subtarget.hasCMov())
lib/Target/X86/X86Subtarget.cpp
  375   return hasCMov() && X86EarlyIfConv;