Home
last modified time | relevance | path

Searched refs:appendDialectRegistry (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp134 context.appendDialectRegistry(registry); in TEST()
146 context.appendDialectRegistry(registry); in TEST()
164 initiallyEmpty.appendDialectRegistry(registry); in TEST()
262 initiallyEmpty.appendDialectRegistry(registry); in TEST()
413 context.appendDialectRegistry(registry); in TEST()
H A DDialectTest.cpp106 context.appendDialectRegistry(secondRegistry); in TEST()
134 context.appendDialectRegistry(secondRegistry); in TEST()
/llvm-project-15.0.7/flang/lib/Optimizer/Support/
H A DInitFIR.cpp19 context.appendDialectRegistry(registry); in registerLLVMTranslation()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DDialectHandle.cpp29 unwrap(ctx)->appendDialectRegistry(registry); in mlirDialectHandleRegisterDialect()
H A DIR.cpp59 unwrap(ctx)->appendDialectRegistry(*unwrap(registry)); in mlirContextAppendDialectRegistry()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/X86Vector/
H A DX86VectorToLLVMIRTranslation.cpp57 context.appendDialectRegistry(registry); in registerX86VectorDialectTranslation()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/AMX/
H A DAMXToLLVMIRTranslation.cpp55 context.appendDialectRegistry(registry); in registerAMXDialectTranslation()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/ArmSVE/
H A DArmSVEToLLVMIRTranslation.cpp55 context.appendDialectRegistry(registry); in registerArmSVEDialectTranslation()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/ArmNeon/
H A DArmNeonToLLVMIRTranslation.cpp57 context.appendDialectRegistry(registry); in registerArmNeonDialectTranslation()
/llvm-project-15.0.7/mlir/include/mlir/
H A DInitAllDialects.h136 context.appendDialectRegistry(registry); in registerAllDialects()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h72 void appendDialectRegistry(const DialectRegistry &registry);
/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DInferTypeOpInterfaceTest.cpp37 ctx.appendDialectRegistry(registry); in SetUp()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/ROCDL/
H A DROCDLToLLVMIRTranslation.cpp118 context.appendDialectRegistry(registry); in registerROCDLDialectTranslation()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/
H A DTranslation.cpp99 context->appendDialectRegistry(registry); in TranslateFromMLIRRegistration()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/NVVM/
H A DNVVMToLLVMIRTranslation.cpp152 context.appendDialectRegistry(registry); in registerNVVMDialectTranslation()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp542 context.appendDialectRegistry(registry); in registerOpenACCDialectTranslation()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp514 context.appendDialectRegistry(registry); in registerLLVMDialectTranslation()
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp357 void MLIRContext::appendDialectRegistry(const DialectRegistry &registry) { in appendDialectRegistry() function in MLIRContext
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPass.cpp792 context->appendDialectRegistry(dependentDialects); in run()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1433 context.appendDialectRegistry(registry); in registerOpenMPDialectTranslation()