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

/freebsd-9.3-release/sys/contrib/dev/acpica/events/
H A Devglock.c326 BOOLEAN Pending = FALSE; local
346 ACPI_RELEASE_GLOBAL_LOCK (AcpiGbl_FACS, Pending);
352 if (Pending)
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator in enum:clang::sema::AnalysisBasedWarnings::VisitFlag
H A DExternalSemaSource.h181 SourceLocation> > &Pending) {}
179 ReadPendingInstantiations( SmallVectorImpl<std::pair<ValueDecl *, SourceLocation> > &Pending) argument
H A DMultiplexExternalSemaSource.h323 SmallVectorImpl<std::pair<ValueDecl*, SourceLocation> >& Pending);
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp289 Pending.push(SU);
358 for (unsigned i = 0, e = Pending.size(); i != e; ++i) {
359 SUnit *SU = *(Pending.begin()+i);
372 Pending.remove(Pending.begin()+i);
383 assert(Pending.isInQueue(SU) && "bad ready count");
384 Pending.remove(Pending.find(SU));
637 assert(Top.Available.empty() && Top.Pending.empty() &&
638 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-9.3-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp76 (AluInstCount + AvailablesAluCount() + Pending[IDAlu].size()) /
176 MoveUnits(Pending[IDFetch], Available[IDFetch]);
206 Pending[IK].push_back(SU);
338 std::vector<SUnit *> &QSrc = Pending[IDAlu];
408 while (AvailablesAluCount() || !Pending[IDAlu].empty()) {
459 MoveUnits(Pending[QID], AQ);
H A DR600MachineScheduler.h54 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; member in class:llvm::R600SchedStrategy
/freebsd-9.3-release/sys/contrib/dev/acpica/include/platform/
H A Dacenv.h203 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending) Pending = 0
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1446 ReadyQueue Pending; member in struct:__anon2149::GenericScheduler::SchedBoundary
1509 Pending.clear();
1529 /// Pending queues extend the ready queues with the same ID and the
1533 Pending(ID << GenericScheduler::LogMaxQID, Name+".P"),
1965 // ILat = max N.depth for N in Available|Pending
1970 RemLatency = std::max(RemLatency, findMaxLatency(Pending.elements()));
2017 Pending.push(SU);
2215 for (unsigned i = 0, e = Pending.size(); i != e; ++i) {
2216 SUnit *SU = *(Pending.begin()+i);
2229 Pending
[all...]
/freebsd-9.3-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.cpp4555 SmallVector<PendingImplicitInstantiation, 4> Pending; local
4556 ExternalSource->ReadPendingInstantiations(Pending);
4558 Pending.begin(), Pending.end());
/freebsd-9.3-release/sys/boot/efi/include/
H A Defiapi.h286 OUT BOOLEAN *Pending,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1636 SourceLocation> > &Pending);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp6159 bool Pending;
6163 Pending = !LoopPreds.insert(Cond).second;
6166 if (!Pending)
6178 if (Mark.Pending)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6494 SmallVectorImpl<std::pair<ValueDecl *, SourceLocation> > &Pending) {
6500 Pending.push_back(std::make_pair(D, Loc));
6493 ReadPendingInstantiations( SmallVectorImpl<std::pair<ValueDecl *, SourceLocation> > &Pending) argument

Completed in 262 milliseconds