Searched refs:HasCMov (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h77 /// HasCMov - True if this processor has conditional move instructions
79 bool HasCMov; member in class:llvm::final
303 bool hasCMov() const { return HasCMov; }
H A DX86Subtarget.cpp256 HasCMov = false;

Completed in 70 milliseconds