Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h632 bool has3DNow() const { return X863DNowLevel >= ThreeDNow; } in has3DNow() function
673 return has3DNow() || hasPRFCHW() || hasPREFETCHWT1(); in hasPrefetchW()
679 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
DX86InstrInfo.td873 def Has3DNow : Predicate<"Subtarget->has3DNow()">;
DX86ISelLowering.cpp459 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h596 bool has3DNow() const { return X863DNowLevel >= ThreeDNow; } in has3DNow() function
636 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
DX86InstrInfo.td847 def Has3DNow : Predicate<"Subtarget->has3DNow()">;
DX86ISelLowering.cpp452 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()
/external/llvm/lib/Target/X86/
DX86Subtarget.h395 bool has3DNow() const { return X863DNowLevel >= ThreeDNow; } in has3DNow() function
DX86InstrInfo.td776 def Has3DNow : Predicate<"Subtarget->has3DNow()">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc163 if (Subtarget->has3DNow())