Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h211 bool hasThreeDNow() const { return X863DNowLevel >= ThreeDNow; } in hasThreeDNow() function
219 return hasThreeDNow() || hasPRFCHW() || hasPREFETCHWT1(); in hasPrefetchW()
225 return hasSSE1() || (hasPRFCHW() && !hasThreeDNow()) || hasPREFETCHWT1() || in hasSSEPrefetch()
H A DX86InstrPredicates.td52 def Has3DNow : Predicate<"Subtarget->hasThreeDNow()">;
H A DX86ISelLowering.cpp492 if (Subtarget.hasSSEPrefetch() || Subtarget.hasThreeDNow()) in X86TargetLowering()