Home
last modified time | relevance | path

Searched refs:hasCMov (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp375 return hasCMov() && X86EarlyIfConv; in enableEarlyIfConversion()
DX86Subtarget.h583 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } in hasCMov() function
DX86InstrInfo.td843 def HasCMov : Predicate<"Subtarget->hasCMov()">;
844 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
DX86FastISel.cpp2017 if (!Subtarget->hasCMov()) in X86FastEmitCMoveSelect()
DX86InstrInfo.cpp2835 if (!Subtarget.hasCMov()) in canInsertSelect()
DX86ISelLowering.cpp201 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc10988 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())) {
DX86GenGlobalISel.inc157 if (Subtarget->hasCMov())
159 if (!Subtarget->hasCMov())