Searched refs:hasCMov (Results 1 – 21 of 21) sorted by relevance
332 return hasCMov() && X86EarlyIfConv; in enableEarlyIfConversion()
381 bool hasCMov() const { return HasCMov; } in hasCMov() function
772 def HasCMov : Predicate<"Subtarget->hasCMov()">;773 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
1938 if (!Subtarget->hasCMov()) in X86FastEmitCMoveSelect()
4282 if (!Subtarget.hasCMov()) in canInsertSelect()
14894 if (Subtarget.hasCMov() || in ConvertCmpIfNecessary()28648 if (Subtarget.hasCMov()) in combineXor()
342 return hasCMov() && X86EarlyIfConv; in enableEarlyIfConversion()
619 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } in hasCMov() function
2033 if (!Subtarget->hasCMov()) in X86FastEmitCMoveSelect()
869 def HasCMov : Predicate<"Subtarget->hasCMov()">;870 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
5258 if (Subtarget->hasCMov()) in Select()
193 if (Subtarget.hasCMov()) { in X86TargetLowering()22256 if (!Subtarget.hasCMov()) in BuildSDIVPow2()23410 if (Subtarget.hasCMov() && (VT == MVT::i32 || VT == MVT::i64) && in LowerSELECT()23443 } else if (!Subtarget.hasCMov() && CondCode == X86::COND_E && in LowerSELECT()23498 !isScalarFPTypeInSSEReg(VT) && Subtarget.hasCMov()) // FPStack? in LowerSELECT()23579 if ((Op.getValueType() == MVT::i8 && Subtarget.hasCMov()) || in LowerSELECT()41711 !Subtarget.hasCMov() || hasFPCMov(CC)) { in combineCMov()
3311 if (!Subtarget.hasCMov()) in canInsertSelect()
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())