Searched refs:HasPOPCNT (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.h | 73 bool HasPOPCNT; variable 182 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT()
|
D | X86Subtarget.cpp | 217 HasPOPCNT = true; in AutoDetectSubtargetFeatures() 282 , HasPOPCNT(false) in X86Subtarget()
|
D | X86.td | 36 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
|
D | X86GenSubtargetInfo.inc | 175 if ((Bits & X86::FeaturePOPCNT) != 0) HasPOPCNT = true;
|
D | X86InstrInfo.td | 474 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
|
D | X86InstrSSE.td | 5695 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {
|
/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-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 110 bool HasPOPCNT = false; variable 552 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT()
|
D | X86.td | 43 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
|
D | X86InstrInfo.td | 849 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
|
D | X86InstrSSE.td | 5907 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 2321 bool HasPOPCNT = false; member in __anon2066a7b00111::X86TargetInfo 3290 HasPOPCNT = true; in handleTargetFeatures() 3597 if (HasPOPCNT) in getTargetDefines() 3770 .Case("popcnt", HasPOPCNT) in hasFeature()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 16738 if (Bits[X86::FeaturePOPCNT]) HasPOPCNT = true;
|