Home
last modified time | relevance | path

Searched defs:elemType (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/mlir/include/mlir/Interfaces/
H A DMemorySlotInterfaces.h24 Type elemType; member
/llvm-project/mlir/lib/Conversion/ArmNeon2dToIntr/
H A DArmNeon2dToIntr.cpp36 Type elemType = cast<VectorType>(op.getB().getType()).getElementType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/ArithToArmSME/
H A DArithToArmSME.cpp31 static bool isSplatZero(Type elemType, DenseElementsAttr val) { in isSplatZero() argument
/llvm-project/mlir/lib/Dialect/ArmSME/IR/
H A DUtils.cpp33 auto elemType = vType.getElementType(); in isValidSMETileVectorType() local
/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DSerializationTest.cpp89 Type elemType = vectorType.getElementType(); in addConstInt() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp1107 auto elemType = fir::dyn_cast_ptrOrBoxEleTy( doComplexReturn() local
1118 auto elemType = fir::dyn_cast_ptrOrBoxEleTy( doComplexReturn() local
1156 auto elemType = fir::dyn_cast_ptrOrBoxEleTy( createFuncOpArgFixups() local
1169 auto elemType = fir::dyn_cast_ptrOrBoxEleTy( createFuncOpArgFixups() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialectInterfaces.cpp208 llvm::all_of(tupleType.getTypes(), [](Type elemType) { in getAlias()
H A DTestOpDefs.cpp1324 Type elemType = slot.subelementTypes.lookup(usedIndex); destructure() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorInsertExtractStridedSliceRewritePatterns.cpp307 auto elemType = dstType.getElementType(); matchAndRewrite() local
H A DVectorTransforms.cpp927 Type elemType = castDstType.getElementType(); matchAndRewrite() local
1218 auto elemType = rewriter.getIntegerType(vecType.getNumElements()); matchAndRewrite() local
1735 Type elemType = op.getSourceVectorType().getElementType(); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/
H A DAMDGPUToROCDL.cpp375 Type elemType = vectorType.getElementType(); wmmaPushInputOperand() local
418 Type elemType = vectorType.getElementType(); wmmaPushOutputOperand() local
[all...]
/llvm-project/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp635 Type elemType = accType.getFragmented().getElementType(); verify() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp67 auto elemType = arrayType.getElementType(); in isSupportedEmitCType() local
81 auto elemType = tensorType.getElementType(); in isSupportedEmitCType() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefMemorySlot.cpp138 Type elemType = memrefType.getTypeAtIndex(usedIndex); in destructure() local
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaCanonicalizations.cpp467 isSplatZero(Type elemType,DenseElementsAttr val) isSplatZero() argument
475 isSplatOne(Type elemType,DenseElementsAttr val,int64_t shift) isSplatOne() argument
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp493 ElemType elemType; createGroupReduceOp() member
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp634 Type elemType = arrayType.getElementType(); in verifyConstantType() local
680 Type elemType = vectorType.getElementType(); in getZero() local
713 Type elemType = vectorType.getElementType(); in getOne() local
[all...]
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp1273 if (elemType.isF32() || elemType.isTF32()) in generateWgmmaType() argument
430 Type elemType = type.getFragmented().getElementType(); runOnOperation() local
1631 Type elemType = cast<LLVM::LLVMStructType>(packStructType.getBody().front()) matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTransforms.cpp1172 Type elemType = packOp.getSourceType().getElementType(); matchAndRewrite() local
1259 Type elemType = unpackOp.getSourceType().getElementType(); matchAndRewrite() local
H A DDropUnitDims.cpp123 auto elemType = cast<ShapedType>(op->get().getType()).getElementType(); in matchAndRewrite() local
H A DVectorization.cpp1325 Type elemType = getElementTypeOrSelf(opOperand->get()); vectorizeAsLinalgGeneric() local
2179 auto elemType = sourceType.getElementType(); tryVectorizeCopy() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DBufferizeHLFIR.cpp820 auto elemType = hlfir::getFortranElementType(elementValue.getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMMemorySlot.cpp90 Type elemType = destructurableType.getTypeAtIndex(index); in destructure() local
1052 Type elemType = types->at(index); rewire() local
[all...]
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.cpp81 Type elemType = type.getFragmented().getElementType(); in populatePatterns() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1441 QualType elemType = ER->getElementType(); getAsArrayOffset() local

12