Searched refs:has_AVX2_ (Results 1 – 6 of 6) sorted by relevance
302 (has_AVX2_ == other_as_x86->has_AVX2_) && in Equals()315 (has_AVX2_ || !other_as_x86->has_AVX2_) && in HasAtLeast()324 (has_AVX2_ ? kAvx2Bitfield : 0) | in AsBitmap()350 if (has_AVX2_) { in GetFeatureString()370 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString()
94 bool HasAVX2() const { return has_AVX2_; } in HasAVX2()122 has_AVX2_(has_AVX2), in X86InstructionSetFeatures()149 const bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
382 … has_AVX2_(instruction_set_features != nullptr ? instruction_set_features->HasAVX2() :false) {} in Assembler()1070 bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
63 if (has_AVX_ || has_AVX2_) { in CpuHasAVXorAVX2FeatureFlag()
427 … has_AVX2_(instruction_set_features != nullptr ? instruction_set_features->HasAVX2() : false) {} in Assembler()1189 bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
68 if (has_AVX_ || has_AVX2_) { in CpuHasAVXorAVX2FeatureFlag()