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