Home
last modified time | relevance | path

Searched defs:NumElements (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h57 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { in vector()
65 static LLT vector(uint16_t NumElements, LLT ScalarTy) { in vector()
73 static LLT scalarOrVector(uint16_t NumElements, LLT ScalarTy) { in scalarOrVector()
77 static LLT scalarOrVector(uint16_t NumElements, unsigned ScalarSize) { in scalarOrVector()
81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
DBinaryStreamReader.h187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
DMachineValueType.h918 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT()
1018 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT()
1084 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.cpp665 const uint8_t NumElements = 4; in shufflevector() local
681 const uint8_t NumElements = 8; in shufflevector() local
700 const uint8_t NumElements = 16; in shufflevector() local
Dtest_select_main.cpp42 static const size_t NumElements = Vectors<T>::NumElements; in testSelect() local
78 static const size_t NumElements = 4; in testSelect() local
108 static const size_t NumElements = Vectors<T>::NumElements; in testSelectI1() local
Dtest_icmp_main.cpp247 const static size_t NumElements = Vectors<T>::NumElements; in incrementI1Vector() local
271 const static size_t NumElements = Vectors<T>::NumElements; in testsVecI1() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowLevelType.cpp22 auto NumElements = VTy->getNumElements(); in getLLTForType() local
DValueTypes.cpp36 unsigned NumElements) { in getExtendedVectorVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp191 bool MVETailPredication::isTailPredicate(Instruction *I, Value *NumElements) { in isTailPredicate()
462 VectorType *VecTy, Value *NumElements) { in InsertVCTPIntrinsic()
525 Value *NumElements = ComputeElements(TripCount, VecTy); in TryConvert() local
DMVEGatherScatterLowering.cpp104 bool MVEGatherScatterLowering::isLegalTypeAndAlignment(unsigned NumElements, in isLegalTypeAndAlignment()
DARMLowOverheadLoops.cpp357 Register NumElements = VCTP->getOperand(1).getReg(); in ValidateTailPredicate() local
394 Register NumElements) { in ValidateTailPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h321 uint64_t NumElements; variable
324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h38 uint64_t NumElements = Unbounded; variable
DDerivedTypes.h382 uint64_t NumElements; variable
385 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
DDataLayout.h589 unsigned NumElements : 31; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp100 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local
105 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local
587 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
DDebugInfo.cpp964 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType()
976 LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang, in LLVMDIBuilderCreateUnionType()
1033 unsigned NumElements, unsigned RunTimeLang, LLVMMetadataRef VTableHolder, in LLVMDIBuilderCreateStructType()
1206 LLVMMetadataRef *Elements, unsigned NumElements, in LLVMDIBuilderCreateClassType()
DConstantFold.cpp2173 static bool isIndexInRangeOfArrayType(uint64_t NumElements, in isIndexInRangeOfArrayType()
2423 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp659 auto NumElements = ST->getNumElements(); in unpackLoadToAggregate() local
709 auto NumElements = AT->getNumElements(); in unpackLoadToAggregate() local
1239 auto NumElements = AT->getNumElements(); in unpackStoreToAggregate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp191 auto NumElements = VecTy->getVectorNumElements(); in getTypeName() local
637 auto NumElements = VecTy->getVectorNumElements(); in getTypeName() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1825 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() local
2184 unsigned NumElements = EndIndex - BeginIndex; in extractVector() local
2604 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst() local
2751 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat()
2826 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst() local
3003 unsigned NumElements = EndIndex - BeginIndex; in visitMemTransferInst() local
3535 uint64_t NumElements = Size / ElementSize; in getTypePartition() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1077 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local
1137 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
DLegalizeTypesGeneric.cpp310 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, in IntegerToVector()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.h475 const SizeT NumElements = typeNumElements(DestTy); in scalarizeInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp354 const uint16_t NumElements = BitsizeAndAction.first / ElementSize; in computeTables() local

123