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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 79 /// HasPOPCNT - True if the processor supports POPCNT.
80 bool HasPOPCNT;
241 bool hasPOPCNT() const { return HasPOPCNT; }
X86Subtarget.cpp 214 HasPOPCNT = true;
427 HasPOPCNT = false;
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 36 milliseconds