Home
last modified time | relevance | path

Searched defs:Queue (Results 26 – 50 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp344 SmallVector<ModuleFile *, 4> Queue; in visit() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1211 QueueType Queue; in analyzeSolutionSpace() local
1276 bool NewLine, unsigned *Count, QueueType *Queue) { in addNextStateToQueue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h184 PQueue Queue; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp128 SmallVector<const CXXRecordDecl*, 8> Queue; in forallBases() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp778 const Record *Queue = ProcModel.LoadQueue->getValueAsDef("QueueDescriptor"); in EmitLoadStoreQueueInfo() local
786 const Record *Queue = in EmitLoadStoreQueueInfo() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp47 SmallVector<SUnit *, 16> Queue; member
H A DScheduleDAGRRList.cpp1734 std::vector<SUnit *> Queue; member in __anon883beb360311::RegReductionPQBase
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h79 Queue = 6, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp872 std::queue<const WindowsResourceParser::TreeNode *> Queue; in writeDirectoryTree() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h543 std::vector<SUnit*> Queue; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp572 SmallVector<const CFGBlock*, 32> Queue; in getUninitUse() local
H A DUnsafeBufferUsage.cpp165 bool TraverseStmt(Stmt *Node, DataRecursionQueue *Queue = nullptr) { in TraverseStmt()
2851 std::queue<const VarDecl*> Queue{}; in checkUnsafeBufferUsage() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp659 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet() local
H A DSROA.cpp3701 SmallVector<Use *, 8> Queue; member in __anon27169d500d11::AggLoadStoreRewriter
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h172 class Queue; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp314 SmallVector<const CXXRecordDecl*, 8> Queue; // actually a stack in IsDerivedFromInclusive() local
H A DSemaLookup.cpp2326 SmallVector<NamespaceDecl*, 8> Queue; in LookupQualifiedNameInUsingDirectives() local
3104 SmallVector<const Type *, 16> Queue; in addAssociatedClassesAndNamespaces() local
H A DSemaDeclCXX.cpp2647 SmallVector<const CXXRecordDecl*, 8> Queue; in findCircularInheritance() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp1135 std::set<ChainEdge *, decltype(GainComparator)> Queue(GainComparator); in mergeChainPairs() local
H A DInlineFunction.cpp1024 SmallVector<const Metadata *, 16> Queue(MD.begin(), MD.end()); in addRecursiveMetadataUses() local
/freebsd/sys/dev/msk/
H A Dif_mskreg.h580 #define Q_ADDR(Queue, Offs) (B8_Q_REGS + (Queue) + (Offs)) argument
598 #define Y2_PREF_Q_ADDR(Queue, Offs) (Y2_B8_PREF_REGS + (Queue) + (Offs)) argument
1212 #define RB_ADDR(Queue, Offs) (B16_RAM_REGS + (Queue) + (Offs)) argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1835 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector()); in select() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6501 SmallVector<SDValue, 8> Queue(1, SDValue(N, 0)); in combineToCMPB() local
H A DPPCISelLowering.cpp13724 SmallVector<SDNode *, 8> Queue(1, Chain.getNode()); in findConsecutiveLoad() local
/freebsd/contrib/sendmail/src/
H A Dsendmail.h2281 EXTERN QUEUEGRP *Queue[MAXQUEUEGROUPS + 1]; /* queue groups */ variable

123