HomeSort by relevance Sort by last modified time
    Searched refs:HasPOPCNT (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 72 /// HasPOPCNT - True if the processor supports POPCNT.
73 bool HasPOPCNT;
182 bool hasPOPCNT() const { return HasPOPCNT; }
X86Subtarget.cpp 217 HasPOPCNT = true;
282 , HasPOPCNT(false)
  /external/llvm/lib/Target/X86/
X86Subtarget.h 85 bool HasPOPCNT;
397 bool hasPOPCNT() const { return HasPOPCNT; }
X86Subtarget.cpp 239 HasPOPCNT = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 110 bool HasPOPCNT = false;
552 bool hasPOPCNT() const { return HasPOPCNT; }
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenSubtargetInfo.inc     [all...]

Completed in 146 milliseconds