Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.cpp212 HasPOPCNT = true; in handleTargetFeatures()
662 if (HasPOPCNT) in getTargetDefines()
1080 .Case("popcnt", HasPOPCNT) in hasFeature()
H A DX86.h86 bool HasPOPCNT = false; variable
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86.td48 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
H A DX86InstrInfo.td925 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
H A DX86InstrSSE.td5766 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {