Home
last modified time | relevance | path

Searched refs:Pending (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp293 Pending.push(SU); in releaseNode()
362 for (unsigned i = 0, e = Pending.size(); i != e; ++i) { in releasePending()
363 SUnit *SU = *(Pending.begin()+i); in releasePending()
376 Pending.remove(Pending.begin()+i); in releasePending()
387 assert(Pending.isInQueue(SU) && "bad ready count"); in removeReady()
388 Pending.remove(Pending.find(SU)); in removeReady()
641 assert(Top.Available.empty() && Top.Pending.empty() && in pickNode()
642 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage"); in pickNode()
DHexagonMachineScheduler.h138 ReadyQueue Pending; member
157 Pending(ID << ConvergingVLIWScheduler::LogMaxQID, Name+".P"), in VLIWSchedBoundary()
/external/llvm/lib/Target/R600/
DR600MachineScheduler.cpp75 (AluInstCount + AvailablesAluCount() + Pending[IDAlu].size()) / in pickNode()
179 MoveUnits(Pending[IDFetch], Available[IDFetch]); in schedNode()
209 Pending[IK].push_back(SU); in releaseBottomNode()
341 std::vector<SUnit *> &QSrc = Pending[IDAlu]; in LoadAlu()
411 while (AvailablesAluCount() || !Pending[IDAlu].empty()) { in pickAlu()
462 MoveUnits(Pending[QID], AQ); in pickOther()
DR600MachineScheduler.h54 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
/external/v8/src/
Dhydrogen-range-analysis.cc11 class Pending { class
13 Pending(HBasicBlock* block, int last_changed_range) in Pending() function in v8::internal::Pending
37 ZoneList<Pending> stack(graph()->blocks()->length(), zone()); in Run()
90 stack.Add(Pending(dominated_blocks->at(i), last_changed_range), zone()); in Run()
95 Pending pending = stack.RemoveLast(); in Run()
Dpromise.js220 case 0: // Pending
/external/v8/src/arm64/
Ddelayed-masm-arm64.h132 enum Pending { enum
139 Pending pending_;
/external/clang/include/clang/Sema/
DAnalysisBasedWarnings.h51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
DExternalSemaSource.h176 SourceLocation> > &Pending) {} in ReadPendingInstantiations()
DMultiplexExternalSemaSource.h325 SmallVectorImpl<std::pair<ValueDecl*, SourceLocation> >& Pending) override;
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1594 Pending.clear(); in reset()
1793 Pending.push(SU); in releaseNode()
2036 for (unsigned i = 0, e = Pending.size(); i != e; ++i) { in releasePending()
2037 SUnit *SU = *(Pending.begin()+i); in releasePending()
2050 Pending.remove(Pending.begin()+i); in releasePending()
2053 DEBUG(if (!Pending.empty()) Pending.dump()); in releasePending()
2062 assert(Pending.isInQueue(SU) && "bad ready count"); in removeReady()
2063 Pending.remove(Pending.find(SU)); in removeReady()
2078 Pending.push(*I); in pickOnlyChoice()
2173 CurrZone.findMaxLatency(CurrZone.Pending.elements())); in setPolicy()
[all …]
/external/clang/lib/AST/
DASTDumper.cpp100 llvm::SmallVector<std::function<void(bool isLastChild)>, 32> Pending; member in __anon59a9c3280111::ASTDumper
128 while (!Pending.empty()) { in dumpChild()
129 Pending.back()(true); in dumpChild()
130 Pending.pop_back(); in dumpChild()
161 unsigned Depth = Pending.size(); in dumpChild()
168 while (Depth < Pending.size()) { in dumpChild()
169 Pending.back()(true); in dumpChild()
170 this->Pending.pop_back(); in dumpChild()
178 Pending.push_back(std::move(dumpWithIndent)); in dumpChild()
180 Pending.back()(false); in dumpChild()
[all …]
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp273 SourceLocation> > &Pending) { in ReadPendingInstantiations()
275 Sources[i]->ReadPendingInstantiations(Pending); in ReadPendingInstantiations()
DSema.cpp657 SmallVector<PendingImplicitInstantiation, 4> Pending; in ActOnEndOfTranslationUnit() local
658 ExternalSource->ReadPendingInstantiations(Pending); in ActOnEndOfTranslationUnit()
660 Pending.begin(), Pending.end()); in ActOnEndOfTranslationUnit()
/external/deqp/doc/testlog-stylesheet/
Dtestlog.css110 .Pending { background: #808080; }
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h567 ReadyQueue Pending; variable
634 Pending(ID << LogMaxQID, Name+".P"), in SchedBoundary()
/external/clang/test/Analysis/
Dctor.mm566 // FIXME: Pending proper implementation of constructors for 'new'.
573 // FIXME: Pending proper implementation of constructors for 'new[]'.
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js1969 module.exports = Pending;
1977 function Pending(message) { class
4288 , Pending = require('./pending')
4400 throw new Pending();
4576 , Pending = require('./pending')
4849 if (err instanceof Pending) {
5050 if (err instanceof Pending) {
5057 if (err instanceof Pending) {
/external/zlib/src/as400/
Dzlib.inc342 D pending 10U 0 Pending bytes
343 D bits 10I 0 Pending bits
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/clang/include/clang/Serialization/
DASTReader.h1832 SourceLocation> > &Pending) override;
/external/llvm/lib/Analysis/
DScalarEvolution.cpp6817 bool Pending; member
6821 Pending = !LoopPreds.insert(Cond).second; in MarkPendingLoopPredicate()
6824 if (!Pending) in ~MarkPendingLoopPredicate()
6836 if (Mark.Pending) in isImpliedCond()
/external/clang/lib/Serialization/
DASTReader.cpp7433 SmallVectorImpl<std::pair<ValueDecl *, SourceLocation> > &Pending) { in ReadPendingInstantiations()
7439 Pending.push_back(std::make_pair(D, Loc)); in ReadPendingInstantiations()