Searched refs:hasCMov (Results 1 – 8 of 8) sorted by relevance
375 return hasCMov() && X86EarlyIfConv; in enableEarlyIfConversion()
583 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } in hasCMov() function
843 def HasCMov : Predicate<"Subtarget->hasCMov()">;844 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
2017 if (!Subtarget->hasCMov()) in X86FastEmitCMoveSelect()
2835 if (!Subtarget.hasCMov()) in canInsertSelect()
201 if (Subtarget.hasCMov()) { in X86TargetLowering()20902 if (Subtarget.hasCMov() || (!IsCmp && !IsStrictCmp) || in ConvertCmpIfNecessary()21026 if (!Subtarget.hasCMov()) in BuildSDIVPow2()22212 } else if (!Subtarget.hasCMov() && CondCode == X86::COND_E && in LowerSELECT()22350 if ((Op.getValueType() == MVT::i8 && Subtarget.hasCMov()) || in LowerSELECT()
10988 if ((!Subtarget->hasSSE1()) && (Subtarget->hasCMov())) {11006 if ((!Subtarget->hasSSE2()) && (Subtarget->hasCMov())) {11015 if ((Subtarget->hasCMov())) {13537 if ((!Subtarget->hasSSE1()) && (Subtarget->hasCMov())) {13555 if ((!Subtarget->hasSSE2()) && (Subtarget->hasCMov())) {13564 if ((Subtarget->hasCMov())) {13593 if ((!Subtarget->hasSSE1()) && (Subtarget->hasCMov())) {13611 if ((!Subtarget->hasSSE2()) && (Subtarget->hasCMov())) {13620 if ((Subtarget->hasCMov())) {
157 if (Subtarget->hasCMov())159 if (!Subtarget->hasCMov())