Searched defs:HasAVX2 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ | ||
D | instruction_simplifier_x86.cc | 37 bool HasAVX2() { in HasAVX2() function in art::x86::InstructionSimplifierX86Visitor |
/art/runtime/arch/x86/ | ||
D | instruction_set_features_x86.h | 70 bool HasAVX2() const { return has_AVX2_; } in HasAVX2() function |