Home
last modified time | relevance | path

Searched refs:IsBlendSupported (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp9054 bool IsBlendSupported = Subtarget.hasSSE41(); in lowerV2I64VectorShuffle() local
9055 if (IsBlendSupported) in lowerV2I64VectorShuffle()
9074 if (IsBlendSupported) in lowerV2I64VectorShuffle()
9337 bool IsBlendSupported = Subtarget.hasSSE41(); in lowerV4I32VectorShuffle() local
9338 if (IsBlendSupported) in lowerV4I32VectorShuffle()
9361 if (IsBlendSupported) in lowerV4I32VectorShuffle()
9979 bool IsBlendSupported = Subtarget.hasSSE41(); in lowerV8I16VectorShuffle() local
9980 if (IsBlendSupported) in lowerV8I16VectorShuffle()
10009 if (!IsBlendSupported && Subtarget.hasSSSE3()) { in lowerV8I16VectorShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp11450 bool IsBlendSupported = Subtarget.hasSSE41(); in lowerV2I64VectorShuffle() local
11451 if (IsBlendSupported) in lowerV2I64VectorShuffle()
11476 if (IsBlendSupported) in lowerV2I64VectorShuffle()
11752 bool IsBlendSupported = Subtarget.hasSSE41(); in lowerV4I32VectorShuffle() local
11753 if (IsBlendSupported) in lowerV4I32VectorShuffle()
11786 if (IsBlendSupported) in lowerV4I32VectorShuffle()
12457 bool IsBlendSupported = Subtarget.hasSSE41(); in lowerV8I16VectorShuffle() local
12458 if (IsBlendSupported) in lowerV8I16VectorShuffle()
12493 if (!IsBlendSupported && Subtarget.hasSSSE3()) { in lowerV8I16VectorShuffle()