/external/llvm/utils/TableGen/ |
RegisterInfoEmitter.cpp | 570 typedef SmallVector<uint16_t, 4> DiffVec; 571 typedef SmallVector<unsigned, 4> MaskVec; 645 SmallVector<unsigned, 4> RowMap; 646 SmallVector<SmallVector<CodeGenSubRegIndex*, 4>, 4> Rows; 707 SmallVector<unsigned, 4> SubReg2SequenceIndexMap; 708 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; 710 const SmallVector<MaskRolPair, 1> &IdxSequence 799 SmallVector<DiffVec, 4> SubRegLists(Regs.size()) [all...] |
/external/clang/lib/Format/ |
FormatToken.h | 237 SmallVector<prec::Level, 4> FakeLParens; 271 SmallVector<AnnotatedLine *, 1> Children; 504 SmallVector<unsigned, 8> ColumnSizes; 512 SmallVector<const FormatToken *, 8> Commas; 516 SmallVector<unsigned, 8> ItemLengths; 519 SmallVector<ColumnFormat, 4> Formats;
|
/external/llvm/include/llvm/IR/ |
DIBuilder.h | 43 SmallVector<Metadata *, 4> AllEnumTypes; 45 SmallVector<TrackingMDNodeRef, 4> AllRetainTypes; 46 SmallVector<Metadata *, 4> AllSubprograms; 47 SmallVector<Metadata *, 4> AllGVs; 48 SmallVector<TrackingMDNodeRef, 4> AllImportedModules; 51 SmallVector<TrackingMDNodeRef, 4> UnresolvedNodes; [all...] |
/external/llvm/lib/Analysis/ |
CostModel.cpp | 147 SmallVector<int, 32> Mask(SI->getType()->getVectorNumElements(), -1); 154 SmallVector<int, 16> ActualMask = SI->getShuffleMask(); 338 SmallVector<int, 32> ShuffleMask(NumVecElems, 0); 364 SmallVector<int, 16> Mask = Shuffle->getShuffleMask(); 488 SmallVector<int, 16> Mask = Shuffle->getShuffleMask(); 503 SmallVector<Type*, 4> Tys;
|
LazyCallGraph.cpp | 61 SmallVector<Constant *, 16> Worklist; 112 SmallVector<Constant *, 16> Worklist; 167 SmallVector<const SCC *, 4> AncestorWorklist; 205 SmallVector<LazyCallGraph::SCC *, 1> 236 SmallVector<std::pair<SCC *, SCC::parent_iterator>, 8> DFSSCCs; 321 return SmallVector<SCC *, 1>(ConnectedSCCs.begin(), ConnectedSCCs.end()); 456 SmallVector<LazyCallGraph::SCC *, 1> 463 SmallVector<SCC *, 1> ResultSCCs; 470 SmallVector<Node *, 1> Worklist; 490 SmallVector<std::pair<Node *, Node::iterator>, 4> DFSStack [all...] |
BranchProbabilityInfo.cpp | 130 SmallVector<unsigned, 4> UnreachableEdges; 131 SmallVector<unsigned, 4> ReachableEdges; 205 SmallVector<uint32_t, 2> Weights; 250 SmallVector<unsigned, 4> ColdEdges; 251 SmallVector<unsigned, 4> NormalEdges; 338 SmallVector<unsigned, 8> BackEdges; 339 SmallVector<unsigned, 8> ExitingEdges; 340 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop.
|
/external/llvm/lib/Transforms/Scalar/ |
LoopLoadElimination.cpp | 105 SmallVector<BasicBlock *, 8> Latches; 322 SmallVector<RuntimePointerChecking::PointerCheck, 4> collectMemchecks( 336 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; 428 SmallVector<StoreToLoadForwardingCandidate, 4> Candidates; 453 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks = 518 SmallVector<Loop *, 8> Worklist;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGFast.cpp | 49 SmallVector<SUnit *, 16> Queue; 237 SmallVector<SDNode*, 2> NewNodes; 281 SmallVector<SDep, 4> ChainSuccs; 282 SmallVector<SDep, 4> LoadPreds; 283 SmallVector<SDep, 4> NodePreds; 284 SmallVector<SDep, 4> NodeSuccs; 364 SmallVector<std::pair<SUnit *, SDep>, 4> DelDeps; 401 SmallVector<std::pair<SUnit *, SDep>, 4> DelDeps; 548 SmallVector<SUnit*, 4> NotReady; 549 DenseMap<SUnit*, SmallVector<unsigned, 4> > LRegsMap [all...] |
/external/clang/include/clang/AST/ |
CXXInheritance.h | 24 #include "llvm/ADT/SmallVector.h" 69 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> { 271 typedef SmallVector<UniqueVirtualMethod, 4> ValuesT;
|
/external/clang/include/clang/Basic/ |
FileManager.h | 23 #include "llvm/ADT/SmallVector.h" 129 SmallVector<std::unique_ptr<DirectoryEntry>, 4> VirtualDirectoryEntries; 131 SmallVector<std::unique_ptr<FileEntry>, 4> VirtualFileEntries;
|
/external/clang/include/clang/Sema/ |
MultiplexExternalSemaSource.h | 18 #include "llvm/ADT/SmallVector.h" 42 SmallVector<ExternalSemaSource *, 2> Sources; // doesn't own them. 217 FieldDecl *, llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> &
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpressions.h | 308 return SE.getAddRecExpr(SmallVector<const SCEV *, 3>(op_begin()+1, 499 SmallVector<const SCEV *, 8> Worklist; 585 SmallVector<const SCEV *, 2> Operands; 592 SmallVector<const SCEV *, 2> Operands; 604 SmallVector<const SCEV *, 2> Operands; 612 SmallVector<const SCEV *, 2> Operands; 619 SmallVector<const SCEV *, 2> Operands; 683 SmallVector<const SCEV *, 2> Operands;
|
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 23 #include "llvm/ADT/SmallVector.h" 103 SmallVector<MachineInstr*, 8> ArgDbgValues; 112 SmallVector<unsigned, 50> StatepointStackSlots;
|
StackMaps.h | 14 #include "llvm/ADT/SmallVector.h" 192 typedef SmallVector<Location, 8> LocationVec; 193 typedef SmallVector<LiveOutReg, 8> LiveOutVec;
|
/external/llvm/include/llvm/MC/ |
MCLinkerOptimizationHint.h | 20 #include "llvm/ADT/SmallVector.h" 104 SmallVector<MCSymbol *, 3> Args; 158 SmallVector<MCLOHDirective, 32> Directives;
|
/external/llvm/include/llvm/Transforms/Utils/ |
Cloning.h | 21 #include "llvm/ADT/SmallVector.h" 220 SmallVector<AllocaInst *, 4> StaticAllocas; 224 SmallVector<WeakVH, 8> InlinedCalls;
|
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 576 SmallVector<unsigned, 4> RetPath, CallPath; 577 SmallVector<CompositeType *, 4> RetSubTypes, CallSubTypes; 607 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend()); 608 SmallVector<unsigned, 4> TmpCallPath(CallPath.rbegin(), CallPath.rend()); 693 SmallVector<const MachineBasicBlock *, 16> FuncletBlocks; 694 SmallVector<const MachineBasicBlock *, 16> UnreachableBlocks; 695 SmallVector<const MachineBasicBlock *, 16> SEHCatchPads; 696 SmallVector<std::pair<const MachineBasicBlock *, int>, 16> CatchRetSuccessors;
|
InterferenceCache.h | 88 SmallVector<RegUnitInfo, 4> RegUnits; 91 SmallVector<BlockInterference, 8> Blocks;
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldCOFFX86_64.h | 31 SmallVector<SID, 2> UnregisteredEHFrameSections; 32 SmallVector<SID, 2> RegisteredEHFrameSections;
|
/external/llvm/lib/IR/ |
TypeFinder.cpp | 15 #include "llvm/ADT/SmallVector.h" 43 SmallVector<std::pair<unsigned, MDNode *>, 4> MDForInst; 101 SmallVector<Type *, 4> TypeWorklist;
|
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 179 SmallVector<StringRef, 5> SplitSpec; 237 SmallVector<StringRef, 1> SectionAttrs;
|
/external/llvm/lib/Support/ |
Regex.cpp | 16 #include "llvm/ADT/SmallVector.h" 63 SmallVector<llvm_regmatch_t, 8> pm; 100 SmallVector<StringRef, 8> Matches;
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUMCInstLower.cpp | 123 SmallVector<MCFixup, 4> Fixups; 124 SmallVector<char, 16> CodeBytes;
|
/external/llvm/lib/Transforms/Utils/ |
LoopVersioning.cpp | 40 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) { 97 SmallVector<BasicBlock *, 8> NonVersionedLoopBlocks;
|
/external/llvm/unittests/Support/ |
RegexTest.cpp | 11 #include "llvm/ADT/SmallVector.h" 27 SmallVector<StringRef, 1> Matches; 66 SmallVector<StringRef, 4> Matches;
|