Home
last modified time | relevance | path

Searched defs:ElemWidth (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp248 int ElemWidth = ElemTy.getFixedSizeInBits(); in initializeHVXLowering() local
428 unsigned ElemWidth = ElemTy.getSizeInBits(); in convertToByteIndex() local
441 unsigned ElemWidth = ElemTy.getSizeInBits(); in getIndexInWord32() local
492 unsigned ElemWidth = ElemTy.getSizeInBits(); in buildHvxVectorReg() local
810 unsigned ElemWidth = ElemTy.getSizeInBits(); in extractHvxElementReg() local
853 unsigned ElemWidth = ElemTy.getSizeInBits(); in insertHvxElementReg() local
916 unsigned ElemWidth = ElemTy.getSizeInBits(); in extractHvxSubvectorReg() local
1025 unsigned ElemWidth = ElemTy.getSizeInBits(); in insertHvxSubvectorReg() local
1456 unsigned ElemWidth = ElemTy.getSizeInBits(); in LowerHvxCttz() local
H A DHexagonISelLowering.h401 unsigned ElemWidth = ElemTy.getSizeInBits(); in tyVector() local
H A DHexagonTargetTransformInfo.cpp119 ElementCount HexagonTTIImpl::getMinimumVF(unsigned ElemWidth, in getMinimumVF()
H A DHexagonISelLowering.cpp2333 unsigned ElemWidth = ElemTy.getSizeInBits(); in getBuildVectorConstInts() local
2509 unsigned ElemWidth = VecTy.getVectorElementType().getSizeInBits(); in extractVector() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h400 ElementCount getMinimumVF(unsigned ElemWidth, bool IsScalable) const { in getMinimumVF()
404 unsigned getMaximumVF(unsigned ElemWidth, unsigned Opcode) const { return 0; } in getMaximumVF()
H A DTargetTransformInfo.h2032 ElementCount getMinimumVF(unsigned ElemWidth, in getMinimumVF()
2036 unsigned getMaximumVF(unsigned ElemWidth, unsigned Opcode) const override { in getMaximumVF()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp222 void makeInteger(unsigned ElemWidth, bool Sign) { in makeInteger()
229 void makeImmediate(unsigned ElemWidth) { in makeImmediate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp604 ElementCount TargetTransformInfo::getMinimumVF(unsigned ElemWidth, in getMinimumVF()
609 unsigned TargetTransformInfo::getMaximumVF(unsigned ElemWidth, in getMaximumVF()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp334 unsigned GCNTTIImpl::getMaximumVF(unsigned ElemWidth, unsigned Opcode) const { in getMaximumVF()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp792 unsigned getMaximumVF(unsigned ElemWidth, unsigned Opcode) const { in getMaximumVF()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6892 CharUnits ElemWidth = Info.Ctx.getTypeSizeInChars(CAT->getElementType()); in visitArray() local