Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2612 auto WideShuffle = IC.Builder.CreateShuffleVector( in instCombineSVEDupqLane() local
2615 IC.Builder.CreateBitOrPointerCast(WideShuffle, II.getType()); in instCombineSVEDupqLane()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40480 if (SDValue WideShuffle = combineX86ShuffleChainWithExtract( in combineX86ShuffleChain() local
40484 return WideShuffle; in combineX86ShuffleChain()
40653 if (SDValue WideShuffle = combineX86ShuffleChainWithExtract( in combineX86ShuffleChain() local
40657 return WideShuffle; in combineX86ShuffleChain()
40816 if (SDValue WideShuffle = combineX86ShuffleChain( in combineX86ShuffleChainWithExtract() local
40820 WideShuffle = extractSubVector(WideShuffle, 0, DAG, DL, RootSizeInBits); in combineX86ShuffleChainWithExtract()
40821 return DAG.getBitcast(RootVT, WideShuffle); in combineX86ShuffleChainWithExtract()