Home
last modified time | relevance | path

Searched refs:WideNumElts (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7849 unsigned WideNumElts = 128 / EltVT.getSizeInBits(); in LowerTRUNCATEVector() local
7850 EVT WideVT = EVT::getVectorVT(*DAG.getContext(), EltVT, WideNumElts); in LowerTRUNCATEVector()
7880 for (unsigned i = TrgNumElts; i < WideNumElts; ++i) in LowerTRUNCATEVector()
7882 ShuffV.push_back(WideNumElts + 1); in LowerTRUNCATEVector()
8419 unsigned WideNumElts = 128 / EltVT.getSizeInBits(); in widenVec() local
8420 EVT WideVT = EVT::getVectorVT(*DAG.getContext(), EltVT, WideNumElts); in widenVec()
8422 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec()
8452 unsigned WideNumElts = WideVT.getVectorNumElements(); in LowerINT_TO_FPVector() local
8456 for (unsigned i = 0; i < WideNumElts; ++i) in LowerINT_TO_FPVector()
8457 ShuffV.push_back(i + WideNumElts); in LowerINT_TO_FPVector()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21394 unsigned WideNumElts = WideBVT.getVectorNumElements(); in narrowExtractedVectorBinOp() local
21395 if (WideNumElts % NarrowingRatio != 0) in narrowExtractedVectorBinOp()
21400 WideNumElts / NarrowingRatio); in narrowExtractedVectorBinOp()
21568 int WideNumElts = WideVT.getVectorNumElements(); in foldExtractSubvectorFromShuffleVector() local
21578 assert((M >= -1) && (M < (2 * WideNumElts)) && in foldExtractSubvectorFromShuffleVector()
21588 int WideShufOpIdx = M / WideNumElts; in foldExtractSubvectorFromShuffleVector()
21590 int OpEltIdx = M % WideNumElts; in foldExtractSubvectorFromShuffleVector()
21592 assert((OpEltIdx + WideShufOpIdx * WideNumElts) == M && in foldExtractSubvectorFromShuffleVector()
21604 WideShufOpIdx * WideNumElts) == M && in foldExtractSubvectorFromShuffleVector()
H A DLegalizeVectorTypes.cpp5694 ElementCount WideNumElts = SrcVT.getVectorElementCount(); in WidenVecOp_FP_TO_XINT_SAT() local
5699 DstVT.getVectorElementType(), WideNumElts); in WidenVecOp_FP_TO_XINT_SAT()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6480 unsigned WideNumElts = WideSizeInBits / Vec.getScalarValueSizeInBits(); in widenSubVector() local
6482 MVT VT = MVT::getVectorVT(SVT, WideNumElts); in widenSubVector()