Lines Matching refs:smp

51   bool smp = true;  // Conservative default.  in FromVariant()  local
70 return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in FromVariant()
73 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in FromVariant()
80 bool smp = (bitmap & kSmpBitfield) != 0; in FromBitmap() local
87 …return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2); in FromBitmap()
89 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in FromBitmap()
95 const bool smp = true; in FromCppDefines() local
128 …return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2); in FromCppDefines()
130 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in FromCppDefines()
138 bool smp = false; in FromCpuInfo() local
171 smp = true; in FromCpuInfo()
180 …return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2); in FromCpuInfo()
182 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in FromCpuInfo()
255 const bool smp, const std::vector<std::string>& features, bool x86_64, in AddFeaturesFromSplitString() argument
290 return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in AddFeaturesFromSplitString()
293 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in AddFeaturesFromSplitString()