Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstCombineIntrinsic.cpp1979 APInt LaneElts = OpUndefElts.lshr(InnerVWidthPerLane * Lane); in simplifyDemandedVectorEltsIntrinsic() local
1980 LaneElts = LaneElts.getLoBits(InnerVWidthPerLane); in simplifyDemandedVectorEltsIntrinsic()
1981 LaneElts <<= InnerVWidthPerLane * (2 * Lane + OpNum); in simplifyDemandedVectorEltsIntrinsic()
1982 UndefElts |= LaneElts; in simplifyDemandedVectorEltsIntrinsic()
DX86ISelLowering.cpp37261 int LaneElts = 128 / VT.getScalarSizeInBits(); in getPSHUFShuffleMask() local
37264 for (int j = 0; j < LaneElts; ++j) in getPSHUFShuffleMask()
37265 assert(Mask[j] == Mask[i * LaneElts + j] - (LaneElts * i) && in getPSHUFShuffleMask()
37268 Mask.resize(LaneElts); in getPSHUFShuffleMask()