Searched refs:HasPOPCNT (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h85 /// HasPOPCNT - True if the processor supports POPCNT.
86 bool HasPOPCNT; member in class:llvm::final
319 bool hasPOPCNT() const { return HasPOPCNT; }
H A DX86Subtarget.cpp258 HasPOPCNT = false;
/external/clang/lib/Basic/
H A DTargets.cpp1662 bool HasPOPCNT;
1831 HasRDRND(false), HasBMI(false), HasBMI2(false), HasPOPCNT(false),
2459 HasPOPCNT = true;
2551 if (!HasPOPCNT && SSELevel >= SSE42 &&
2553 HasPOPCNT = true;
2763 if (HasPOPCNT)
2897 .Case("popcnt", HasPOPCNT)

Completed in 90 milliseconds