HomeSort by relevance Sort by last modified time
    Searched refs:HasCMov (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 77 /// HasCMov - True if this processor has conditional move instructions
79 bool HasCMov;
303 bool hasCMov() const { return HasCMov; }
X86Subtarget.cpp 256 HasCMov = false;
373 return hasCMov() && X86EarlyIfConv;

Completed in 39 milliseconds