Searched refs:V2BlendMask (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 14771 SmallVector<int, 32> V2BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle() local 14780 V2BlendMask[i] = M - NumElements; in splitAndLowerShuffle() 14802 return DAG.getVectorShuffle(SplitVT, DL, LoV2, HiV2, V2BlendMask); in splitAndLowerShuffle() 14817 DAG.getVectorShuffle(SplitVT, DL, LoV2, HiV2, V2BlendMask); in splitAndLowerShuffle() 14823 BlendMask[i] = V2BlendMask[i] + (UseLoV2 ? SplitNumElements : 0); in splitAndLowerShuffle()
|