Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp206 unsigned MaxFactor, unsigned OpNumElts) { in isReInterleaveMask() argument
279 if (StartMask + LaneLen > OpNumElts*2) in isReInterleaveMask()
502 unsigned OpNumElts = in lowerInterleavedStore() local
504 if (!isReInterleaveMask(SVI->getShuffleMask(), Factor, MaxFactor, OpNumElts)) in lowerInterleavedStore()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4927 unsigned OpNumElts = Op.getValueType().getVectorMinNumElements(); in PromoteIntOp_CONCAT_VECTORS() local
4929 DAG.getIntPtrConstant(OpIdx * OpNumElts, dl)); in PromoteIntOp_CONCAT_VECTORS()