Searched refs:LLVMTokenType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypes.cpp | 36 LLVMFunctionType, LLVMTokenType, LLVMScalableVectorType>(); in isValidElementType() 187 ? !type.isa<LLVMVoidType, LLVMTokenType, LLVMMetadataType, in isValidElementType() 398 LLVMFunctionType, LLVMTokenType, LLVMScalableVectorType>(); in isValidElementType() 775 LLVMTokenType, in isCompatibleOuterType() 841 LLVMTokenType, in isCompatibleImpl() 995 LLVMTokenType, LLVMStructType, LLVMArrayType, in getPrimitiveTypeSizeInBits()
|
| H A D | LLVMTypeSyntax.cpp | 38 .Case<LLVMTokenType>([&](Type) { return "token"; }) in getTypeKeyword() 464 .Case("token", [&] { return LLVMTokenType::get(ctx); }) in dispatchParse()
|
| H A D | LLVMDialect.cpp | 2718 LLVMTokenType, in initialize()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | TypeFromLLVM.cpp | 75 return LLVM::LLVMTokenType::get(&context); in translatePrimitiveType()
|
| H A D | TypeToLLVM.cpp | 64 .Case([this](LLVM::LLVMTokenType) { in translateType() argument
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMTypes.h | 62 DEFINE_TRIVIAL_LLVM_TYPE(LLVMTokenType);
|
| H A D | LLVMOpBase.td | 90 CPred<"$_self.isa<::mlir::LLVM::LLVMTokenType>()">, 92 BuildableType<"::mlir::LLVM::LLVMTokenType::get($_builder.getContext())">;
|
| /llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/ |
| H A D | AsyncToLLVM.cpp | 77 static LLVM::LLVMTokenType tokenType(MLIRContext *ctx) { in tokenType() 78 return LLVM::LLVMTokenType::get(ctx); in tokenType()
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | LLVM.md | 241 - `!llvm.token` (`LLVMTokenType`) - a non-inspectable value associated with an
|