Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86Subtarget.cpp332 return hasCMov() && X86EarlyIfConv; in enableEarlyIfConversion()
DX86Subtarget.h381 bool hasCMov() const { return HasCMov; } in hasCMov() function
DX86InstrInfo.td772 def HasCMov : Predicate<"Subtarget->hasCMov()">;
773 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
DX86FastISel.cpp1938 if (!Subtarget->hasCMov()) in X86FastEmitCMoveSelect()
DX86InstrInfo.cpp4282 if (!Subtarget.hasCMov()) in canInsertSelect()
DX86ISelLowering.cpp14894 if (Subtarget.hasCMov() || in ConvertCmpIfNecessary()
28648 if (Subtarget.hasCMov()) in combineXor()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.cpp342 return hasCMov() && X86EarlyIfConv; in enableEarlyIfConversion()
DX86Subtarget.h619 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } in hasCMov() function
DX86FastISel.cpp2033 if (!Subtarget->hasCMov()) in X86FastEmitCMoveSelect()
DX86InstrInfo.td869 def HasCMov : Predicate<"Subtarget->hasCMov()">;
870 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
DX86ISelDAGToDAG.cpp5258 if (Subtarget->hasCMov()) in Select()
DX86ISelLowering.cpp193 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()
DX86InstrInfo.cpp3311 if (!Subtarget.hasCMov()) in canInsertSelect()
/external/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()
/external/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())