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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 72 /// HasPOPCNT - True if the processor supports POPCNT.
73 bool HasPOPCNT;
182 bool hasPOPCNT() const { return HasPOPCNT; }
X86Subtarget.cpp 219 HasPOPCNT = true;
303 , HasPOPCNT(false)

Completed in 177 milliseconds