/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | MemorySlotInterfaces.h | 24 Type elemType; member
|
/llvm-project/mlir/lib/Conversion/ArmNeon2dToIntr/ |
H A D | ArmNeon2dToIntr.cpp | 36 Type elemType = cast<VectorType>(op.getB().getType()).getElementType(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/ArithToArmSME/ |
H A D | ArithToArmSME.cpp | 31 static bool isSplatZero(Type elemType, DenseElementsAttr val) { in isSplatZero() argument
|
/llvm-project/mlir/lib/Dialect/ArmSME/IR/ |
H A D | Utils.cpp | 33 auto elemType = vType.getElementType(); in isValidSMETileVectorType() local
|
/llvm-project/mlir/unittests/Dialect/SPIRV/ |
H A D | SerializationTest.cpp | 89 Type elemType = vectorType.getElementType(); in addConstInt() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | TargetRewrite.cpp | 1107 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 D | TestDialectInterfaces.cpp | 208 llvm::all_of(tupleType.getTypes(), [](Type elemType) { in getAlias()
|
H A D | TestOpDefs.cpp | 1324 Type elemType = slot.subelementTypes.lookup(usedIndex); destructure() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorInsertExtractStridedSliceRewritePatterns.cpp | 307 auto elemType = dstType.getElementType(); matchAndRewrite() local
|
H A D | VectorTransforms.cpp | 927 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 D | AMDGPUToROCDL.cpp | 375 Type elemType = vectorType.getElementType(); wmmaPushInputOperand() local 418 Type elemType = vectorType.getElementType(); wmmaPushOutputOperand() local [all...] |
/llvm-project/mlir/lib/Dialect/NVGPU/IR/ |
H A D | NVGPUDialect.cpp | 635 Type elemType = accType.getFragmented().getElementType(); verify() local
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 67 auto elemType = arrayType.getElementType(); in isSupportedEmitCType() local 81 auto elemType = tensorType.getElementType(); in isSupportedEmitCType() local
|
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefMemorySlot.cpp | 138 Type elemType = memrefType.getTypeAtIndex(usedIndex); in destructure() local
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaCanonicalizations.cpp | 467 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 D | GPUToSPIRV.cpp | 493 ElemType elemType; createGroupReduceOp() member
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVOps.cpp | 634 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 D | NVGPUToNVVM.cpp | 1273 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 D | Transforms.cpp | 1172 Type elemType = packOp.getSourceType().getElementType(); matchAndRewrite() local 1259 Type elemType = unpackOp.getSourceType().getElementType(); matchAndRewrite() local
|
H A D | DropUnitDims.cpp | 123 auto elemType = cast<ShapedType>(op->get().getType()).getElementType(); in matchAndRewrite() local
|
H A D | Vectorization.cpp | 1325 Type elemType = getElementTypeOrSelf(opOperand->get()); vectorizeAsLinalgGeneric() local 2179 auto elemType = sourceType.getElementType(); tryVectorizeCopy() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | BufferizeHLFIR.cpp | 820 auto elemType = hlfir::getFortranElementType(elementValue.getType()); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMMemorySlot.cpp | 90 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 D | NVGPUTransformOps.cpp | 81 Type elemType = type.getFragmented().getElementType(); in populatePatterns() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 1441 QualType elemType = ER->getElementType(); getAsArrayOffset() local
|