Searched refs:OSHasAVXSupport (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DHost.cpp167 static bool OSHasAVXSupport() { function
217 bool HasAVX = ((ECX & AVXBits) == AVXBits) && OSHasAVXSupport();
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.cpp173 static bool OSHasAVXSupport() { function
215 if (((ECX >> 27) & 1) && ((ECX >> 28) & 1) && OSHasAVXSupport()) {

Completed in 92 milliseconds