Searched refs:NumSubElts (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 157 unsigned NumSubElts = NumElts / Factor; in isReInterleaveMask() local 158 if (!isPowerOf2_32(NumSubElts)) in isReInterleaveMask() 167 (i % Factor) * NumSubElts + i / Factor) in isReInterleaveMask()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 523 unsigned NumSubElts = NumElts / Factor; in getInterleavedMemoryOpCost() local 524 VectorType *SubVT = VectorType::get(VT->getElementType(), NumSubElts); in getInterleavedMemoryOpCost() 548 for (unsigned i = 0; i < NumSubElts; i++) in getInterleavedMemoryOpCost() 554 for (unsigned i = 0; i < NumSubElts; i++) in getInterleavedMemoryOpCost() 570 for (unsigned i = 0; i < NumSubElts; i++) in getInterleavedMemoryOpCost()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 264 unsigned NumSubElts = 64 / BitWidth; in SimplifyX86immshift() local 267 for (unsigned i = 0; i != NumSubElts; ++i) { in SimplifyX86immshift() 268 unsigned SubEltIdx = (NumSubElts - 1) - i; in SimplifyX86immshift()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7099 unsigned NumSubElts = VecTy->getVectorNumElements() / Factor; in lowerInterleavedStore() local 7101 VectorType *SubVecTy = VectorType::get(EltTy, NumSubElts); in lowerInterleavedStore() 7126 SubVecTy = VectorType::get(IntTy, NumSubElts); in lowerInterleavedStore() 7142 Op0, Op1, getSequentialMask(Builder, NumSubElts * i, NumSubElts))); in lowerInterleavedStore()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12183 unsigned NumSubElts = VecTy->getVectorNumElements() / Factor; in lowerInterleavedStore() local 12185 VectorType *SubVecTy = VectorType::get(EltTy, NumSubElts); in lowerInterleavedStore() 12212 SubVecTy = VectorType::get(IntTy, NumSubElts); in lowerInterleavedStore() 12230 Op0, Op1, getSequentialMask(Builder, NumSubElts * i, NumSubElts))); in lowerInterleavedStore()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13685 int NumSubElts = NumElts * Split; in XformToShuffleWithZero() local 13689 for (int i = 0; i != NumSubElts; ++i) { in XformToShuffleWithZero() 13719 Indices.push_back(i + NumSubElts); in XformToShuffleWithZero() 13726 EVT ClearVT = EVT::getVectorVT(*DAG.getContext(), ClearSVT, NumSubElts); in XformToShuffleWithZero()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 27080 unsigned NumSubElts = 128 / SVT.getSizeInBits(); in PerformSExtCombine() local 27081 EVT SubVT = EVT::getVectorVT(*DAG.getContext(), SVT, NumSubElts); in PerformSExtCombine() 27082 EVT InSubVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumSubElts); in PerformSExtCombine() 27086 ++i, Offset += NumSubElts) { in PerformSExtCombine()
|