Home
last modified time | relevance | path

Searched refs:HasPOPCNT (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h81 bool HasPOPCNT; variable
342 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT()
DX86Subtarget.cpp235 HasPOPCNT = false; in initializeEnvironment()
DX86.td37 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
DX86InstrInfo.td764 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
DX86InstrSSE.td6726 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {
/external/clang/lib/Basic/
DTargets.cpp1948 bool HasPOPCNT; member in __anond4862fe70211::X86TargetInfo
2140 HasPOPCNT(false), HasRTM(false), HasPRFCHW(false), HasRDSEED(false), in X86TargetInfo()
2784 HasPOPCNT = true; in handleTargetFeatures()
2896 if (!HasPOPCNT && SSELevel >= SSE42 && in handleTargetFeatures()
2898 HasPOPCNT = true; in handleTargetFeatures()
3127 if (HasPOPCNT) in getTargetDefines()
3272 .Case("popcnt", HasPOPCNT) in hasFeature()