Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.h171 bool hasCMov() const { return HasCMov; } in hasCMov() function
DX86GenDAGISel.inc22716 /*46453*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
22732 /*46487*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
22748 /*46521*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
22764 /*46555*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
22780 /*46589*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
22796 /*46623*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
22812 /*46657*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
22828 /*46691*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
22844 /*46725*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
22860 /*46759*/ OPC_CheckPatternPredicate, 17, // (Subtarget->hasCMov())
[all …]
DX86FastISel.cpp1201 if (!Subtarget->hasCMov()) return false; in X86SelectSelect()
DX86InstrInfo.td456 def HasCMov : Predicate<"Subtarget->hasCMov()">;
457 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.cpp354 return hasCMov() && X86EarlyIfConv; in enableEarlyIfConversion()
DX86Subtarget.h537 bool hasCMov() const { return HasCMov; } in hasCMov() function
DX86InstrInfo.td805 def HasCMov : Predicate<"Subtarget->hasCMov()">;
806 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
DX86FastISel.cpp2032 if (!Subtarget->hasCMov()) in X86FastEmitCMoveSelect()
DX86InstrInfo.cpp2902 if (!Subtarget.hasCMov()) in canInsertSelect()
DX86ISelLowering.cpp192 if (Subtarget.hasCMov()) { in X86TargetLowering()
17994 if (Subtarget.hasCMov() || in ConvertCmpIfNecessary()
18989 } else if (!Subtarget.hasCMov() && CondCode == X86::COND_E && in LowerSELECT()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc157 if (Subtarget->hasCMov())
159 if (!Subtarget->hasCMov())