Home
last modified time | relevance | path

Searched defs:elementTypes (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DTypes.cpp142 TupleType TupleType::get(Context &context, ArrayRef<Type> elementTypes, in get()
148 TupleType TupleType::get(Context &context, ArrayRef<Type> elementTypes) { in get()
H A DNodes.cpp359 auto elementTypes = llvm::map_range( in create() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DCooperativeMatrixOps.cpp126 Type elementTypes[] = {typeA.getElementType(), typeB.getElementType(), in verify() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp548 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 DMLIRGen.cpp149 std::vector<mlir::Type> elementTypes; in mlirGen() local
/llvm-project/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp
H A DConvertLaunchFuncToVulkanCalls.cpp
/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DSerializationTest.cpp65 llvm::SmallVector<Type, 1> elementTypes{builder.getF32Type()}; in getFloatStructType() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp274 SmallVector<spirv::SPIRVType> elementTypes; in recordIfUnifiable() local
/llvm-project/mlir/lib/IR/
H A DBuilders.cpp100 getTupleType(TypeRange elementTypes) getTupleType() argument
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp475 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 DPDLLServer.cpp673 ArrayRef<ast::Type> elementTypes = tupleType.getElementTypes(); in codeCompleteTupleMemberAccess() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp751 ArrayRef<Type> elementTypes = structType.getBody(); verifyStructIndices() local