Searched refs:hasSSE4A (Results 1 – 18 of 18) sorted by relevance
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()
258 if (hasSSE42() || hasSSE4A()) in initSubtargetFeatures()
630 bool hasSSE4A() const { return HasSSE4A; } in hasSSE4A() function
487 bool HasSSE4A = Subtarget->hasSSE4A(); in X86FastEmitStore()
4311 if (ST->hasSSE4A() && (DataType->isFloatTy() || DataType->isDoubleTy())) in isLegalNTStore()
888 def HasSSE4A : Predicate<"Subtarget->hasSSE4A()">;
12968 if ((Scale * EltBits) == 64 && EltBits < 32 && Subtarget.hasSSE4A()) { in lowerShuffleAsSpecificZeroOrAnyExtend()14976 if (Subtarget.hasSSE4A()) in lowerV8I16Shuffle()15154 if (Subtarget.hasSSE4A()) in lowerV16I8Shuffle()35433 if (Subtarget.hasSSE4A() && AllowIntDomain && RootSizeInBits == 128) { in combineX86ShuffleChain()44946 MVT NTVT = Subtarget.hasSSE4A() in combineStore()
267 if (hasSSE42() || hasSSE4A()) in initSubtargetFeatures()
594 bool hasSSE4A() const { return HasSSE4A; } in hasSSE4A() function
488 bool HasSSE4A = Subtarget->hasSSE4A(); in X86FastEmitStore()
3383 if (ST->hasSSE4A() && (DataType->isFloatTy() || DataType->isDoubleTy())) in isLegalNTStore()
862 def HasSSE4A : Predicate<"Subtarget->hasSSE4A()">;
12222 if ((Scale * EltBits) == 64 && EltBits < 32 && Subtarget.hasSSE4A()) { in lowerShuffleAsSpecificZeroOrAnyExtend()14219 if (Subtarget.hasSSE4A()) in lowerV8I16Shuffle()14399 if (Subtarget.hasSSE4A()) in lowerV16I8Shuffle()33575 if (Subtarget.hasSSE4A() && AllowIntDomain && RootSizeInBits == 128) { in combineX86ShuffleChain()41649 MVT NTVT = Subtarget.hasSSE4A() in combineStore()
187 if (Subtarget->hasSSE4A())