Home
last modified time | relevance | path

Searched defs:dump (Results 401 - 425 of 434) sorted by relevance

1...<<1112131415161718

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp158 LLVM_DUMP_METHOD void SuspendCrossingInfo::dump(StringRef Label, in dump() function in SuspendCrossingInfo
167 LLVM_DUMP_METHOD void SuspendCrossingInfo::dump() const { in dump() function in SuspendCrossingInfo
322 static void dump(StringRef Title, SpillInfo const &Spills) { dump() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp320 void dump() { Reader->dump(); } in dump() function in __anon25041::SampleProfileLoader
489 void dump() { SampleLoader.dump(); } in dump() function in __anon25041::SampleProfileLoaderLegacyPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp638 LLVM_DUMP_METHOD void GVN::dump(DenseMap<uint32_t, Value*>& d) const { in dump() function in GVN
H A DInductiveRangeCheckElimination.cpp177 void dump() { in dump() function in __anon25121::InductiveRangeCheck
H A DRewriteStatepointsForGC.cpp688 void dump() const { in dump() function in __anon25187::BDVState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h517 void dump() const { print(dbgs()); } in dump() function in llvm::BlockFrequencyInfoImplBase
/third_party/python/Python/
H A Dmarshal.c523 PyObject *dump = PyMarshal_WriteObjectToString(value, p->version); in w_complex_object() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_local.h153 void (*dump)(snd_pcm_t *pcm, snd_output_t *out); member
/third_party/icu/icu4c/source/i18n/
H A Dcalendar.cpp122 void Calendar::dump() const { in dump() function in Calendar
/third_party/node/deps/icu-small/source/i18n/
H A Dcalendar.cpp125 void Calendar::dump() const { in dump() function in Calendar
/third_party/python/Tools/clinic/
H A Dclinic.py1803 def dump(self): member in BufferSeries
1847 def dump(self): member in Destination
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp122 void Calendar::dump() const { in dump() function in Calendar
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp410 LLVM_DUMP_METHOD void DependenceInfo::Constraint::dump(raw_ostream &OS) const { in dump() function in DependenceInfo::Constraint
591 void Dependence::dump(raw_ostream &OS) const { in dump() function in Dependence
H A DMemorySSA.cpp1869 LLVM_DUMP_METHOD void MemorySSA::dump() const { print(dbgs()); } in dump() function in MemorySSA
2220 void MemoryAccess::dump() const { in dump() function in MemoryAccess
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp690 void dump(raw_ostream &OS) const { in dump() function
694 LLVM_DUMP_METHOD void dump() const { dump(dbgs()); } in dump() function
1364 LLVM_DUMP_METHOD void dump() const { print(dbgs()); } in dump() function in llvm::slpvectorizer::BoUpSLP::VLOperands
1583 LLVM_DUMP_METHOD void dump() const { in dump() function in llvm::slpvectorizer::BoUpSLP
1851 void dump(raw_ostream &os) const { in dump() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.h852 void dump(const Cfg *Func) const { in dump() function in Ice::MIPS32::TargetMIPS32::ComputationTracker
H A DPNaClTranslator.cpp159 void ExtendedType::dump(Ice::Ostream &Stream) const { in dump() function in __anon25529::ExtendedType
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp3874 void Builder::dump(std::vector<unsigned int>& out) const in dump() function in Builder
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2886 LLVM_DUMP_METHOD void SMSchedule::dump() const { print(dbgs()); } in dump() function in SMSchedule
2887 LLVM_DUMP_METHOD void NodeSet::dump() cons in dump() function in NodeSet
[all...]
H A DMachineScheduler.cpp599 LLVM_DUMP_METHOD void ReadyQueue::dump() const { in dump() function in ReadyQueue
1166 void ScheduleDAGMILive::dump() const { in dump() function in ScheduleDAGMILive
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp4466 void Value::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; } in dump() function in Value
4470 void Type::dump() const { print(dbgs(), /*IsForDebug=*/true); dbgs() << '\n'; } in dump() function in Type
4474 void Module::dump() const { in dump() function in Module
4481 void Comdat::dump() const { print(dbgs(), /*IsForDebug=*/true); } in dump() function in Comdat
4485 void NamedMDNode::dump() cons function in NamedMDNode
4488 void Metadata::dump() const { dump(nullptr); } dump() function in Metadata
4491 void Metadata::dump(const Module *M) const { dump() function in Metadata
4498 void ModuleSummaryIndex::dump() const { print(dbgs(), /*IsForDebug=*/true); } dump() function in ModuleSummaryIndex
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1205 inline void SDValue::dump() const { in dump() function in llvm::SDValue
1209 inline void SDValue::dump(const SelectionDAG *G) const { in dump() function in llvm::SDValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp109 void dump(SelectionDAG *DAG = nullptr) { in dump() function
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c181 bool dump = r600_can_dump_shader(&rctx->screen->b, processor); in r600_pipe_shader_create() local
/third_party/skia/src/core/
H A DSkPath.cpp1900 void SkPath::dump(SkWStream* wStream, bool dumpAsHex) const { in dump() function in SkPath
1950 void SkPath::dump(std::string& desc, int depth) const { in dump() function in SkPath

Completed in 117 milliseconds

1...<<1112131415161718