Home
last modified time | relevance | path

Searched refs:print (Results 351 - 375 of 1047) sorted by relevance

1...<<11121314151617181920>>...42

/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H A Dlsdc_gfxpll.c161 this->funcs->print(this, &printer, false); in loongson_gfxpll_init()
170 .print = loongson_gfxpll_print,
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DCanonicalCharacterData.java101 System.out.print(" "); in dumpEquivalents()
104 System.out.print(Utility.hex(UTF16.charAt(equiv, c), 6)); in dumpEquivalents()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_log.c123 .print = str_print,
238 page->entries[i].type->print(page->entries[i].data, stream); in u_log_page_print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp29 LLVM_DUMP_METHOD void StackLayout::print(raw_ostream &OS) { in print() function in StackLayout
152 LLVM_DEBUG(print(dbgs())); in computeLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DPass.cpp125 // print - Print out the internal state of the pass. This is called by Analyze
126 // to print out the contents of an analysis. Otherwise it is not necessary to
128 void Pass::print(raw_ostream &OS, const Module *) const { in print() function in Pass
129 OS << "Pass::print not implemented for pass: '" << getPassName() << "'!\n"; in print()
133 // dump - call print(cerr);
135 print(dbgs(), nullptr); in dump()
H A DDominators.cpp338 AM.getResult<DominatorTreeAnalysis>(F).print(OS); in run()
381 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print() function in DominatorTreeWrapperPass
382 DT.print(OS); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionELF.cpp60 Subsection->print(OS, &MAI); in PrintSwitchToSection()
106 // If there are target-specific flags, print them. in PrintSwitchToSection()
187 Subsection->print(OS, &MAI); in PrintSwitchToSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h93 bool print(raw_ostream &OS, const DWARFExpression *Expr,
138 void print(raw_ostream &OS, const MCRegisterInfo *RegInfo, DWARFUnit *U,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h45 void print(raw_ostream &Out) const { in print() function
51 void dump() const { print(errs()); } in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp72 getSymbol(MO.getGlobal())->print(O, MAI); in PrintSymbolOperand()
92 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand()
114 // Imm here is in fact global address - print extra modifier. in printSrcMemOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h111 void print(raw_ostream &OS, unsigned Depth = 0) const;
164 void print(raw_ostream &OS, const Module *M = nullptr) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h107 /// print - Convert to human readable form
109 void print(raw_ostream &OS) const;
173 void print(raw_ostream &OS, const Module * = nullptr) const override;
H A DIVUsers.h156 void print(raw_ostream &OS, const Module * = nullptr) const;
184 void print(raw_ostream &OS, const Module * = nullptr) const override;
/third_party/typescript/tests/baselines/reference/
H A DimportCallExpressionNoModuleKindSpecified.js5 print() { return "I am B"}
36 B.prototype.print = function () { return "I am B"; };
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/
H A Dlib_drivers.h30 REGISTER_GLOBAL_FUNCTION_WITH_HANDLER(print, jerryx_handler_print); in DECLARE_JS_WRAPPER_REGISTRATION()
/third_party/mesa3d/src/util/perf/
H A Du_trace_priv.h46 void (*print)(FILE *out, const void *payload); member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInterval.cpp36 void Interval::print(raw_ostream &OS) const { in print() function in Interval
H A DDivergenceAnalysis.cpp421 void DivergenceAnalysis::print(raw_ostream &OS, const Module *) const { in print() function in DivergenceAnalysis
462 void GPUDivergenceAnalysis::print(raw_ostream &OS, const Module *mod) const { in print() function in GPUDivergenceAnalysis
464 DA.print(OS, mod); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopAccessAnalysisPrinter.cpp22 LAI.print(OS, 4); in run()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.h83 void print(std::ostream& os) const;
272 instr.print(os); in operator <<()
278 instr.print(os); in operator <<()
/third_party/node/lib/internal/debugger/
H A Dinspect.js107 // TODO: potentially fetch the protocol and pretty-print it here.
218 this.print(`connecting to ${host}:${port} ..`, false);
245 print(text, appendNewline = false) {
267 this.print(textToPrint, true);
/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_register_coalesce.cpp122 const bool print = getenv("TEST_DEBUG"); in _register_coalesce() local
124 if (print) { in _register_coalesce()
132 if (print) { in _register_coalesce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DArgList.cpp185 void ArgList::print(raw_ostream &O) const { in print() function in ArgList
188 A->print(O); in print()
193 LLVM_DUMP_METHOD void ArgList::dump() const { print(dbgs()); } in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h78 // Once we have this AggBuffer setup, we can choose how to print
92 // We need to keep these values because AggBuffer::print decides whether to
139 void print() { in print() function in llvm::NVPTXAsmPrinter::AggBuffer
141 // print out in bytes in print()
148 // print out in 4-bytes or 8-bytes in print()
170 Name->print(O, AP.MAI); in print()
173 Name->print(O, AP.MAI); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp198 MBB->getSymbol()->print(O, MAI); in printInlineJT()
214 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand()
224 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()

Completed in 14 milliseconds

1...<<11121314151617181920>>...42