Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp67 LLVMTokenType, LLVMStructType, LLVMArrayType, in getPrimitiveSizeInBits()
263 LLVMFunctionType, LLVMTokenType, LLVMScalableVectorType>(); in isValidElementType()
369 return !type.isa<LLVMVoidType, LLVMTokenType, LLVMMetadataType, in isValidElementType()
400 LLVMFunctionType, LLVMTokenType, LLVMScalableVectorType>(); in isValidElementType()
DLLVMTypeSyntax.cpp37 .Case<LLVMTokenType>([&](Type) { return "token"; }) in getTypeKeyword()
453 .Case("token", [&] { return LLVMTokenType::get(ctx); }) in parseTypeImpl()
DLLVMDialect.cpp1770 LLVMTokenType, in initialize()
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp168 auto token = LLVMTokenType::get(ctx); in addCoroutineIntrinsicsDeclarations()
296 auto token = LLVM::LLVMTokenType::get(ctx); in setupCoroMachinery()
514 loc, LLVM::LLVMTokenType::get(ctx), builder.getSymbolRefAttr(kCoroSave), in outlineExecuteOp()
757 loc, LLVM::LLVMTokenType::get(ctx), in matchAndRewrite()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp65 .Case([this](LLVM::LLVMTokenType) { in translateType() argument
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h251 DEFINE_TRIVIAL_LLVM_TYPE(LLVMTokenType);