Home
last modified time | relevance | path

Searched refs:printType (Results 1 – 25 of 25) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DBCELFactory.java131 _out.println("il.append(_factory.create" + kind + "(" + BCELifier.printType(type) in visitLocalVariableInstruction()
142 _out.println("il.append(_factory.createArray" + kind + "(" + BCELifier.printType(type) in visitArrayInstruction()
154 + "\", " + BCELifier.printType(type) + ", " + CONSTANT_PREFIX in visitFieldInstruction()
167 + "\", " + BCELifier.printType(type) + ", " in visitInvokeInstruction()
196 _out.println("il.append(_factory.createNewArray(" + BCELifier.printType(type) in visitAllocationInstruction()
245 _out.println("il.append(new INSTANCEOF(_cp.addClass(" + BCELifier.printType(type) + ")));"); in visitINSTANCEOF()
252 _out.println("il.append(_factory.createCheckCast(" + BCELifier.printType(type) + "));"); in visitCHECKCAST()
259 _out.println("il.append(_factory.createReturn(" + BCELifier.printType(type) + "));"); in visitReturnInstruction()
340 final String type = (h.getCatchType() == null) ? "null" : BCELifier.printType(h in updateExceptionHandlers()
DBCELifier.java169 + printType(field.getSignature()) + ", \"" + field.getName() + "\", _cp);"); in visitField()
185 + printType(mg.getReturnType()) + ", " in visitMethod()
244 args.append(printType(arg_types[i])); in printArgumentTypes()
253 static String printType( final Type type ) { in printType() method in BCELifier
254 return printType(type.getSignature()); in printType()
258 static String printType( final String signature ) { in printType() method in BCELifier
271 return "new ArrayType(" + printType(at.getBasicType()) + ", " + at.getDimensions() in printType()
/external/tensorflow/tensorflow/core/runtime_fallback/opdefs/
Dtfrt_fallback.h36 void printType(Type type, DialectAsmPrinter &os) const override;
Dtfrt_fallback.cc48 void FallbackDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in tfrt::fallback::FallbackDialect
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.h54 void printType(Type ty, DialectAsmPrinter &os) const override;
Dtfr_ops.cc971 void TFRDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in mlir::TFR::TFRDialect
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.h45 void printType(Type type, DialectAsmPrinter &os) const override;
Dtf_executor.cc120 void TensorFlowExecutorDialect::printType(Type type, in printType() function in mlir::tf_executor::TensorFlowExecutorDialect
/external/tensorflow/tensorflow/compiler/mlir/tfrt/ir/
Dtfrt_fallback.cc49 void FallbackDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in tfrt::fallback::FallbackDialect
Dtfrt_fallback.h36 void printType(Type type, DialectAsmPrinter &os) const override;
/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp998 bool printType = false; in mergeErrorCheck() local
1063 printType = true; in mergeErrorCheck()
1068 printType = true; in mergeErrorCheck()
1072 printType = true; in mergeErrorCheck()
1295 if (printType) { in mergeErrorCheck()
1297printType, symbol.getName(), symbol.getType().getTypeName()) << "\"\n"; in mergeErrorCheck()
1299printType, unitSymbol.getName(), unitSymbol.getType().getTypeName()) << "\"\n"; in mergeErrorCheck()
1302 … << symbol.getType().getCompleteString(true, printQualifiers, printPrecision, printType) << "\"\n"; in mergeErrorCheck()
1304 …unitSymbol.getType().getCompleteString(true, printQualifiers, printPrecision, printType) << "\"\n"; in mergeErrorCheck()
1307 if (printType) { in mergeErrorCheck()
[all …]
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DlinkValidate.cpp968 bool printType = false; in mergeErrorCheck() local
1033 printType = true; in mergeErrorCheck()
1038 printType = true; in mergeErrorCheck()
1042 printType = true; in mergeErrorCheck()
1269 if (printType) { in mergeErrorCheck()
1271printType, symbol.getName(), symbol.getType().getTypeName()) << "\"\n"; in mergeErrorCheck()
1273printType, unitSymbol.getName(), unitSymbol.getType().getTypeName()) << "\"\n"; in mergeErrorCheck()
1276 … << symbol.getType().getCompleteString(true, printQualifiers, printPrecision, printType) << "\"\n"; in mergeErrorCheck()
1278 …unitSymbol.getType().getCompleteString(true, printQualifiers, printPrecision, printType) << "\"\n"; in mergeErrorCheck()
1281 if (printType) { in mergeErrorCheck()
[all …]
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops.h67 void printType(Type type, DialectAsmPrinter &os) const override;
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ir/
Dtf_framework_ops.cc60 void TFFrameworkDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in mlir::kernel_gen::tf_framework::TFFrameworkDialect
/external/tensorflow/tensorflow/core/ir/types/
Ddialect.td47 void printType(::mlir::Type type, ::mlir::DialectAsmPrinter &printer) const;
Ddialect.cc164 void TFTypeDialect::printType(Type type, DialectAsmPrinter &printer) const { in printType() function in mlir::tf_type::TFTypeDialect
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DStablehloOps.h76 void printType(Type type, DialectAsmPrinter &os) const override;
DStablehloOps.cpp5722 void StablehloDialect::printType(Type type, DialectAsmPrinter& os) const { in printType() function in mlir::stablehlo::StablehloDialect
/external/pytorch/torch/csrc/jit/serialization/
Dpython_print.cpp1723 static std::optional<std::string> printType( in printType() function
1728 [&](auto&& t) { return printType(t, type_name_uniquer); }); in printType()
1746 auto type_printer = [&](const c10::Type& t) { return printType(t, uniquer); }; in jitModuleToPythonCodeAndConstants()
/external/tensorflow/tensorflow/dtensor/mlir/
Dlayout_propagation_v2.cc756 printType(arg.getType()); in printRegionArgument()
867 printType(value.getType()); in printOperand()
930 void printType(mlir::Type type) override { type.print(os_); } in printType() function in tensorflow::dtensor::__anon317a64380611::LayoutPrinter
/external/tensorflow/tensorflow/core/ir/
Dops.cc680 p.printType(arg_types[i]); in print()
698 p.printType(result_types[i]); in print()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc421 void TFLDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in mlir::TFL::TFLDialect
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DSVEInstrFormats.td169 class imm8_opt_lsl<int ElementWidth, string printType,
174 let PrintMethod = "printImm8OptLsl<" # printType # ">";
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc8549 void MhloDialect::printType(Type type, DialectAsmPrinter& os) const { in printType() function in mlir::mhlo::MhloDialect
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DSVEInstrFormats.td193 class imm8_opt_lsl<int ElementWidth, string printType,
198 let PrintMethod = "printImm8OptLsl<" # printType # ">";