Home
last modified time | relevance | path

Searched refs:hasSSEPrefetch (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h632 bool hasSSEPrefetch() const { in hasSSEPrefetch() function
DX86InstrInfo.td927 def HasSSEPrefetch : Predicate<"Subtarget->hasSSEPrefetch()">;
928 def NoSSEPrefetch : Predicate<"!Subtarget->hasSSEPrefetch()">;
DX86ISelLowering.cpp452 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h675 bool hasSSEPrefetch() const { in hasSSEPrefetch() function
DX86InstrInfo.td954 def HasSSEPrefetch : Predicate<"Subtarget->hasSSEPrefetch()">;
955 def NoSSEPrefetch : Predicate<"!Subtarget->hasSSEPrefetch()">;
DX86ISelLowering.cpp459 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc299 if (Subtarget->hasSSEPrefetch())
301 if (!Subtarget->hasSSEPrefetch())