HomeSort by relevance Sort by last modified time
    Searched refs:Readers (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Frontend/
PCHContainerOperations.h 94 llvm::StringMap<std::unique_ptr<PCHContainerReader>> Readers;
103 Readers[Reader->getFormat()] = std::move(Reader);
109 return Readers[Format].get();
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h 50 struct rc_reader * Readers;
radeon_variable.c 48 struct rc_list * readers; local
72 readers = rc_variable_readers_union(var);
74 for ( ; readers; readers = readers->Next) {
75 struct rc_reader * reader = readers->Item;
155 unsigned int chan_end = var->Readers[i].Inst->IP;
156 unsigned int mask = var->Readers[i].WriteMask;
167 if (var->Readers[i].Inst->IP < start) {
169 rc_match_endloop(var->Readers[i].Inst)
    [all...]
radeon_dataflow.h 98 struct rc_reader * Readers;
radeon_pair_schedule.c 62 /** List of all readers (see rc_get_readers() for the definition of
63 * "all readers"), even those outside the basic block this instruction
80 /** For TEX instructions a list of readers */
102 * When this value becomes available, we increase all readers'
105 struct reg_value_reader *Readers;
108 * Number of readers of this value. This is decremented each time
289 for (r = v->Readers; r; r = r->Next) {
392 for(struct reg_value_reader * r = v->Readers; r; r = r->Next) {
866 * XXX If we know what register all the readers are going
912 * will be able to convert all the readers. *
    [all...]
radeon_optimize.c 150 /* Get a list of all the readers of this MOV instruction. */
161 struct rc_instruction * inst = reader_data.Readers[i].Inst;
162 *reader_data.Readers[i].U.I.Src = chain_srcregs(*reader_data.Readers[i].U.I.Src, inst_mov->U.I.SrcReg[0]);
470 struct rc_reader reader = reader_data.Readers[i];
618 * Use the presubtract 1 - src0 for all readers of TEMP[0]. The first source
radeon_dataflow.c 482 memory_pool_array_reserve(pool, struct rc_reader, data->Readers,
484 new = &data->Readers[data->ReaderCount++];
726 * so it could have readers that are above it
728 * readers we jump to the BGNLOOP instruction
811 reader_data->Readers = NULL;
821 * This function will create a list of readers via the rc_reader_data struct.
radeon_pair_regalloc.c 282 struct rc_list * readers = rc_variable_readers_union(variable); local
330 struct rc_reader r = var_ptr->Readers[j];
363 for ( ; readers; readers = readers->Next) {
364 struct rc_reader * r = readers->Item;
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 284 SmallPtrSet<Function *, 64> Readers, Writers;
287 if (!AnalyzeUsesOfPointer(&GV, &Readers,
294 for (Function *Reader : Readers) {
317 Readers.clear();
329 SmallPtrSetImpl<Function *> *Readers,
338 if (Readers)
339 Readers->insert(LI->getParent()->getParent());
348 if (AnalyzeUsesOfPointer(I, Readers, Writers))
351 if (AnalyzeUsesOfPointer(I, Readers, Writers, OkayStoreDest))
372 if (Readers)
    [all...]
  /external/llvm/include/llvm/Analysis/
GlobalsModRef.h 107 SmallPtrSetImpl<Function *> *Readers = nullptr,
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 161 SmallVector<std::unique_ptr<sampleprof::SampleProfileReader>, 5> Readers;
168 // We need to keep the readers around until after all the files are
172 Readers.push_back(std::move(ReaderOrErr.get()));
173 const auto Reader = Readers.back().get();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 489 milliseconds