Searched refs:getIdentified (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/mlir/unittests/Dialect/LLVMIR/ |
| H A D | LLVMTypeTest.cpp | 17 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 D | TypeFromLLVM.cpp | 121 LLVM::LLVMStructType::getIdentified(&context, type->getName()); in translate()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | TypeConverter.cpp | 67 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 D | SPIRVDialect.cpp | 671 return StructType::getIdentified(dialect.getContext(), identifier); in parseStructType() 701 idStructTy = StructType::getIdentified(dialect.getContext(), identifier); in parseStructType()
|
| H A D | SPIRVTypes.cpp | 974 StructType StructType::getIdentified(MLIRContext *context, in getIdentified() function in StructType
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMTypes.h | 300 static LLVMStructType getIdentified(MLIRContext *context, StringRef name);
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.h | 325 static StructType getIdentified(MLIRContext *context, StringRef identifier);
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | TypeConverter.h | 169 auto st = mlir::LLVM::LLVMStructType::getIdentified(&getContext(), name); in convertRecordType()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypes.cpp | 401 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 D | Serializer.cpp | 472 auto structType = spirv::StructType::getIdentified( in prepareBasicType()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 977 auto structTy = spirv::StructType::getIdentified(context, structIdentifier); in processStructType()
|