Searched refs:SubElts (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PartialReduction.cpp | 332 unsigned SubElts = in trySADReplacement() local 334 for (unsigned i = 0; i != SubElts; ++i) in trySADReplacement() 336 for (unsigned i = SubElts; i != NumElts; ++i) in trySADReplacement() 337 ConcatMask[i] = (i % SubElts) + SubElts; in trySADReplacement()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3419 APInt SubElts = DemandedElts.extractBits(NumSubElts, i * NumSubElts); in SimplifyDemandedVectorElts() local 3421 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 3434 APInt SubElts = DemandedElts.extractBits(NumSubElts, i * NumSubElts); in SimplifyDemandedVectorElts() local 3436 SubOp, SubElts, TLO.DAG, Depth + 1); in SimplifyDemandedVectorElts()
|