Searched refs:has_AVX2_ (Results 1 – 6 of 6) sorted by relevance
276 (has_AVX2_ == other_as_x86->has_AVX2_) && in Equals()289 (has_AVX2_ || !other_as_x86->has_AVX2_) && in HasAtLeast()298 (has_AVX2_ ? kAvx2Bitfield : 0) | in AsBitmap()324 if (has_AVX2_) { in GetFeatureString()344 bool has_AVX2 = has_AVX2_; in AddFeaturesFromSplitString()
93 bool HasAVX2() const { return has_AVX2_; } in HasAVX2()121 has_AVX2_(has_AVX2), in X86InstructionSetFeatures()148 const bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
341 … has_AVX2_(instruction_set_features != nullptr ? instruction_set_features->HasAVX2() :false) {} in Assembler()1003 bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
63 if (has_AVX_ || has_AVX2_) { in CpuHasAVXorAVX2FeatureFlag()
362 … has_AVX2_(instruction_set_features != nullptr ? instruction_set_features->HasAVX2() : false) {} in Assembler()1039 bool has_AVX2_; // x86 256bit SIMD AVX 2.0. variable
68 if (has_AVX_ || has_AVX2_) { in CpuHasAVXorAVX2FeatureFlag()