Searched defs:elementTypes (Results 1 – 13 of 13) sorted by relevance
/llvm-project/mlir/lib/Tools/PDLL/AST/ |
H A D | Types.cpp | 142 TupleType TupleType::get(Context &context, ArrayRef<Type> elementTypes, in get() 148 TupleType TupleType::get(Context &context, ArrayRef<Type> elementTypes) { in get()
|
H A D | Nodes.cpp | 359 auto elementTypes = llvm::map_range( in create() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | CooperativeMatrixOps.cpp | 126 Type elementTypes[] = {typeA.getElementType(), typeB.getElementType(), in verify() local
|
/llvm-project/mlir/examples/toy/Ch7/mlir/ |
H A D | Dialect.cpp | 548 llvm::ArrayRef<mlir::Type> elementTypes = allocator.copyInto(key); in construct() local 556 llvm::ArrayRef<mlir::Type> elementTypes; member 564 StructType StructType::get(llvm::ArrayRef<mlir::Type> elementTypes) { in get() argument 595 SmallVector<mlir::Type, 1> elementTypes; parseType() local [all...] |
H A D | MLIRGen.cpp | 149 std::vector<mlir::Type> elementTypes; in mlirGen() local
|
/llvm-project/mlir/lib/Conversion/GPUToVulkan/ |
H A D | ConvertGPULaunchFuncToVulkanLaunchFunc.cpp |
|
H A D | ConvertLaunchFuncToVulkanCalls.cpp |
|
/llvm-project/mlir/unittests/Dialect/SPIRV/ |
H A D | SerializationTest.cpp | 65 llvm::SmallVector<Type, 1> elementTypes{builder.getF32Type()}; in getFloatStructType() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | UnifyAliasedResourcePass.cpp | 274 SmallVector<spirv::SPIRVType> elementTypes; in recordIfUnifiable() local
|
/llvm-project/mlir/lib/IR/ |
H A D | Builders.cpp | 100 getTupleType(TypeRange elementTypes) getTupleType() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 475 initializeForBlockHeader(CodeGenModule & CGM,CGBlockInfo & info,SmallVectorImpl<llvm::Type * > & elementTypes) initializeForBlockHeader() argument 551 SmallVector<llvm::Type*, 8> elementTypes; computeBlockInfo() local [all...] |
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 673 ArrayRef<ast::Type> elementTypes = tupleType.getElementTypes(); in codeCompleteTupleMemberAccess() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 751 ArrayRef<Type> elementTypes = structType.getBody(); verifyStructIndices() local
|