Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h79 bool isIdentified() const { return identified; } in isIdentified() function
81 assert(!isIdentified() && in isPacked()
86 assert(isIdentified() && in isOpaque()
93 assert(isIdentified() && in getIdentifier()
100 assert(!isIdentified() && in getTypeList()
114 if (isIdentified()) { in hashValue()
125 if (isIdentified())
126 return other.isIdentified() &&
129 return !other.isIdentified() && other.isPacked() == isPacked() &&
135 if (isIdentified()) in copyIntoAllocator()
[all …]
DLLVMTypeSyntax.cpp55 if (type.isIdentified() && type.isOpaque()) { in printStructTypeBody()
65 if (type.isIdentified()) in printStructTypeBody()
70 if (type.isIdentified()) in printStructTypeBody()
82 if (type.isIdentified()) { in printStructType()
348 bool isIdentified = succeeded(parser.parseOptionalString(&name)); in parseStructType() local
349 if (isIdentified) { in parseStructType()
362 if (!isIdentified) in parseStructType()
384 if (!isIdentified) in parseStructType()
395 if (isIdentified) in parseStructType()
401 if (isIdentified) in parseStructType()
[all …]
DLLVMTypes.cpp434 assert(isIdentified() && "can only set bodies of identified structs"); in setBody()
441 bool LLVMStructType::isIdentified() { return getImpl()->isIdentified(); } in isIdentified() function in LLVMStructType
443 return getImpl()->isIdentified() && in isOpaque()
449 return isIdentified() ? getImpl()->getIdentifiedStructBody() in getBody()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp834 if (isIdentified()) { in operator ==()
913 bool isIdentified() const { return !identifier.empty(); } in isIdentified() function
927 if (!isIdentified()) in mutate()
997 if (newStructType.isIdentified() && in getEmpty()
1008 bool StructType::isIdentified() const { return getImpl()->isIdentified(); } in isIdentified() function in StructType
DLayoutUtils.cpp71 if (!structType.isIdentified()) in decorateType()
DSPIRVDialect.cpp777 if (type.isIdentified()) { in print()
816 if (type.isIdentified()) in print()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp119 if (!type.isIdentified()) { in translate()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h344 bool isIdentified() const;
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h474 bool isIdentified();
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp1161 if (pointeeStruct && pointeeStruct.isIdentified() && in prepareBasicType()
1215 if (structType.isIdentified()) { in prepareBasicType()
1255 if (structType.isIdentified()) in prepareBasicType()
DDeserializer.cpp1278 assert(structType.isIdentified() && "expected an indentified struct"); in processOpTypePointer()