Home
last modified time | relevance | path

Searched refs:print (Results 551 - 575 of 918) sorted by relevance

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

/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp50 getSubExpr()->print(OS, MAI); in printImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp43 Expr->print(OS, MAI); in printImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h154 void print();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h104 void print(raw_ostream &OS, const Module *) const override;
H A DSlotIndexes.h159 void print(raw_ostream &os) const;
305 li.print(os); in operator <<()
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_single_artifact.bat36 python -c "import struct; print(struct.calcsize('P') * 8)"
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h53 void print(std::ostream& os) const;
158 void print(std::ostream& os ) const;
/third_party/musl/libc-test/src/math/
H A Dfenv.c8 #define error(...) print(__FILE__, __LINE__, __VA_ARGS__)
9 static void print(char *f, int l, char *fmt, ...) in print() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c105 /* as f32 is the default print nothing */ in printf_type()
456 void (*print)(struct opc_operands *operands); member
609 opcs[opc].print(&operands); in print_instr()
/third_party/rust/crates/clap/tests/builder/
H A Dflag_subcommands.rs323 .arg(arg!(-p --print "print something").action(ArgAction::SetTrue)) in flag_subcommand_multiple()
329 .arg(arg!(-p --print "print something").action(ArgAction::SetTrue)), in flag_subcommand_multiple()
340 .get_one::<bool>("print") in flag_subcommand_multiple()
348 .get_one::<bool>("print") in flag_subcommand_multiple()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp612 // print them out after codegen. in compileOptimized()
663 DI.print(DP); in DiagnosticHandler()
703 void print(DiagnosticPrinter &DP) const override { DP << Msg; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModule.h775 void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW,
879 M.print(O, nullptr); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCExpr.h75 void print(raw_ostream &OS, const MCAsmInfo *MAI,
126 E.print(OS, nullptr); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h586 void print(raw_ostream &OS) const { OS << getSourceIndex(); } in print() function in llvm::InstRef
592 IR.print(OS); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h96 void print(raw_ostream &Out) const;
351 Sym.print(OS); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp196 DVI->print(dbg()); in diagnoseMisSizedDbgValue()
248 I.print(dbg());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp466 LLVM_DEBUG(dbgs() << "Create VPInstruction "; VPI->print(dbgs()); in buildGraph()
467 cast<VPInstruction>(Values[0])->print(dbgs()); dbgs() << "\n"); in buildGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp288 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft); in operator <<()
310 size_t BytesUsed = Fmt.print(V.data(), NextBufferSize); in operator <<()
372 // Figure out how many nibbles are needed to print the largest offset in operator <<()
410 // Print any spaces needed for any bytes that we didn't print on this in operator <<()
701 // close stdout twice and print an error the second time. in outs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp239 Diagnostic.print(nullptr, OS, ShowColors); in PrintMessage()
344 // If there were no tabs left, print the rest, we are done. in printSourceLine()
350 // Otherwise, print from i to NextTab. in printSourceLine()
368 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, in print() function in SMDiagnostic
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp361 // We print these only when we have -wasm-keep-registers on for assembly in EmitInstruction()
400 GetExternalSymbolSymbol(MO.getSymbolName())->print(OS, MAI); in PrintAsmOperand()
404 MO.getMBB()->getSymbol()->print(OS, MAI); in PrintAsmOperand()
H A DWebAssemblyMCInstLower.cpp217 MI->print(errs()); in lower()
220 MI->print(errs()); in lower()

Completed in 22 milliseconds

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