Home
last modified time | relevance | path

Searched refs:addIllegalDialect (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestConvertCallOp.cpp59 target.addIllegalDialect<test::TestDialect>(); in runOnOperation()
60 target.addIllegalDialect<StandardOpsDialect>(); in runOnOperation()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dbufferize_pass.cc119 target.addIllegalDialect<mhlo::MhloDialect>(); in runOnOperation()
173 target.addIllegalDialect<mhlo::MhloDialect>(); in runOnOperation()
Dshape_to_descriptors_pass.cc51 target.addIllegalDialect<shape::ShapeDialect>(); in runOnOperation()
Dtf_kernel_to_llvm_pass.cc267 target.addIllegalDialect<StandardOpsDialect, complex::ComplexDialect, in runOnOperation()
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVMPass.cpp48 target.addIllegalDialect<spirv::SPIRVDialect>(); in runOnOperation()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo_pass.cc47 conversionTarget.addIllegalDialect<chlo::HloClientDialect>(); in runOnFunction()
Dhlo_legalize_to_lhlo.cc581 target.addIllegalDialect<mhlo::MhloDialect>(); in runOnOperation()
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVMPass.cpp61 target.addIllegalDialect<avx512::AVX512Dialect>(); in runOnOperation()
/external/llvm-project/mlir/lib/Conversion/GPUToROCDL/
DLowerGpuOpsToROCDLOps.cpp72 target.addIllegalDialect<gpu::GPUDialect>(); in runOnOperation()
/external/llvm-project/mlir/lib/Conversion/GPUToNVVM/
DLowerGpuOpsToNVVMOps.cpp150 target.addIllegalDialect<gpu::GPUDialect>(); in configureGpuToNVVMConversionLegality()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DLowerToAffineLoops.cpp293 target.addIllegalDialect<toy::ToyDialect>(); in runOnFunction()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DLowerToAffineLoops.cpp292 target.addIllegalDialect<toy::ToyDialect>(); in runOnFunction()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DLowerToAffineLoops.cpp293 target.addIllegalDialect<toy::ToyDialect>(); in runOnFunction()
/external/llvm-project/mlir/include/mlir/Transforms/
DDialectConversion.h702 void addIllegalDialect(StringRef name, Names... names) { in addIllegalDialect() function
706 template <typename... Args> void addIllegalDialect() { in addIllegalDialect() function
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp872 target.addIllegalDialect<AsyncDialect>(); in runOnOperation()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestPatterns.cpp745 target.addIllegalDialect<TestDialect>(); in runOnFunction()
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-5.md71 target.addIllegalDialect<ToyDialect>();
/external/llvm-project/mlir/docs/
DDialectConversion.md115 addIllegalDialect<GPUDialect>();
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc6182 target.addIllegalDialect<chlo::HloClientDialect>(); in legalizeTF()