Home
last modified time | relevance | path

Searched refs:convertVectorType (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVLowering.cpp270 convertVectorType(const spirv::TargetEnv &targetEnv, VectorType type, in convertVectorType() function
356 arrayElemType = convertVectorType(targetEnv, vecType, storageClass); in convertMemrefType()
444 return convertVectorType(targetEnv, vectorType); in SPIRVTypeConverter()
/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVM.h210 Type convertVectorType(VectorType type);
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp121 addConversion([&](VectorType type) { return convertVectorType(type); }); in LLVMTypeConverter()
406 Type LLVMTypeConverter::convertVectorType(VectorType type) { in convertVectorType() function in LLVMTypeConverter