Searched refs:hasCMov (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp373 return hasCMov() && X86EarlyIfConv;
H A DX86Subtarget.h303 bool hasCMov() const { return HasCMov; } function in class:llvm::final
H A DX86FastISel.cpp1736 if (!Subtarget->hasCMov())
H A DX86InstrInfo.cpp2976 if (!Subtarget.hasCMov())
H A DX86ISelLowering.cpp11922 if (Subtarget->hasCMov() ||
20815 if (Subtarget->hasCMov()) {

Completed in 504 milliseconds