Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DTypes.cpp138 TupleType TupleType::get(Context &context, ArrayRef<Type> elementTypes, in get()
144 TupleType TupleType::get(Context &context, ArrayRef<Type> elementTypes) { in get()
H A DNodes.cpp338 auto elementTypes = llvm::map_range( in create() local
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp524 llvm::ArrayRef<mlir::Type> elementTypes = allocator.copyInto(key); in construct() local
532 llvm::ArrayRef<mlir::Type> elementTypes; member
540 StructType StructType::get(llvm::ArrayRef<mlir::Type> elementTypes) { in get()
571 SmallVector<mlir::Type, 1> elementTypes; in parseType() local
H A DMLIRGen.cpp134 std::vector<mlir::Type> elementTypes; in mlirGen() local
/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DSerializationTest.cpp65 llvm::SmallVector<Type, 1> elementTypes{builder.getF32Type()}; in getFloatStructType() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp253 SmallVector<spirv::SPIRVType> elementTypes; in recordIfUnifiable() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuilders.cpp71 TupleType Builder::getTupleType(TypeRange elementTypes) { in getTupleType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp499 SmallVectorImpl<llvm::Type*> &elementTypes) { in initializeForBlockHeader()
577 SmallVector<llvm::Type*, 8> elementTypes; in computeBlockInfo() local
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp715 ArrayRef<ast::Type> elementTypes = tupleType.getElementTypes(); in codeCompleteTupleMemberAccess() local
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp511 ArrayRef<Type> elementTypes = structType.getBody(); in recordStructIndices() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1646 SmallVector<Type, 4> elementTypes; in parse() local