Searched refs:LLVMMetadataType (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMTypes.cpp | 66 assert((ty.isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType, in getPrimitiveSizeInBits() 262 return !type.isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType, in isValidElementType() 297 return !type.isa<LLVMFunctionType, LLVMMetadataType, LLVMLabelType>(); in isValidResultType() 369 return !type.isa<LLVMVoidType, LLVMTokenType, LLVMMetadataType, in isValidElementType() 399 return !type.isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType, in isValidElementType()
|
D | LLVMTypeSyntax.cpp | 39 .Case<LLVMMetadataType>([&](Type) { return "metadata"; }) in getTypeKeyword() 455 .Case("metadata", [&] { return LLVMMetadataType::get(ctx); }) in parseTypeImpl()
|
D | LLVMDialect.cpp | 1772 LLVMMetadataType, in initialize()
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | TypeTranslation.cpp | 71 .Case([this](LLVM::LLVMMetadataType) { in translateType() argument 236 return LLVM::LLVMMetadataType::get(&context); in translatePrimitiveType()
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMTypes.h | 253 DEFINE_TRIVIAL_LLVM_TYPE(LLVMMetadataType);
|