Searched refs:hasCMov (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.h | 171 bool hasCMov() const { return HasCMov; } in hasCMov() function
|
D | X86GenDAGISel.inc | 22716 /*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 …]
|
D | X86FastISel.cpp | 1201 if (!Subtarget->hasCMov()) return false; in X86SelectSelect()
|
D | X86InstrInfo.td | 456 def HasCMov : Predicate<"Subtarget->hasCMov()">; 457 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 332 return hasCMov() && X86EarlyIfConv; in enableEarlyIfConversion()
|
D | X86Subtarget.h | 381 bool hasCMov() const { return HasCMov; } in hasCMov() function
|
D | X86InstrInfo.td | 772 def HasCMov : Predicate<"Subtarget->hasCMov()">; 773 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
|
D | X86FastISel.cpp | 1938 if (!Subtarget->hasCMov()) in X86FastEmitCMoveSelect()
|
D | X86InstrInfo.cpp | 4282 if (!Subtarget.hasCMov()) in canInsertSelect()
|
D | X86ISelLowering.cpp | 14894 if (Subtarget.hasCMov() || in ConvertCmpIfNecessary() 28648 if (Subtarget.hasCMov()) in combineXor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 354 return hasCMov() && X86EarlyIfConv; in enableEarlyIfConversion()
|
D | X86Subtarget.h | 537 bool hasCMov() const { return HasCMov; } in hasCMov() function
|
D | X86InstrInfo.td | 805 def HasCMov : Predicate<"Subtarget->hasCMov()">; 806 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
|
D | X86FastISel.cpp | 2032 if (!Subtarget->hasCMov()) in X86FastEmitCMoveSelect()
|
D | X86InstrInfo.cpp | 2902 if (!Subtarget.hasCMov()) in canInsertSelect()
|
D | X86ISelLowering.cpp | 192 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/ |
D | X86GenGlobalISel.inc | 157 if (Subtarget->hasCMov()) 159 if (!Subtarget->hasCMov())
|