Searched defs:hasAVX (Results 1 – 4 of 4) sorted by relevance
205 bool hasAVX() const { return X86SSELevel >= AVX; } in hasAVX() function
388 bool hasAVX() const { return X86SSELevel >= AVX; } in hasAVX() function
590 bool hasAVX() const { return X86SSELevel >= AVX; } in hasAVX() function
1979 bool hasAVX = featureString.find("+avx") != llvm::StringRef::npos; in getSimdFunction() local