Searched refs:Pending (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.h65 ReadyQueue *Available[IDLast], *Pending[IDLast]; member in class:llvm::R600SchedStrategy
82 Pending[IDAlu] = new ReadyQueue(QAlu<<4, "PAlu");
83 Pending[IDFetch] = new ReadyQueue(QFetch<<4, "PFetch");
84 Pending[IDOther] = new ReadyQueue(QOther<<4, "POther");
90 delete Pending[I];
H A DR600MachineScheduler.cpp108 Pending[i]->dump();
159 MoveUnits(Pending[IDFetch], Available[IDFetch]);
161 MoveUnits(Pending[IDOther], Available[IDOther]);
170 Pending[IK]->push(SU);
309 ReadyQueue *QSrc = Pending[IDAlu];
378 return Pending[IDAlu]->empty() && AvailableAlus[AluAny].empty() &&
419 MoveUnits(Pending[QID], AQ);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/events/
H A Devglock.c335 BOOLEAN Pending = FALSE; local
355 ACPI_RELEASE_GLOBAL_LOCK (AcpiGbl_FACS, Pending);
361 if (Pending)
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h50 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator in enum:clang::sema::AnalysisBasedWarnings::VisitFlag
H A DExternalSemaSource.h178 SourceLocation> > &Pending) {}
176 ReadPendingInstantiations( SmallVectorImpl<std::pair<ValueDecl *, SourceLocation> > &Pending) argument
H A DMultiplexExternalSemaSource.h323 SmallVectorImpl<std::pair<ValueDecl*, SourceLocation> >& Pending);
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp288 Pending.push(SU);
357 for (unsigned i = 0, e = Pending.size(); i != e; ++i) {
358 SUnit *SU = *(Pending.begin()+i);
371 Pending.remove(Pending.begin()+i);
382 assert(Pending.isInQueue(SU) && "bad ready count");
383 Pending.remove(Pending.find(SU));
638 assert(Top.Available.empty() && Top.Pending.empty() &&
639 Bot.Available.empty() && Bot.Pending
[all...]
H A DHexagonMachineScheduler.h138 ReadyQueue Pending; member in struct:llvm::ConvergingVLIWScheduler::SchedBoundary
153 /// Pending queues extend the ready queues with the same ID and the
157 Pending(ID << ConvergingVLIWScheduler::LogMaxQID, Name+".P"),
/freebsd-10.0-release/sys/contrib/dev/acpica/include/platform/
H A Dacenv.h230 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending) Pending = 0
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1229 ReadyQueue Pending; member in struct:__anon2180::ConvergingScheduler::SchedBoundary
1268 Pending.clear();
1288 /// Pending queues extend the ready queues with the same ID and the
1292 Pending(ID << ConvergingScheduler::LogMaxQID, Name+".P"),
1545 for (ReadyQueue::iterator I = Pending.begin(), E = Pending.end();
1571 Pending.push(SU);
1691 for (unsigned i = 0, e = Pending.size(); i != e; ++i) {
1692 SUnit *SU = *(Pending.begin()+i);
1705 Pending
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp266 SourceLocation> > &Pending) {
268 Sources[i]->ReadPendingInstantiations(Pending);
264 ReadPendingInstantiations( SmallVectorImpl<std::pair<ValueDecl*, SourceLocation> > &Pending) argument
H A DSemaTemplateInstantiateDecl.cpp3713 SmallVector<PendingImplicitInstantiation, 4> Pending; local
3714 ExternalSource->ReadPendingInstantiations(Pending);
3716 Pending.begin(), Pending.end());
/freebsd-10.0-release/sys/boot/efi/include/
H A Defiapi.h286 OUT BOOLEAN *Pending,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1613 SourceLocation> > &Pending);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp6120 bool Pending;
6124 Pending = !LoopPreds.insert(Cond).second;
6127 if (!Pending)
6139 if (Mark.Pending)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6432 SmallVectorImpl<std::pair<ValueDecl *, SourceLocation> > &Pending) {
6438 Pending.push_back(std::make_pair(D, Loc));
6431 ReadPendingInstantiations( SmallVectorImpl<std::pair<ValueDecl *, SourceLocation> > &Pending) argument

Completed in 158 milliseconds