| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | LowLevelTypeImpl.h | 57 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()
|
| D | BinaryStreamReader.h | 187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
|
| D | MachineValueType.h | 918 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/ |
| D | test_vector_ops.cpp | 665 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
|
| D | test_select_main.cpp | 42 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
|
| D | test_icmp_main.cpp | 247 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/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
| D | jit_pch.hpp | 142 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType() 147 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | LowLevelType.cpp | 22 auto NumElements = VTy->getNumElements(); in getLLTForType() local
|
| D | ValueTypes.cpp | 36 unsigned NumElements) { in getExtendedVectorVT()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | MVETailPredication.cpp | 191 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
|
| D | MVEGatherScatterLowering.cpp | 104 bool MVEGatherScatterLowering::isLegalTypeAndAlignment(unsigned NumElements, in isLegalTypeAndAlignment()
|
| D | ARMLowOverheadLoops.cpp | 357 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/ |
| D | DerivedTypes.h | 321 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/ |
| D | GetElementPtrTypeIterator.h | 38 uint64_t NumElements = Unbounded; variable
|
| D | DerivedTypes.h | 382 uint64_t NumElements; variable 385 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
|
| /third_party/boost/libs/intrusive/example/ |
| D | doc_stateful_value_traits.cpp | 55 const int NumElements = 100; in main() local
|
| /third_party/boost/libs/container/test/ |
| D | flat_map_test.cpp | 100 const std::size_t NumElements = 100; in flat_tree_ordered_insertion_test() local 186 const std::size_t NumElements = 100; in constructor_template_auto_deduction_test() local 297 const std::size_t NumElements = 100; in flat_tree_extract_adopt_test() local
|
| D | flat_set_test.cpp | 102 const std::size_t NumElements = 100; in flat_tree_ordered_insertion_test() local 287 const std::size_t NumElements = 100; in constructor_template_auto_deduction_test() local 398 const std::size_t NumElements = 100; in flat_tree_extract_adopt_test() local
|
| D | set_test.cpp | 212 const std::size_t NumElements = 100; in constructor_template_auto_deduction_test() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Type.cpp | 100 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()
|
| /third_party/boost/libs/intrusive/test/ |
| D | stateful_value_traits_test.cpp | 96 const int NumElements = 100; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 659 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/ |
| D | AMDGPUHSAMetadataStreamer.cpp | 191 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/ |
| D | SROA.cpp | 1825 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/ |
| D | LegalizeVectorOps.cpp | 1077 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local 1137 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
|