Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7995 unsigned WideNumElts = 128 / EltVT.getSizeInBits(); in LowerTRUNCATEVector() local
7996 EVT WideVT = EVT::getVectorVT(*DAG.getContext(), EltVT, WideNumElts); in LowerTRUNCATEVector()
8026 for (unsigned i = TrgNumElts; i < WideNumElts; ++i) in LowerTRUNCATEVector()
8028 ShuffV.push_back(WideNumElts + 1); in LowerTRUNCATEVector()
8571 unsigned WideNumElts = 128 / EltVT.getSizeInBits(); in widenVec() local
8572 EVT WideVT = EVT::getVectorVT(*DAG.getContext(), EltVT, WideNumElts); in widenVec()
8574 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec()
8604 unsigned WideNumElts = WideVT.getVectorNumElements(); in LowerINT_TO_FPVector() local
8608 for (unsigned i = 0; i < WideNumElts; ++i) in LowerINT_TO_FPVector()
8609 ShuffV.push_back(i + WideNumElts); in LowerINT_TO_FPVector()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24111 unsigned WideNumElts = WideBVT.getVectorNumElements(); in narrowExtractedVectorBinOp() local
24112 if (WideNumElts % NarrowingRatio != 0) in narrowExtractedVectorBinOp()
24117 WideNumElts / NarrowingRatio); in narrowExtractedVectorBinOp()
24290 int WideNumElts = WideVT.getVectorNumElements(); in foldExtractSubvectorFromShuffleVector() local
24300 assert((M >= -1) && (M < (2 * WideNumElts)) && in foldExtractSubvectorFromShuffleVector()
24310 int WideShufOpIdx = M / WideNumElts; in foldExtractSubvectorFromShuffleVector()
24312 int OpEltIdx = M % WideNumElts; in foldExtractSubvectorFromShuffleVector()
24314 assert((OpEltIdx + WideShufOpIdx * WideNumElts) == M && in foldExtractSubvectorFromShuffleVector()
24326 WideShufOpIdx * WideNumElts) == M && in foldExtractSubvectorFromShuffleVector()
H A DLegalizeVectorTypes.cpp6312 ElementCount WideNumElts = SrcVT.getVectorElementCount(); in WidenVecOp_FP_TO_XINT_SAT() local
6317 DstVT.getVectorElementType(), WideNumElts); in WidenVecOp_FP_TO_XINT_SAT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3894 unsigned WideNumElts = WideSizeInBits / Vec.getScalarValueSizeInBits(); in widenSubVector() local
3896 MVT VT = MVT::getVectorVT(SVT, WideNumElts); in widenSubVector()