Home
last modified time | relevance | path

Searched defs:Pending (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp55 SmallVector<InstRef, 4> Pending; in issueInstruction() local
96 SmallVector<InstRef, 4> Pending; in cycleStart() local
/netbsd-src/sys/external/bsd/acpica/dist/events/
H A Devglock.c336 BOOLEAN Pending = FALSE; in AcpiEvReleaseGlobalLock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet()
266 SmallVectorImpl<InstRef> &Pending, in cycleEvent()
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Daccygwin.h83 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending) Pending = 1 argument
H A Dacenv.h295 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending) Pending = 0 argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h37 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
H A DJSONNodeDumper.h36 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h54 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
H A DExternalSemaSource.h182 virtual void ReadPendingInstantiations( in ReadPendingInstantiations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.h53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h42 Pending, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h138 ReadyQueue Pending; member
H A DHexagonBitSimplify.cpp1207 std::vector<unsigned> Pending; in computeUsedBits() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp300 void MultiplexExternalSemaSource::ReadPendingInstantiations( in ReadPendingInstantiations()
H A DSema.cpp988 SmallVector<PendingImplicitInstantiation, 4> Pending; in ActOnEndOfTranslationUnitFragment() local
/netbsd-src/sys/arch/prep/include/
H A Dnvram.h73 Pending = 1, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h622 ReadyQueue Pending; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1953 VarLocSet &Pending = *Iter.second.get(); in flushPendingLocs() local
2096 Pending; in ExtendRanges() local
H A DInstrRefBasedImpl.cpp2366 Worklist, Pending; in mlocDataflow() local
2894 Worklist, Pending; in vlocDataflow() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp693 Forest Pending; member in syntax::TreeBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1044 SDValue SelectionDAGBuilder::updateRoot(SmallVectorImpl<SDValue> &Pending) { in updateRoot()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8396 SmallVectorImpl<std::pair<ValueDecl *, SourceLocation>> &Pending) { in ReadPendingInstantiations()