Home
last modified time | relevance | path

Searched refs:print (Results 801 - 825 of 1043) sorted by relevance

1...<<31323334353637383940>>...42

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp201 Node->print(errs(), CurDAG); in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.cpp364 void RegisterAggr::print(raw_ostream &OS) const { in print() function in RegisterAggr
H A DHexagonLoopIdiomRecognition.cpp217 void print(raw_ostream &OS, const Value *V) const;
250 P.C.print(OS, P.V ? P.V : P.C.Root); in operator <<()
286 void Simplifier::Context::print(raw_ostream &OS, const Value *V) const { in print() function in Simplifier::Context
306 print(OS, Op); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp54 // in .cfi_* directives, so print the name of the floating-point in printRegName()
147 // 2. We must print the short mnemonics for TH == 0 because the in printInst()
363 // Operands of BUILD_VECTOR are signed and we use this to print operands
365 // print as unsigned.
408 // selection pass to print .+8, an eight byte displacement from the PC. in printBranchOperand()
458 // assembler requires that we print r0 as 0 (no r) when used as the base. in printMemRegReg()
566 Op.getExpr()->print(O, &MAI); in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp175 LLVM_DEBUG(dbgs() << " "; VI->print(dbgs())); in DumpISELInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp358 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand()
395 return; // don't print "+%g0" in printMemOperand()
398 return; // don't print "+0" in printMemOperand()
414 // See if this is a generic print operand in PrintAsmOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp290 /// printPCRelImm - This is used to print an immediate value that ends up
292 /// Intel-style these print slightly differently than normal immediates.
301 // If a symbolic branch target was added as a constant expression then print in printPCRelImm()
308 // Otherwise, just print the expression. in printPCRelImm()
309 Op.getExpr()->print(O, &MAI); in printPCRelImm()
343 // print K2_K3 as "k3". It would probably make a lot more sense, if in printVKPair()
H A DX86MachObjectWriter.cpp421 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp278 LLVM_DEBUG(MI.print(errs())); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h347 I.print(OS, I.isSigned()); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h968 void print(raw_ostream &, const Module * = nullptr) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h804 /// Used by the MachineFunction printer to print information about
806 void print(const MachineFunction &MF, raw_ostream &OS) const;
/third_party/rust/crates/clap/src/
H A Dmacros.rs647 let _ = color.print();
/third_party/rust/crates/syn/src/
H A Dlib.rs238 //! - **`printing`** *(enabled by default)* — Ability to print a syntax tree
479 mod print; modules
654 /// This visitor will print the name of every freestanding function in the
H A Ddata.rs357 use crate::print::TokensOrDefault;
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidUtil.cpp363 print("Warning: Unsupported rotation"); in mapScreenRotation()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_hist.c4782 data->ops->print(m, data->ops, data); in hist_trigger_show()
5009 data->ops->print(m, data->ops, data); in hist_trigger_debug_show()
5303 .print = event_hist_trigger_print,
5337 .print = event_hist_trigger_print,
5918 .print = event_enable_trigger_print,
5925 .print = event_enable_trigger_print,
5932 .print = event_enable_trigger_print,
5939 .print = event_enable_trigger_print,
H A Dtrace_events.c2131 /* Only print this message if failed on memory allocation */ in event_subsystem_dir()
3002 .print = event_enable_print,
3009 .print = event_enable_print,
3016 .print = event_enable_print,
3023 .print = event_enable_print,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp201 unwrap(DI)->print(DP); in LLVMGetDiagInfoDescription()
391 unwrap(M)->print(errs(), nullptr, in LLVMDumpModule()
404 unwrap(M)->print(dest, nullptr); in LLVMPrintModuleToFile()
421 unwrap(M)->print(os, nullptr); in LLVMPrintModuleToString()
527 return unwrap(Ty)->print(errs(), /*IsForDebug=*/true); in LLVMDumpType()
535 unwrap(Ty)->print(os); in LLVMPrintTypeToString()
838 unwrap(Val)->print(errs(), /*IsForDebug=*/true); in LLVMDumpValue()
846 unwrap(Val)->print(os); in LLVMPrintValueToString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegressionTest.java177 //This will print out todays date for MONTH and DAY_OF_MONTH in Test4040996()
216 * print out a bunch of interesting things logln("ERA: " +
302 System.out.print(""); in Test4061476()
483 System.out.print(""); in Test4092362()
1088 System.out.print(""); in Test4142933()
1172 System.out.print(""); in Test4147269()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCalendarRegressionTest.java180 //This will print out todays date for MONTH and DAY_OF_MONTH in Test4040996()
219 * print out a bunch of interesting things logln("ERA: " +
305 System.out.print(""); in Test4061476()
486 System.out.print(""); in Test4092362()
1091 System.out.print(""); in Test4142933()
1175 System.out.print(""); in Test4147269()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-ia64.S427 print "// *AES_decrypt are autogenerated by the following script:\n#if 0\n"; label
428 open(PROG,'<'.$0); while(<PROG>) { print; } close(PROG);
429 print "#endif\n";
460 print;
425 print "// *AES_decrypt are autogenerated by the following script:\\n#if 0\\n"; global() label
/third_party/openssl/crypto/aes/asm/
H A Daes-ia64.S427 print "// *AES_decrypt are autogenerated by the following script:\n#if 0\n"; label
428 open(PROG,'<'.$0); while(<PROG>) { print; } close(PROG);
429 print "#endif\n";
460 print;
425 print "// *AES_decrypt are autogenerated by the following script:\\n#if 0\\n"; global() label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineVerifier.cpp482 LiveInts->print(errs()); in report()
484 MF->print(errs(), Indexes); in report()
507 MI->print(errs(), /*SkipOpers=*/true); in report()
515 MO->print(errs(), MOVRegType, TRI); in report()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp416 void print(raw_ostream &OS) const override;
449 void HexagonOperand::print(raw_ostream &OS) const { in print() function in HexagonOperand
452 getImm()->print(OS, nullptr); in print()
1297 Diag.print("", errs()); in processInstruction()

Completed in 53 milliseconds

1...<<31323334353637383940>>...42