Home
last modified time | relevance | path

Searched defs:printType (Results 1 – 23 of 23) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DBCELifier.java253 static String printType( final Type type ) { in printType() method in BCELifier
258 static String printType( final String signature ) { in printType() method in BCELifier
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRDialect.cpp38 void fir::FIROpsDialect::printType(mlir::Type ty, in printType() function in fir::FIROpsDialect
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgTypes.cpp94 void mlir::linalg::LinalgDialect::printType(Type type, in printType() function in mlir::linalg::LinalgDialect
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ir/
Dtf_framework_ops.cc51 void TFFrameworkDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in mlir::kernel_gen::tf_framework::TFFrameworkDialect
/external/llvm-project/clang-tools-extra/clangd/
DHover.cpp123 std::string printType(QualType QT, const PrintingPolicy &Policy) { in printType() function
132 std::string printType(const TemplateTypeParmDecl *TTP) { in printType() function
139 std::string printType(const NonTypeTemplateParmDecl *NTTP, in printType() function
147 std::string printType(const TemplateTemplateParmDecl *TTP, in printType() function
DAST.cpp303 std::string printType(const QualType QT, const DeclContext &CurContext) { in printType() function
/external/llvm-project/mlir/include/mlir/IR/
DDialect.h93 virtual void printType(Type, DialectAsmPrinter &) const { in printType() function
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DTypeParser.cpp424 void QuantizationDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in QuantizationDialect
/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp49 void PDLDialect::printType(Type type, DialectAsmPrinter &printer) const { in printType() function in PDLDialect
/external/llvm-project/mlir/lib/Dialect/Async/IR/
DAsync.cpp50 void AsyncDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in AsyncDialect
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.cc374 void TensorFlowDialect::printType(Type ty, DialectAsmPrinter &os) const { in printType() function in mlir::TF::TensorFlowDialect
Dtf_executor.cc120 void TensorFlowExecutorDialect::printType(Type type, in printType() function in mlir::tf_executor::TensorFlowExecutorDialect
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp400 void printType(Type type) override { initializer.visit(type); } in printType() function in __anon2591390f0311::DummyAliasOperationPrinter
1766 void ModulePrinter::printType(Type type) { in printType() function in ModulePrinter
1939 void printType(Type type) override { printer.printType(type); } in printType() function
2222 void printType(Type type) override { ModulePrinter::printType(type); } in printType() function in __anon2591390f3811::OperationPrinter
2651 void Block::printAsOperand(raw_ostream &os, bool printType) { in printAsOperand()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp537 void ToyDialect::printType(mlir::Type type, in printType() function in ToyDialect
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypeSyntax.cpp174 void mlir::LLVM::detail::printType(LLVMType type, DialectAsmPrinter &printer) { in printType() function in mlir::LLVM::detail
DLLVMDialect.cpp1799 void LLVMDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in LLVMDialect
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.cc620 void TFRDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in mlir::TFR::TFRDialect
/external/llvm-project/mlir/lib/Dialect/GPU/IR/
DGPUDialect.cpp62 void GPUDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in GPUDialect
/external/llvm-project/mlir/lib/Dialect/Shape/IR/
DShape.cpp144 void ShapeDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in ShapeDialect
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVDialect.cpp831 void SPIRVDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in SPIRVDialect
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp247 void TestDialect::printType(Type type, DialectAsmPrinter &printer) const { in printType() function in TestDialect
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp1333 Type printType = printOp.getPrintType(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc3154 void MhloDialect::printType(Type type, DialectAsmPrinter& os) const { in printType() function in mlir::mhlo::MhloDialect