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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h606 bool has3DNow() const { return X863DNowLevel >= ThreeDNow; } function in class:llvm::final
646 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1();
H A DX86ISelLowering.cpp452 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow())
[all...]

Completed in 108 milliseconds