Home
last modified time | relevance | path

Searched refs:hasSSE3 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h586 bool hasSSE3() const { return X86SSELevel >= SSE3; } in hasSSE3() function
DX86InstrInfo.td853 def HasSSE3 : Predicate<"Subtarget->hasSSE3()">;
854 def UseSSE3 : Predicate<"Subtarget->hasSSE3() && !Subtarget->hasAVX()">;
DX86ISelLowering.cpp7804 if (Subtarget.hasSSE3() && !Subtarget.hasXOP() && in LowerBuildVectorv4x32()
9024 if (!Subtarget.hasSSE3() || !VT.isFloatingPoint()) in isAddSubOrSubAdd()
9346 if (((VT == MVT::v4f32 || VT == MVT::v2f64) && Subtarget.hasSSE3()) || in LowerToHorizontalOp()
12695 if (!((Subtarget.hasSSE3() && VT == MVT::v2f64) || in lowerShuffleAsBroadcast()
13396 if (Subtarget.hasSSE3()) { in lowerV4F32Shuffle()
18989 if (!IsStrict && Subtarget.hasSSE3() && in LowerUINT_TO_FP_i64()
20227 if (!Subtarget.hasSSE3()) in LowerFP_TO_INT()
20348 if (IsFP && !Subtarget.hasSSE3()) in lowerAddSubToHorizontalOp()
32937 if (MaskVT.is128BitVector() && Subtarget.hasSSE3() && AllowFloatDomain) { in matchUnaryShuffle()
34935 if (!Subtarget.hasSSE3() || !TLI.isTypeLegal(VT) || in isAddSubOrSubAdd()
[all …]
DX86ISelDAGToDAG.cpp4439 if (!Subtarget->hasSSE3()) in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc4685 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
4882 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
4906 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
4952 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
4976 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
10554 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
10575 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
11275 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
11296 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
11329 if ((Subtarget->hasSSE3() && !Subtarget->hasAVX())) {
[all …]
DX86GenGlobalISel.inc173 if (Subtarget->hasSSE3())
175 if (Subtarget->hasSSE3() && !Subtarget->hasAVX())