/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | Pass.h | 109 /// 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 D | ArchitectureSet.h | 150 void print(raw_ostream &OS) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCompiler.cpp | 142 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 D | ARCInstPrinter.cpp | 131 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 D | AVRMCExpr.cpp | 50 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 D | RISCVMCExpr.cpp | 43 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 D | CSEInfo.h | 154 void print();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineRegionInfo.h | 104 void print(raw_ostream &OS, const Module *) const override;
|
H A D | SlotIndexes.h | 159 void print(raw_ostream &os) const; 305 li.print(os); in operator <<()
|
/third_party/protobuf/kokoro/release/python/windows/ |
H A D | build_single_artifact.bat | 36 python -c "import struct; print(struct.calcsize('P') * 8)"
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.h | 53 void print(std::ostream& os) const; 158 void print(std::ostream& os ) const;
|
/third_party/musl/libc-test/src/math/ |
H A D | fenv.c | 8 #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 D | etnaviv_disasm.c | 105 /* 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 D | flag_subcommands.rs | 323 .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 D | LTOCodeGenerator.cpp | 612 // 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 D | Module.h | 775 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 D | MCExpr.h | 75 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 D | Instruction.h | 586 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 D | Wasm.h | 96 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 D | Debugify.cpp | 196 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 D | VPlanSLP.cpp | 466 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 D | raw_ostream.cpp | 288 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 D | SourceMgr.cpp | 239 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 D | WebAssemblyAsmPrinter.cpp | 361 // 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 D | WebAssemblyMCInstLower.cpp | 217 MI->print(errs()); in lower() 220 MI->print(errs()); in lower()
|