Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Subtarget.h210 bool hasThreeDNow() const { return X863DNowLevel >= ThreeDNow; } in hasThreeDNow() function
218 return hasThreeDNow() || hasPRFCHW() || hasPREFETCHWT1(); in hasPrefetchW()
224 return hasSSE1() || (hasPRFCHW() && !hasThreeDNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
H A DX86InstrInfo.td881 def Has3DNow : Predicate<"Subtarget->hasThreeDNow()">;
H A DX86ISelLowering.cpp498 if (Subtarget.hasSSEPrefetch() || Subtarget.hasThreeDNow()) in X86TargetLowering()