Home
last modified time | relevance | path

Searched refs:print (Results 601 - 625 of 1053) sorted by relevance

1...<<21222324252627282930>>...43

/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp640 static void print(const SkTDArray<DrawType>& expected, const SkTDArray<DrawType>& actual) { in print() function
704 print(expected, actual); in test_collapse()
713 print(expected, actual); in test_collapse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValue.h227 void print(raw_ostream &O, bool IsForDebug = false) const;
228 void print(raw_ostream &O, ModuleSlotTracker &MST,
234 /// This is useful when you just want to print 'int %reg126', not the
726 V.print(OS); in operator <<()
H A DMetadata.h122 void print(raw_ostream &OS, const Module *M = nullptr,
124 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
163 MD.print(OS); in operator <<()
1408 void print(raw_ostream &ROS, bool IsForDebug = false) const;
1409 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp290 StartInst->print(OS, /* SkipOpers= */true); in str()
292 LastInst->print(OS, /* SkipOpers= */true); in str()
295 KillInst->print(OS, /* SkipOpers= */true); in str()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp344 llvm::getRegPressure(MRI, LiveIns[RegionIdx]).print(dbgs()); in schedule()
346 PressureBefore.print(dbgs())); in schedule()
360 PressureAfter.print(dbgs())); in schedule()
H A DAMDILCFGStructurizer.cpp91 b->print(dbgs()); \
164 LLVM_DEBUG(MDT->print(dbgs(), (const Module *)nullptr););
166 LLVM_DEBUG(PDT->print(dbgs()););
199 (*iter)->print(dbgs(), 0); in PrintLoopinfo()
1153 HeadMBB->print(dbgs()); in showImproveSimpleJumpintoIf()
1162 TrueMBB->print(dbgs()); in showImproveSimpleJumpintoIf()
1171 FalseMBB->print(dbgs()); in showImproveSimpleJumpintoIf()
1180 LandMBB->print(dbgs()); in showImproveSimpleJumpintoIf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ATTInstPrinter.cpp44 // If verbose assembly is enabled, we can print some informative comments. in printInst()
65 // Thus we add an adjustment here in order to print the "right" instruction. in printInst()
70 // Try to print any aliases first. in printInst()
75 // Next always print the annotation. in printInst()
89 // Custom print the vector compare instructions to get the immediate in printVecCompareInstr()
370 // Don't print unnecessary hex sign bits. in printOperand()
381 Op.getExpr()->print(O, &MAI); in printOperand()
394 // If this has a segment register, print it. in printMemReference()
403 DispSpec.getExpr()->print(O, &MAI); in printMemReference()
430 // If this has a segment register, print i in printSrcIdx()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfo.h437 void print(raw_ostream &OS, bool printTree = true, unsigned level = 0,
807 void print(raw_ostream &OS) const;
965 void print(raw_ostream &OS, const Module *) const override;
/third_party/vk-gl-cts/framework/egl/
H A DegluUtil.cpp520 tcu::print("ERROR: Unknown or unsupported EGL %s type '%s'", objectTypeName, cmdLineArg); in selectFactory()
521 tcu::print("Available EGL %s types:\n", objectTypeName); in selectFactory()
523 tcu::print(" %s: %s\n", registry.getFactoryByIndex(ndx)->getName(), registry.getFactoryByIndex(ndx)->getDescription()); in selectFactory()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c847 print_callchain_entry_fn print, in hist_browser__show_callchain_list()
886 print(browser, chain, str, offset, row, arg); in hist_browser__show_callchain_list()
911 print_callchain_entry_fn print, in hist_browser__show_callchain_flat()
944 print, arg); in hist_browser__show_callchain_flat()
967 print, arg); in hist_browser__show_callchain_flat()
1015 print_callchain_entry_fn print, in hist_browser__show_callchain_folded()
1083 print(browser, first_chain, chain_str, offset, row++, arg); in hist_browser__show_callchain_folded()
1100 print_callchain_entry_fn print, in hist_browser__show_callchain_graph()
1137 print, arg); in hist_browser__show_callchain_graph()
1152 print, ar in hist_browser__show_callchain_graph()
842 hist_browser__show_callchain_list(struct hist_browser *browser, struct callchain_node *node, struct callchain_list *chain, unsigned short row, u64 total, bool need_percent, int offset, print_callchain_entry_fn print, struct callchain_print_arg *arg) hist_browser__show_callchain_list() argument
907 hist_browser__show_callchain_flat(struct hist_browser *browser, struct rb_root *root, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain_flat() argument
1011 hist_browser__show_callchain_folded(struct hist_browser *browser, struct rb_root *root, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain_folded() argument
1096 hist_browser__show_callchain_graph(struct hist_browser *browser, struct rb_root *root, int level, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain_graph() argument
1162 hist_browser__show_callchain(struct hist_browser *browser, struct hist_entry *entry, int level, unsigned short row, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c848 print_callchain_entry_fn print, in hist_browser__show_callchain_list()
887 print(browser, chain, str, offset, row, arg); in hist_browser__show_callchain_list()
912 print_callchain_entry_fn print, in hist_browser__show_callchain_flat()
945 print, arg); in hist_browser__show_callchain_flat()
968 print, arg); in hist_browser__show_callchain_flat()
1016 print_callchain_entry_fn print, in hist_browser__show_callchain_folded()
1084 print(browser, first_chain, chain_str, offset, row++, arg); in hist_browser__show_callchain_folded()
1101 print_callchain_entry_fn print, in hist_browser__show_callchain_graph()
1138 print, arg); in hist_browser__show_callchain_graph()
1153 print, ar in hist_browser__show_callchain_graph()
843 hist_browser__show_callchain_list(struct hist_browser *browser, struct callchain_node *node, struct callchain_list *chain, unsigned short row, u64 total, bool need_percent, int offset, print_callchain_entry_fn print, struct callchain_print_arg *arg) hist_browser__show_callchain_list() argument
908 hist_browser__show_callchain_flat(struct hist_browser *browser, struct rb_root *root, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain_flat() argument
1012 hist_browser__show_callchain_folded(struct hist_browser *browser, struct rb_root *root, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain_folded() argument
1097 hist_browser__show_callchain_graph(struct hist_browser *browser, struct rb_root *root, int level, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain_graph() argument
1163 hist_browser__show_callchain(struct hist_browser *browser, struct hist_entry *entry, int level, unsigned short row, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp62 // Check for special encodings and print the canonical alias instead. in printInst()
72 // SBFM/UBFM should print to a nicer aliased form if possible. in printInst()
220 MI->getOperand(1).getExpr()->print(O, &MAI); in printInst()
227 MI->getOperand(2).getExpr()->print(O, &MAI); in printInst()
885 Op.getExpr()->print(O, &MAI); in printOperand()
950 MO.getExpr()->print(O, &MAI); in printAddSubImm()
997 // If the destination or first source register operand is [W]SP, print in printArithExtend()
998 // UXTW/UXTX as LSL, and if the shift amount is also zero, print nothing at in printArithExtend()
1091 MO.getExpr()->print(O, &MAI); in printUImm12Offset()
1104 MO1.getExpr()->print( in printAMIndexedWB()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp101 void ShaderIO::print(std::ostream& os) const in print() function in r600::ShaderIO
1279 void Shader::print(std::ostream& os) const in print() function in r600::Shader
1284 i.print(os); in print()
1289 o.print(os); in print()
1295 b->print(os); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h117 void print(raw_ostream &OS, const Module *M = nullptr,
119 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
150 MD.print(OS); in operator <<()
1356 void print(raw_ostream &ROS, bool IsForDebug = false) const;
1357 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1261 LLVM_DEBUG(LIS->print(dbgs() << "Before expand-condsets\n", in runOnMachineFunction()
1290 LIS->print(dbgs() << "After coalescing\n", MF.getFunction().getParent())); in runOnMachineFunction()
1307 LIS->print(dbgs() << "After splitting\n", MF.getFunction().getParent())); in runOnMachineFunction()
1315 LLVM_DEBUG(LIS->print(dbgs() << "After predicating\n", in runOnMachineFunction()
1323 LIS->print(dbgs() << "After expand-condsets\n", in runOnMachineFunction()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.h106 void (*print)(struct feat_fd *ff, FILE *fp); member
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dmetadata.hpp139 type->print(os); in get_type_kernel_metadata()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_sched_gm107.h81 void print(int cycle) in print() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp82 LiveIntervalUnion::print(raw_ostream &OS, const TargetRegisterInfo *TRI) const { in print() function in LiveIntervalUnion
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
H A DIRReader.cpp129 Diag.print(nullptr, os, false); in LLVMParseIRInContext()
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dnumber_test.cpp26 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INVALID_NUMBER, _, str)); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
H A DPass.h109 /// print - Print out the internal state of the pass. This is called by
110 /// Analyze to print out the contents of an analysis. Otherwise it is not
115 virtual void print(raw_ostream &OS, const Module *M) const;
119 /// createPrinterPass - Get a Pass appropriate to print the IR this
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h150 void print(raw_ostream &OS) const;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCompiler.cpp142 Err.print(Flags.getAppName().c_str(), llvm::errs()); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp131 SRE->getSymbol().print(OS, MAI); in printExpr()

Completed in 32 milliseconds

1...<<21222324252627282930>>...43