Searched defs:HasAVX2 (Results 1 – 8 of 8) sorted by relevance
37 bool HasAVX2() { in HasAVX2() function in art::x86::InstructionSimplifierX86Visitor
37 bool HasAVX2() { in HasAVX2() function in art::x86_64::InstructionSimplifierX86_64Visitor
94 bool HasAVX2() const { return has_AVX2_; } in HasAVX2() function
272 class HasAVX2; variable
729 bool HasAVX2 = HasAVX && HasLeaf7 && (EBX & 0x20); in getAvailableFeatures() local
323 bool HasAVX2 = Subtarget->hasAVX2(); in X86FastEmitLoad() local
353 bool HasAVX2 = Subtarget->hasAVX2(); in X86FastEmitLoad() local