Home
last modified time | relevance | path

Searched refs:HasSSE4A (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp483 bool HasSSE4A = Subtarget->hasSSE4A(); in X86FastEmitStore() local
514 if (IsNonTemporal && HasSSE4A) in X86FastEmitStore()
524 if (IsNonTemporal && HasSSE4A) in X86FastEmitStore()
H A DX86.td106 def FeatureSSE4A : SubtargetFeature<"sse4a", "HasSSE4A", "true",
H A DX86InstrSSE.td7000 let Predicates = [HasSSE4A] in {
7049 } // HasSSE4A
H A DX86InstrInfo.td894 def HasSSE4A : Predicate<"Subtarget->hasSSE4A()">;