Home
last modified time | relevance | path

Searched refs:LLVMTokenType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp36 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 DLLVMTypeSyntax.cpp38 .Case<LLVMTokenType>([&](Type) { return "token"; }) in getTypeKeyword()
464 .Case("token", [&] { return LLVMTokenType::get(ctx); }) in dispatchParse()
H A DLLVMDialect.cpp2718 LLVMTokenType, in initialize()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp75 return LLVM::LLVMTokenType::get(&context); in translatePrimitiveType()
H A DTypeToLLVM.cpp64 .Case([this](LLVM::LLVMTokenType) { in translateType() argument
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h62 DEFINE_TRIVIAL_LLVM_TYPE(LLVMTokenType);
H A DLLVMOpBase.td90 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 DAsyncToLLVM.cpp77 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 DLLVM.md241 - `!llvm.token` (`LLVMTokenType`) - a non-inspectable value associated with an