Home
last modified time | relevance | path

Searched defs:vectorType (Results 1 – 25 of 46) sorted by relevance

12

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DLayoutUtils.cpp91 if (auto vectorType = type.dyn_cast<VectorType>()) in decorateType() local
100 Type VulkanLayoutUtils::decorateType(VectorType vectorType, in decorateType()
DSPIRVTypes.cpp167 if (auto vectorType = type.dyn_cast<VectorType>()) in classof() local
206 if (auto vectorType = dyn_cast<VectorType>()) in getNumElements() local
262 if (auto vectorType = dyn_cast<VectorType>()) { in getSizeInBytes() local
721 if (auto vectorType = type.dyn_cast<VectorType>()) in classof() local
1138 if (auto vectorType = columnType.dyn_cast<VectorType>()) { in isValidColumnType() local
DSPIRVLowering.cpp443 addConversion([this](VectorType vectorType) { in SPIRVTypeConverter()
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantOps.cpp60 if (auto vectorType = expressed.dyn_cast<VectorType>()) in isValidQuantizationSpec() local
/external/llvm-project/mlir/lib/Dialect/Quant/Utils/
DUniformSupport.cpp41 if (auto vectorType = inputType.dyn_cast<VectorType>()) in convert() local
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp391 auto vectorType = op.getOperand(index).getType().dyn_cast<VectorType>(); in verify() local
552 VectorType vectorType = op.getVectorType(); in verify() local
562 static Type inferExtractOpResultType(VectorType vectorType, in inferExtractOpResultType()
607 auto vectorType = type.dyn_cast<VectorType>(); in parseExtractOp() local
935 isValidExtractOrInsertSlicesType(Operation *op, VectorType vectorType, in isValidExtractOrInsertSlicesType()
1105 auto vectorType = getVectorType(); in fold() local
1619 static Type inferStridedSliceOpResultType(VectorType vectorType, in inferStridedSliceOpResultType()
1894 VectorType vectorType, in verifyTransferOp()
1971 VectorType vectorType, Value memref, in build()
2024 VectorType vectorType = types[1].dyn_cast<VectorType>(); in parseTransferReadOp() local
[all …]
DVectorUtils.cpp247 VectorType vectorType) { in getTransferMinorIdentityMap()
DVectorTransforms.cpp192 static TupleType generateExtractSlicesOpResultType(VectorType vectorType, in generateExtractSlicesOpResultType()
233 static void initUnrolledVectorState(VectorType vectorType, Value initValue, in initUnrolledVectorState()
295 auto vectorType = in getOrCreateUnrolledVectorSlice() local
516 Type memrefElementType, VectorType vectorType, TupleType tupleType, in generateTransferOpSlices()
1046 VectorType vectorType = op.getSourceVectorType(); in matchAndRewrite() local
1093 VectorType vectorType = op.getResultVectorType(); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp55 auto vectorType = into.getType().cast<VectorType>(); in insertOne() local
82 auto vectorType = vector.getType().cast<VectorType>(); in extractOne() local
666 auto vectorType = shuffleOp.getVectorType(); in matchAndRewrite() local
721 auto vectorType = extractEltOp.getVectorType(); in matchAndRewrite() local
747 auto vectorType = extractOp.getVectorType(); in matchAndRewrite() local
836 auto vectorType = insertEltOp.getDestVectorType(); in matchAndRewrite() local
1340 VectorType vectorType = printType.dyn_cast<VectorType>(); in matchAndRewrite() local
1399 Value value, VectorType vectorType, Operation *printer, in emitRanks()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp131 size_t getEffectiveVectorLength (VectorType vectorType) in getEffectiveVectorLength()
137 VkDeviceSize getElementSize(DataType dataType, VectorType vectorType) in getElementSize()
245 std::pair<std::string, std::string> getGLSLInputValDecl (DataType dataType, VectorType vectorType) in getGLSLInputValDecl()
354 VectorType vectorType; member
1477 void fillInputBuffer (DataType dataType, VectorType vectorType, void* bufferPtr) in fillInputBuffer()
2736 VectorType vectorType; in createDataSpillTests() member
/external/angle/src/compiler/translator/tree_ops/gl/
DVectorizeVectorScalarArithmetic.cpp61 TType vectorType, in Vectorize()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypeSyntax.cpp157 if (auto vectorType = type.dyn_cast<LLVMFixedVectorType>()) in printTypeImpl() local
160 if (auto vectorType = type.dyn_cast<LLVMScalableVectorType>()) { in printTypeImpl() local
DLLVMDialect.cpp871 Type vectorType, positionType; in parseInsertElementOp() local
1083 if (auto vectorType = type.dyn_cast<VectorType>()) { in verify() local
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DVectorization.cpp132 if (VectorType vectorType = extractVectorTypeFromScalarView(memref)) { in transferReadVector() local
142 if (VectorType vectorType = extractVectorTypeFromScalarView(memref)) { in transferWriteVector() local
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp146 VectorType vectorType; // vector<(major_dims) x (minor_dims) x type> member in __anon549db6a80111::NDTransferOpHelper
457 auto vectorType = transfer.getVectorType(); in tmpMemRefType() local
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DSuperVectorize.cpp760 auto vectorType = VectorType::get(state->strategy->vectorSizes, elementType); in vectorizeRootOrTerminal() local
901 auto vectorType = type.cast<VectorType>(); in vectorizeConstant() local
/external/icu/icu4c/source/common/
Dutrace.cpp282 char vectorType; in utrace_vformat() local
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp327 …const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::ge… in genVertexSource() local
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp403 …const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::ge… in genVertexSource() local
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp350 auto &vectorType = in DropColumns() local
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp210 LLVMType vectorType = type.getArrayElementType(); in getStdTypeForAttr() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp410 auto vectorType = in convertVectorType() local
1505 static NDVectorTypeInfo extractNDVectorTypeInfo(VectorType vectorType, in extractNDVectorTypeInfo()
1610 auto vectorType = op->getResult(0).getType().dyn_cast<VectorType>(); in handleMultidimensionalVectors() local
2090 auto vectorType = elementType.cast<VectorType>(); in getMemRefEltSizeInBytes() local
2520 auto vectorType = resultType.dyn_cast<VectorType>(); in matchAndRewrite() local
3334 auto vectorType = typeConverter->convertType(splatOp.getType()); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp142 auto vectorType = VectorType::get(numElements, toBroadcast.getType()); in broadcast() local
159 if (auto vectorType = srcType.dyn_cast<VectorType>()) { in optionallyBroadcast() local
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java504 int vectorType = FBT_KEY; in createVector() local
/external/flatbuffers/src/
Didl_gen_js_ts.cpp1095 auto vectorType = field.value.type.VectorType(); in GenStruct() local

12