Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp35 return !type.isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType, in isValidElementType()
109 return !type.isa<LLVMFunctionType, LLVMMetadataType, LLVMLabelType>(); in isValidResultType()
188 LLVMLabelType>() in isValidElementType()
397 return !type.isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType, in isValidElementType()
770 LLVMLabelType, in isCompatibleOuterType()
838 LLVMLabelType, in isCompatibleImpl()
994 assert((ty.isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType, in getPrimitiveTypeSizeInBits()
H A DLLVMTypeSyntax.cpp39 .Case<LLVMLabelType>([&](Type) { return "label"; }) in getTypeKeyword()
465 .Case("label", [&] { return LLVMLabelType::get(ctx); }) in dispatchParse()
H A DLLVMDialect.cpp2719 LLVMLabelType, in initialize()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp71 return LLVM::LLVMLabelType::get(&context); in translatePrimitiveType()
H A DTypeToLLVM.cpp67 .Case([this](LLVM::LLVMLabelType) { in translateType() argument
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h63 DEFINE_TRIVIAL_LLVM_TYPE(LLVMLabelType);
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1560 LLVMTypeRef LLVMLabelType(void);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go699 func LabelType() (t Type) { t.C = C.LLVMLabelType(); return }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp858 LLVMTypeRef LLVMLabelType(void) { in LLVMLabelType() function