/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.c | 156 unsigned int chan_end = var->Readers[i].Inst->IP; in rc_variable_compute_live_intervals() 157 unsigned int mask = var->Readers[i].WriteMask; in rc_variable_compute_live_intervals() 168 if (var->Readers[i].Inst->IP < start) { in rc_variable_compute_live_intervals() 170 rc_match_endloop(var->Readers[i].Inst); in rc_variable_compute_live_intervals() 195 for (inst = var->Inst; inst != var->Readers[i].Inst; in rc_variable_compute_live_intervals() 242 struct rc_reader reader_a = a->Readers[a_index]; in readers_intersect() 244 struct rc_reader reader_b = b->Readers[b_index]; in readers_intersect() 290 new->Readers = reader_data->Readers; in rc_variable() 413 struct rc_reader * a = &var->Readers[i]; in rc_variable_readers_union() 466 if (reader_equals_src(var->Readers[i], src_type, src)) { in variable_writes_src()
|
D | radeon_variable.h | 50 struct rc_reader * Readers; member
|
D | radeon_pair_schedule.c | 105 struct reg_value_reader *Readers; member 289 for (r = v->Readers; r; r = r->Next) { 392 for(struct reg_value_reader * r = v->Readers; r; r = r->Next) { in commit_update_writes() 972 struct rc_reader reader = sched_inst->GlobalReaders.Readers[i]; in convert_rgb_to_alpha() 1187 (*v)->Readers = reader; in scan_read() 1189 reader->Next = (*v)->Readers; in scan_read() 1190 (*v)->Readers = reader; in scan_read()
|
D | radeon_optimize.c | 163 struct rc_instruction * inst = reader_data.Readers[i].Inst; in copy_propagate() 176 struct rc_instruction * inst = reader_data.Readers[i].Inst; in copy_propagate() 177 …*reader_data.Readers[i].U.I.Src = chain_srcregs(*reader_data.Readers[i].U.I.Src, inst_mov->U.I.Src… in copy_propagate() 487 struct rc_reader reader = reader_data.Readers[i]; in presub_helper()
|
D | radeon_dataflow.h | 98 struct rc_reader * Readers; member
|
D | radeon_dataflow.c | 482 memory_pool_array_reserve(pool, struct rc_reader, data->Readers, in add_reader() 484 new = &data->Readers[data->ReaderCount++]; in add_reader() 811 reader_data->Readers = NULL; in init_get_readers_callback_data()
|
D | radeon_pair_regalloc.c | 381 struct rc_reader r = var_ptr->Readers[j]; in variable_get_class()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 302 SmallPtrSet<Function *, 16> Readers, Writers; in AnalyzeGlobals() local 305 if (!AnalyzeUsesOfPointer(&GV, &Readers, in AnalyzeGlobals() 312 for (Function *Reader : Readers) { in AnalyzeGlobals() 335 Readers.clear(); in AnalyzeGlobals() 347 SmallPtrSetImpl<Function *> *Readers, in AnalyzeUsesOfPointer() argument 356 if (Readers) in AnalyzeUsesOfPointer() 357 Readers->insert(LI->getParent()->getParent()); in AnalyzeUsesOfPointer() 366 if (AnalyzeUsesOfPointer(I, Readers, Writers)) in AnalyzeUsesOfPointer() 369 if (AnalyzeUsesOfPointer(I, Readers, Writers, OkayStoreDest)) in AnalyzeUsesOfPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 736 std::vector<std::unique_ptr<BinaryCoverageReader>> Readers; in create() local 743 Readers.push_back(std::move(ReaderOrErr.get())); in create() 744 return std::move(Readers); in create() 786 Readers.push_back(std::move(Reader)); in create() 798 return std::move(Readers); in create() 804 Readers.push_back(std::move(ReaderOrErr.get())); in create() 805 return std::move(Readers); in create()
|
D | CoverageMapping.cpp | 314 SmallVector<std::unique_ptr<CoverageMappingReader>, 4> Readers; in load() local 333 Readers.push_back(std::move(Reader)); in load() 338 if (Readers.empty() && !ObjectFilenames.empty()) in load() 340 return load(Readers, *ProfileReader); in load()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | GlobalsModRef.h | 117 SmallPtrSetImpl<Function *> *Readers = nullptr,
|
/third_party/tzdata/ |
D | tzfile.5.txt | 157 as they do not support transition times after the year 2038. Readers 181 Readers should calculate the total lengths of the headers and data 238 has a timestamp not less than -2**31. Readers that support only 280 has a nonnegative timestamp. Readers that do not support negative
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 543 …private static readonly Dictionary<System.Type, object> Readers = new Dictionary<System.Type, obje… 579 if (!Readers.TryGetValue(typeof(T), out value))
|
/third_party/libxml2/result/HTML/ |
D | wired.html.err | 200 Readers on Apple's G4 ... AOL's passwords ... MS vs. Linux.</font><br><br> </td 203 Readers on Apple's G4 ... AOL's passwords ... MS vs. Linux.</font><br><br> </td
|
D | wired.html.sax | 1625 SAX.characters(Readers on Apple's G4 ... AOL', 59)
|
/third_party/skia/third_party/externals/tint/docs/ |
D | arch.md | 58 Readers are responsible for parsing a shader program and populating a
|
/third_party/boost/libs/graph_parallel/doc/ |
D | dijkstra_example.rst | 17 three stages. Readers familiar with the BGL may wish to skip ahead to
|
/third_party/boost/libs/graph/doc/ |
D | read_graphviz.rst | 182 Building the GraphViz Readers
|
/third_party/mesa3d/docs/ |
D | dispatch.rst | 6 and introduce the reader to Mesa's implementation. Readers already
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | README.md | 182 means of quality improvement. Readers are invited to peruse the research at
|
/third_party/boost/libs/contract/doc/ |
D | contract_programming_overview.qbk | 13 Readers that already have a basic understanding of contract programming can skip this section and m…
|
/third_party/python/Doc/howto/ |
D | regex.rst | 248 Readers of a reductionist bent may notice that the three other qualifiers can
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 451 Readers may be aware of pattern matching through the simple example of matching
|
/third_party/FreeBSD/ |
D | UPDATING | 1884 placed in the old entry. Readers of this file should also sanity check
|
/third_party/skia/third_party/externals/microhttpd/src/datadir/ |
D | spdy-draft.txt | 2199 Readers may note that this specification sometimes blends the framing
|