Home
last modified time | relevance | path

Searched refs:getIdentified (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp238 auto type = LLVMStructType::getIdentified(context, stringName); in createStructTy()
403 LLVMStructType LLVMStructType::getIdentified(MLIRContext *context, in getIdentified() function in LLVMStructType
/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp278 LLVM::LLVMStructType::getIdentified(&context, type->getName()); in translate()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h329 static StructType getIdentified(MLIRContext *context, StringRef identifier);
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVDialect.cpp642 return StructType::getIdentified(dialect.getContext(), identifier); in parseStructType()
672 idStructTy = StructType::getIdentified(dialect.getContext(), identifier); in parseStructType()
DSPIRVTypes.cpp982 StructType StructType::getIdentified(MLIRContext *context, in getIdentified() function in StructType
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h441 static LLVMStructType getIdentified(MLIRContext *context, StringRef name);
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp1177 auto structType = spirv::StructType::getIdentified( in prepareBasicType()
DDeserializer.cpp1466 auto structTy = spirv::StructType::getIdentified(context, structIdentifier); in processStructType()