Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp55 SmallVector<InstRef, 4> Pending; in issueInstruction() local
96 SmallVector<InstRef, 4> Pending; in cycleStart() local
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet()
266 SmallVectorImpl<InstRef> &Pending, in cycleEvent()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h38 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
H A DJSONNodeDumper.h36 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h52 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
H A DExternalSemaSource.h180 virtual void ReadPendingInstantiations( in ReadPendingInstantiations()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.h53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
/openbsd/gnu/llvm/llvm/include/llvm/MCA/
H A DHWEventListener.h42 Pending, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h131 ReadyQueue Pending; member
H A DMachineScheduler.h625 ReadyQueue Pending; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp306 void MultiplexExternalSemaSource::ReadPendingInstantiations( in ReadPendingInstantiations()
H A DSema.cpp1074 SmallVector<PendingImplicitInstantiation, 4> Pending; in ActOnEndOfTranslationUnitFragment() local
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h531 std::pair<clang::ValueDecl *, clang::SourceLocation>> &Pending) in ReadPendingInstantiations()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp777 Pending; in run() local
1955 Pending; in run() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2104 VarLocSet &Pending = *Iter.second; in flushPendingLocs() local
2258 Pending; in ExtendRanges() local
H A DInstrRefBasedImpl.cpp2625 Worklist, Pending; in buildMLocValueMap() local
3103 Worklist, Pending; in buildVLocValueMap() local
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp698 Forest Pending; member in syntax::TreeBuilder
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1235 std::vector<unsigned> Pending; in computeUsedBits() local
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp8510 SmallVectorImpl<std::pair<ValueDecl *, SourceLocation>> &Pending) { in ReadPendingInstantiations()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1073 SDValue SelectionDAGBuilder::updateRoot(SmallVectorImpl<SDValue> &Pending) { in updateRoot()