Home
last modified time | relevance | path

Searched refs:print (Results 501 - 525 of 914) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchiveWriter.cpp145 static void print(raw_ostream &Out, object::Archive::Kind Kind, T Val) { in print() function
279 print<uint64_t>(Out, Kind, Val); in printNBits()
281 print<uint32_t>(Out, Kind, Val); in printNBits()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dudbgutil.cpp616 UBool print();
696 UBool KnownIssues::print() in print() function in KnownIssues
758 t->print(); in udbg_knownIssue_print()
/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 <<()
/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()
/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...]
H A DAArch64MCExpr.cpp90 Expr->print(OS, MAI); in printImpl()
/third_party/backends/backend/
H A Dsm3840_lib.h96 static void check_buttons (p_usb_dev_handle udev, int *scan, int *print,
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTreeWalker.java113 System.out.print(Utility.hex(firstComponentChar(set), 6) + ": "); in writeLookupSubtable()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DSourceSet.java85 out.print('\uFEFF'); // BOM in showSourceSet()
/third_party/node/lib/internal/main/
H A Dprint_help.js40 'should print debug information' }],
42 'categories that should print debug output' }],
200 function print(stream) { function
233 print(process.stdout);
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dexceptions.js138 /^--print.*/,
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Ddifferential_fuzz_library.js100 // keep track of differences also when we don't print.
116 print(str);
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.h59 void Find(AstNode* node, bool print = false);
65 int position_; // position of ast node to print
94 // The following routines print a node into a string.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp86 MI->print(dbgs()); in reportFullyCreatedInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp151 print(dbgs()); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h139 LLVM_DUMP_METHOD void print(raw_ostream &OS) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DOption.h214 void print(raw_ostream &O) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDebugCounter.h119 // Dump or print the current counter set into llvm::dbgs().
122 void print(raw_ostream &OS) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp70 MI.print(errs()); in lowerInstruction()

Completed in 31 milliseconds

1...<<21222324252627282930>>...37