Searched refs:HasPOPCNT (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 85 bool HasPOPCNT; variable 397 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT()
|
D | X86Subtarget.cpp | 239 HasPOPCNT = false; in initializeEnvironment()
|
D | X86.td | 40 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
|
D | X86InstrInfo.td | 819 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
|
D | X86InstrSSE.td | 6655 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 103 bool HasPOPCNT = false; variable 598 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT()
|
D | X86.td | 45 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
|
D | X86InstrInfo.td | 889 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
|
D | X86InstrSSE.td | 5673 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 101 bool HasPOPCNT = false; variable 634 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT()
|
D | X86.td | 45 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
|
D | X86InstrInfo.td | 917 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
|
D | X86InstrSSE.td | 5673 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 192 HasPOPCNT = true; in handleTargetFeatures() 596 if (HasPOPCNT) in getTargetDefines() 975 .Case("popcnt", HasPOPCNT) in hasFeature()
|
D | X86.h | 78 bool HasPOPCNT = false; variable
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 2321 bool HasPOPCNT = false; member in __anon6f485c4e0111::X86TargetInfo 3290 HasPOPCNT = true; in handleTargetFeatures() 3597 if (HasPOPCNT) in getTargetDefines() 3770 .Case("popcnt", HasPOPCNT) in hasFeature()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23165 if (Bits[X86::FeaturePOPCNT]) HasPOPCNT = true;
|