Searched refs:hasSSE4A (Results 1 – 13 of 13) sorted by relevance
179 bool hasSSE4A() const { return HasSSE4A; } in hasSSE4A() function
468 def HasSSE4A : Predicate<"Subtarget->hasSSE4A()">;
202 if (hasSSE42() || hasSSE4A()) in initSubtargetFeatures()
393 bool hasSSE4A() const { return HasSSE4A; } in hasSSE4A() function
505 bool HasSSE4A = Subtarget->hasSSE4A(); in X86FastEmitStore()
791 def HasSSE4A : Predicate<"Subtarget->hasSSE4A()">;
8138 if ((Scale * EltBits) == 64 && EltBits < 32 && Subtarget.hasSSE4A()) { in lowerVectorShuffleAsSpecificZeroOrAnyExtend()9967 if (Subtarget.hasSSE4A()) in lowerV8I16VectorShuffle()10118 if (Subtarget.hasSSE4A()) in lowerV16I8VectorShuffle()
248 if (hasSSE42() || hasSSE4A()) in initSubtargetFeatures()
548 bool hasSSE4A() const { return HasSSE4A; } in hasSSE4A() function
501 bool HasSSE4A = Subtarget->hasSSE4A(); in X86FastEmitStore()
824 def HasSSE4A : Predicate<"Subtarget->hasSSE4A()">;
10487 if ((Scale * EltBits) == 64 && EltBits < 32 && Subtarget.hasSSE4A()) { in lowerVectorShuffleAsSpecificZeroOrAnyExtend()12444 if (Subtarget.hasSSE4A()) in lowerV8I16VectorShuffle()12621 if (Subtarget.hasSSE4A()) in lowerV16I8VectorShuffle()29806 if (Subtarget.hasSSE4A() && AllowIntDomain && RootSizeInBits == 128) { in combineX86ShuffleChain()
187 if (Subtarget->hasSSE4A())