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;
209 bool hasPOPCNT() const { return HasPOPCNT; }
X86Subtarget.cpp 217 HasPOPCNT = true;
330 , HasPOPCNT(false)
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 62 milliseconds