Home
last modified time | relevance | path

Searched refs:hasCMov (Results 1 – 10 of 10) 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()