Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/LLVMIR/
H A DLLVMTypeTest.cpp17 auto structTy = LLVMStructType::getIdentified(&context, "foo"); in TEST_F()
23 auto fooStructTy = LLVMStructType::getIdentified(&context, "foo"); in TEST_F()
25 auto barStructTy = LLVMStructType::getIdentified(&context, "bar"); in TEST_F()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp121 LLVM::LLVMStructType::getIdentified(&context, type->getName()); in translate()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp67 auto convertedType = LLVM::LLVMStructType::getIdentified( in LLVMTypeConverter()
73 convertedType = LLVM::LLVMStructType::getIdentified( in LLVMTypeConverter()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp671 return StructType::getIdentified(dialect.getContext(), identifier); in parseStructType()
701 idStructTy = StructType::getIdentified(dialect.getContext(), identifier); in parseStructType()
H A DSPIRVTypes.cpp974 StructType StructType::getIdentified(MLIRContext *context, in getIdentified() function in StructType
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h300 static LLVMStructType getIdentified(MLIRContext *context, StringRef name);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h325 static StructType getIdentified(MLIRContext *context, StringRef identifier);
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.h169 auto st = mlir::LLVM::LLVMStructType::getIdentified(&getContext(), name); in convertRecordType()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp401 LLVMStructType LLVMStructType::getIdentified(MLIRContext *context, in getIdentified() function in LLVMStructType
419 auto type = LLVMStructType::getIdentified(context, stringName); in getNewIdentified()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp472 auto structType = spirv::StructType::getIdentified( in prepareBasicType()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp977 auto structTy = spirv::StructType::getIdentified(context, structIdentifier); in processStructType()