Home
last modified time | relevance | path

Searched refs:has3DNow (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h640 bool has3DNow() const { return X863DNowLevel >= ThreeDNow; } in has3DNow() function
681 return has3DNow() || hasPRFCHW() || hasPREFETCHWT1(); in hasPrefetchW()
687 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
H A DX86InstrInfo.td882 def Has3DNow : Predicate<"Subtarget->has3DNow()">;
H A DX86ISelLowering.cpp496 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()