Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp55 SmallVector<InstRef, 4> Pending; in issueInstruction() local
96 SmallVector<InstRef, 4> Pending; in cycleStart() local
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devglock.c444 BOOLEAN Pending = FALSE; in AcpiEvReleaseGlobalLock() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet() argument
266 SmallVectorImpl<InstRef> &Pending, in cycleEvent() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h39 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
H A DJSONNodeDumper.h36 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h57 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
H A DExternalSemaSource.h180 virtual void ReadPendingInstantiations( in ReadPendingInstantiations()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.h53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
/freebsd/sys/contrib/dev/acpica/include/platform/
H A Dacenv.h403 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending) Pending = 0 argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h42 Pending, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h132 ReadyQueue Pending; member
H A DMachineScheduler.h846 ReadyQueue Pending; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp306 void MultiplexExternalSemaSource::ReadPendingInstantiations( in ReadPendingInstantiations()
H A DSema.cpp1134 SmallVector<PendingImplicitInstantiation, 4> Pending; in ActOnEndOfTranslationUnitFragment() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h537 std::pair<clang::ValueDecl *, clang::SourceLocation>> &Pending) in ReadPendingInstantiations()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2104 VarLocSet &Pending = *Iter.second; in flushPendingLocs() local
2260 Pending; in ExtendRanges() local
H A DInstrRefBasedImpl.cpp2660 Worklist, Pending; in buildMLocValueMap() local
3139 Worklist, Pending; in buildVLocValueMap() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp889 Pending; in run() local
2310 Pending; in run() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp698 Forest Pending; member in syntax::TreeBuilder
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1235 std::vector<unsigned> Pending; in computeUsedBits() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8824 SmallVectorImpl<std::pair<ValueDecl *, SourceLocation>> &Pending) { in ReadPendingInstantiations()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1119 SDValue SelectionDAGBuilder::updateRoot(SmallVectorImpl<SDValue> &Pending) { in updateRoot()