Searched refs:has_predicated_simd_ (Results 1 – 1 of 1) sorted by relevance
408 has_predicated_simd_(false), in allocator_()712 bool HasPredicatedSIMD() { return has_predicated_simd_; } in HasPredicatedSIMD()713 void SetHasPredicatedSIMD(bool value) { has_predicated_simd_ = value; } in SetHasPredicatedSIMD()715 bool HasSIMD() const { return has_traditional_simd_ || has_predicated_simd_; } in HasSIMD()831 bool has_predicated_simd_; variable