Searched refs:getIdentified (Results 1 – 8 of 8) sorted by relevance
238 auto type = LLVMStructType::getIdentified(context, stringName); in createStructTy()403 LLVMStructType LLVMStructType::getIdentified(MLIRContext *context, in getIdentified() function in LLVMStructType
278 LLVM::LLVMStructType::getIdentified(&context, type->getName()); in translate()
329 static StructType getIdentified(MLIRContext *context, StringRef identifier);
642 return StructType::getIdentified(dialect.getContext(), identifier); in parseStructType()672 idStructTy = StructType::getIdentified(dialect.getContext(), identifier); in parseStructType()
982 StructType StructType::getIdentified(MLIRContext *context, in getIdentified() function in StructType
441 static LLVMStructType getIdentified(MLIRContext *context, StringRef name);
1177 auto structType = spirv::StructType::getIdentified( in prepareBasicType()
1466 auto structTy = spirv::StructType::getIdentified(context, structIdentifier); in processStructType()