Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dfile.h74 struct Pending { struct
77 OwningPtr<Pending> next; argument
/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
/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h39 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
[all...]
H A DJSONNodeDumper.h36 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
[all...]
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp155 promoteToPendingSet(SmallVectorImpl<InstRef> & Pending) promoteToPendingSet() argument
266 cycleEvent(SmallVectorImpl<ResourceRef> & Freed,SmallVectorImpl<InstRef> & Executed,SmallVectorImpl<InstRef> & Pending,SmallVectorImpl<InstRef> & Ready) cycleEvent() argument
/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h57 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
H A DExternalSemaSource.h180 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.h53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; global() variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-local-non-trivial-variable.cpp28 T Pending; member in async::Future
/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h42 Pending, enumerator
/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h132 ReadyQueue Pending; member
H A DMachineScheduler.h846 ReadyQueue Pending; global() variable
/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp306 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
H A DSema.cpp1132 SmallVector<PendingImplicitInstantiation, 4> Pending; ActOnEndOfTranslationUnitFragment() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h537 ReadPendingInstantiations(llvm::SmallVectorImpl<std::pair<clang::ValueDecl *,clang::SourceLocation>> & Pending) ReadPendingInstantiations() argument
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2104 VarLocSet &Pending = *Iter.second; flushPendingLocs() local
2260 Pending; ExtendRanges() local
H A DInstrRefBasedImpl.cpp2627 Worklist, Pending; buildMLocValueMap() local
3105 Worklist, Pending; buildVLocValueMap() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp889 Pending; run() local
2310 Pending; run() local
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp851 llvm::DenseSet<SymbolID> Pending = {Base}; in insertTransitiveOverrides() local
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp698 Forest Pending; member in syntax::TreeBuilder
/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp132 llvm::StringRef Pending = Dump; replacePtrsInDump() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1235 std::vector<unsigned> Pending; in computeUsedBits() local
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8824 ReadPendingInstantiations(SmallVectorImpl<std::pair<ValueDecl *,SourceLocation>> & Pending) ReadPendingInstantiations() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1119 updateRoot(SmallVectorImpl<SDValue> & Pending) updateRoot() argument
[all...]