Searched refs:LLVMTokenType (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMTypes.cpp | 67 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()
|
D | LLVMTypeSyntax.cpp | 37 .Case<LLVMTokenType>([&](Type) { return "token"; }) in getTypeKeyword() 453 .Case("token", [&] { return LLVMTokenType::get(ctx); }) in parseTypeImpl()
|
D | LLVMDialect.cpp | 1770 LLVMTokenType, in initialize()
|
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
D | AsyncToLLVM.cpp | 168 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/ |
D | TypeTranslation.cpp | 65 .Case([this](LLVM::LLVMTokenType) { in translateType() argument
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMTypes.h | 251 DEFINE_TRIVIAL_LLVM_TYPE(LLVMTokenType);
|