Searched defs:hasAVX (Results 1 – 6 of 6) sorted by relevance
14 #define hasAVX macro21 #define hasAVX macro
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