/external/clang/lib/Sema/ |
SemaTemplateInstantiateDecl.cpp | 106 SmallVector<UnexpandedParameterPack, 2> Unexpanded; 188 SmallVector<PartialDiagnosticAt, 8> Diags; [all...] |
/external/llvm/lib/Linker/ |
IRMover.cpp | 35 SmallVector<Type *, 16> SpeculativeTypes; 37 SmallVector<StructType *, 16> SpeculativeDstOpaqueTypes; 41 SmallVector<StructType *, 16> SrcDefinitionsToResolve; 192 SmallVector<Type *, 16> Elements; 253 SmallVector<Type *, 4> ElementTypes; [all...] |
/external/llvm/lib/Support/ |
CommandLine.cpp | 97 SmallVector<Option *, 4> PositionalOpts; 98 SmallVector<Option *, 4> SinkOpts; 154 SmallVector<StringRef, 16> OptionNames; 299 SmallVector<StringRef, 16> OptionNames; 766 SmallVector<const char *, 0> ExpandedArgv; 799 SmallVector<const char *, 20> newArgv; 822 SmallVector<const char *, 20> newArgv(argv, argv + argc); 882 SmallVector<std::pair<StringRef, unsigned>, 4> PositionalVals; [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | 348 SmallVector<llvm::Value *, 4> EscapeArgs; 436 SmallVector<llvm::Metadata *, 5> &kernelMDArgs, 445 SmallVector<llvm::Metadata *, 8> addressQuals; 449 SmallVector<llvm::Metadata *, 8> accessQuals; 453 SmallVector<llvm::Metadata *, 8> argTypeNames; 457 SmallVector<llvm::Metadata *, 8> argBaseTypeNames; 462 SmallVector<llvm::Metadata *, 8> argTypeQuals; 466 SmallVector<llvm::Metadata *, 8> argNames; 582 SmallVector<llvm::Metadata *, 5> kernelMDArgs; 743 SmallVector<QualType, 16> ArgTypes [all...] |
CGStmtOpenMP.cpp | 682 llvm::SmallVector<llvm::Value *, 4> Indexes; 747 llvm::SmallVector<llvm::Value *, 4> Indexes; [all...] |
CGExprConstant.cpp | 44 SmallVector<llvm::Constant *, 32> Elements; 328 SmallVector<llvm::Constant *, 16> PackedElements; 443 SmallVector<BaseInfo, 8> Bases; 655 SmallVector<llvm::Constant*, 2> Elts; 656 SmallVector<llvm::Type*, 2> Types; [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocGreedy.cpp | 256 SmallVector<SpillPlacement::BlockConstraint, 8> SplitConstraints; 271 SmallVector<unsigned, 8> ActiveBlocks; 297 SmallVector<GlobalSplitCandidate, 32> GlobalCand; 303 SmallVector<unsigned, 32> BundleCand; 413 typedef SmallVector<HintInfo, 4> HintsInfo; 818 SmallVector<LiveInterval*, 8> Intfs; [all...] |
MachineBasicBlock.cpp | 420 SmallVector<MachineOperand, 4> Cond; 686 SmallVector<MachineOperand, 4> Cond; 734 SmallVector<MachineOperand, 4> Cond; 768 SmallVector<unsigned, 4> KilledRegs; 788 SmallVector<unsigned, 4> UsedRegs; 810 SmallVector<MachineInstr*, 4> Terminators; 820 SmallVector<MachineInstr*, 4> NewTerminators; [all...] |
LiveDebugVariables.cpp | 121 SmallVector<MachineOperand, 4> locations; 293 SmallVector<std::unique_ptr<UserValue>, 8> userValues; 594 SmallVector<std::pair<LiveInterval*, const VNInfo*>, 8> CopyValues; 659 SmallVector<std::pair<SlotIndex, unsigned>, 16> Defs; 685 SmallVector<SlotIndex, 16> Kills; [all...] |
/external/llvm/lib/Analysis/ |
MemoryDependenceAnalysis.cpp | 411 llvm::SmallVector<Value *, 8> LoadOperandsQueue; [all...] |
LoopAccessAnalysis.cpp | 158 SmallVector<RuntimePointerChecking::PointerCheck, 4> 160 SmallVector<PointerCheck, 4> Checks; 305 SmallVector<CheckingPtrGroup, 2> Groups; 742 typedef SmallVector<Value *, 16> ValueVector; [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | 87 SmallVector<EVT, 16> TempVTs; 88 SmallVector<uint64_t, 16> TempOffsets; [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 136 SmallVector<uint32_t, 4> FileChecksums; 140 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; 236 SmallVector<uint32_t, 32> Lines; 259 SmallVector<StringMapEntry<GCOVLines *> *, 32> SortedLinesByFile; 305 SmallVector<GCOVBlock *, 4> OutEdges; 580 SmallVector<std::pair<GlobalVariable *, MDNode *>, 8> CountersBySP; 624 SmallVector<Value *, 2> Idx; [all...] |
ThreadSanitizer.cpp | 25 #include "llvm/ADT/SmallVector.h" 338 SmallVector<Instruction*, 8> RetVec; 339 SmallVector<Instruction*, 8> AllLoadsAndStores; 340 SmallVector<Instruction*, 8> LocalLoadsAndStores; 341 SmallVector<Instruction*, 8> AtomicAccesses; 342 SmallVector<Instruction*, 8> MemIntrinCalls;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILCFGStructurizer.cpp | 17 #include "llvm/ADT/SmallVector.h" 95 void ReverseVector(SmallVector<NodeT *, DEFAULT_VEC_SLOTS> &Src) { 217 //SmallVector<InstrT*, DEFAULT_VEC_SLOTS> succInstr; 291 typedef SmallVector<BlockT *, 32> BlockTSmallerVector; 358 void addDummyExitBlock(SmallVector<BlockT *, DEFAULT_VEC_SLOTS> &RetBlocks); 391 typename SmallVector<BlockT *, DEFAULT_VEC_SLOTS>::const_iterator IterStart, 392 typename SmallVector<BlockT *, DEFAULT_VEC_SLOTS>::const_iterator IterEnd); 405 SmallVector<BlockT *, DEFAULT_VEC_SLOTS> orderedBlks; 468 SmallVector<BlockT *, DEFAULT_VEC_SLOTS> retBlks; 487 for (typename SmallVector<BlockT *, DEFAULT_VEC_SLOTS>::const_iterato [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/llvm/lib/IR/ |
LegacyPassManager.cpp | 519 SmallVector<Pass *, 12> LastUses; 520 SmallVector<Pass *, 12> LastPMUses; 937 SmallVector<Pass *, 12> DeadPasses; [all...] |
Constants.cpp | 20 #include "llvm/ADT/SmallVector.h" 384 SmallVector<const Constant *, 8> WorkList; 864 SmallVector<ElementTy, 16> Elts; 877 SmallVector<ElementTy, 16> Elts; [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 292 SmallVector<unsigned, 4> ArgsParts; 437 SmallVector<CCValAssign, 16> ArgLocs; 528 SmallVector<CCValAssign, 16> RVLocs; 542 SmallVector<SDValue, 4> RetOps(1, Chain); 584 SmallVector<CCValAssign, 16> ArgLocs; 596 SmallVector<std::pair<unsigned, SDValue>, 4> RegsToPass; 597 SmallVector<SDValue, 12> MemOpChains; 681 SmallVector<SDValue, 8> Ops; 719 SmallVector<CCValAssign, 16> RVLocs; [all...] |
/external/clang/lib/AST/ |
CommentParser.cpp | 39 SmallVector<Token, 16> Toks; 440 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs; 554 SmallVector<InlineContentComment *, 8> Content; 668 SmallVector<VerbatimBlockLineComment *, 8> Lines; 764 SmallVector<BlockContentComment *, 8> Blocks;
|
/external/clang/lib/Parse/ |
ParseOpenMP.cpp | 94 SmallVector<Expr *, 5> Identifiers; 172 SmallVector<Expr *, 5> Identifiers; 173 SmallVector<OMPClause *, 5> Clauses; 174 SmallVector<llvm::PointerIntPair<OMPClause *, 1, bool>, OMPC_unknown + 1> [all...] |
/external/clang/tools/libclang/ |
CIndexCodeCompletion.cpp | 256 SmallVector<StoredDiagnostic, 8> Diagnostics; 259 SmallVector<CXStoredDiagnostic *, 8> DiagnosticsWrappers; 281 SmallVector<const llvm::MemoryBuffer *, 1> TemporaryBuffers; 527 SmallVector<CXCompletionResult, 16> StoredResults; 680 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
WinException.cpp | 603 SmallVector<std::pair<const MCExpr *, int>, 4> IPToStateTable; 685 SmallVector<MCSymbol *, 1> HandlerMaps; [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombinePHI.cpp | 134 SmallVector<Value*, 16> FixedOperands(FirstInst->op_begin(), 202 SmallVector<PHINode*, 16> OperandPhis(FixedOperands.size()); 430 SmallVector<Value *, 4> NewIncoming; 711 SmallVector<PHIUsageRecord, 16> PHIUsers; 717 SmallVector<PHINode*, 8> PHIsToSlice; [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Scalarizer.cpp | 31 typedef SmallVector<Value *, 8> ValueVector; 40 typedef SmallVector<std::pair<Instruction *, ValueVector *>, 16> GatherList; 333 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; 447 SmallVector<Scatterer, 8> Ops; 455 SmallVector<Value *, 8> Indices;
|