HomeSort by relevance Sort by last modified time
    Searched refs:SmallVector (Results 26 - 50 of 776) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/lib/Format/
UnwrappedLineParser.h 114 SmallVector<FormatToken *, 1> CommentsBeforeNextToken;
157 SmallVector<PPBranchKind, 16> PPStack;
BreakableToken.h 187 SmallVector<StringRef, 16> Lines;
192 SmallVector<unsigned, 16> LeadingWhitespace;
197 SmallVector<unsigned, 16> StartOfLineColumn;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.h 20 #include "llvm/ADT/SmallVector.h"
30 llvm::SmallVector<uint8_t, 32> Ops;
31 llvm::SmallVector<unsigned, 8> OpBegins;
  /external/llvm/tools/lli/
RecordingMemoryManager.h 18 #include "llvm/ADT/SmallVector.h"
31 SmallVector<Allocation, 16> AllocatedDataMem;
32 SmallVector<Allocation, 16> AllocatedCodeMem;
  /external/llvm/include/llvm/Support/
GCOV.h 18 #include "llvm/ADT/SmallVector.h"
167 SmallVector<GCOVFunction *, 16> Functions;
183 SmallVector<GCOVBlock *, 16> Blocks;
199 SmallVector<uint32_t, 16> Edges;
212 SmallVector<uint32_t, 4> Lines;
215 typedef SmallVector<uint32_t, 16> LineCounts;
PredIteratorCache.h 15 #include "llvm/ADT/SmallVector.h"
46 SmallVector<BasicBlock*, 32> PredCache(pred_begin(BB), pred_end(BB));
  /external/clang/include/clang/Serialization/
ASTReader.h 42 #include "llvm/ADT/SmallVector.h"
242 typedef SmallVector<uint64_t, 64> RecordData;
360 typedef SmallVector<FileOffset, 2> FileOffsetsTy;
400 SmallVector<std::pair<serialization::reader::ASTDeclContextNameLookupTable *,
415 SmallVector<std::pair<Decl *, uint64_t>, 4> >
463 SmallVector<Module *, 2> SubmodulesLoaded;
509 typedef SmallVector<HiddenName, 2> HiddenNames;
541 SmallVector<UnresolvedModuleRef, 2> UnresolvedModuleRefs;
548 SmallVector<Selector, 16> SelectorsLoaded;
590 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2>
    [all...]
Module.h 199 SmallVector<uint64_t, 4> PreloadSLocEntries;
387 SmallVector<uint64_t, 1> RedeclarationChains;
398 SmallVector<uint64_t, 1> ObjCCategories;
419 SmallVector<uint64_t, 8> PragmaDiagMappings;
  /external/clang/include/clang/Sema/
TemplateDeduction.h 18 #include "llvm/ADT/SmallVector.h"
44 SmallVector<PartialDiagnosticAt, 4> SuppressedDiagnostics;
244 SmallVector<TemplateSpecCandidate, 16> Candidates;
263 typedef SmallVector<TemplateSpecCandidate, 16>::iterator iterator;
  /external/llvm/lib/CodeGen/
InterferenceCache.h 87 SmallVector<RegUnitInfo, 4> RegUnits;
90 SmallVector<BlockInterference, 8> Blocks;
138 SmallVector<unsigned char, 2> PhysRegEntries;
AllocationOrder.h 29 SmallVector<MCPhysReg, 16> Hints;
StackSlotColoring.cpp 17 #include "llvm/ADT/SmallVector.h"
60 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs;
63 SmallVector<unsigned, 16> OrigAlignments;
66 SmallVector<unsigned, 16> OrigSizes;
81 SmallVector<SmallVector<LiveInterval*,4>, 16> Assignments;
271 SmallVector<int, 16> SlotMapping(NumObjs, -1);
272 SmallVector<float, 16> SlotWeights(NumObjs, 0.0);
273 SmallVector<SmallVector<int, 4>, 16> RevMap(NumObjs)
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 182 typedef SmallVector<unsigned, 16> RegUnitList;
225 SmallVector<CodeGenSubRegIndex*, 8> ExplicitSubRegIndices;
226 SmallVector<CodeGenRegister*, 8> ExplicitSubRegs;
229 SmallVector<CodeGenRegister*, 8> ExplicitAliases;
244 std::vector<SmallVector<Record*, 16> > Orders;
249 SmallVector<CodeGenRegisterClass*, 4> SuperClasses;
276 SmallVector<MVT::SimpleValueType, 4> VTs;
444 typedef SmallVector<unsigned, 16> TopoSigId;
457 typedef std::map<SmallVector<CodeGenSubRegIndex*, 8>,
470 SmallVector<RegUnit, 8> RegUnits
    [all...]
  /external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 15 #include "llvm/ADT/SmallVector.h"
51 SmallVector<DiagEntry, 8> Entries;
  /external/llvm/include/llvm/ADT/
SmallString.h 17 #include "llvm/ADT/SmallVector.h"
22 /// SmallString - A SmallString is just a SmallVector with methods and accessors
25 class SmallString : public SmallVector<char, InternalLen> {
31 SmallString(StringRef S) : SmallVector<char, InternalLen>(S.begin(), S.end()) {}
35 SmallString(ItTy S, ItTy E) : SmallVector<char, InternalLen>(S, E) {}
38 SmallString(const SmallString &RHS) : SmallVector<char, InternalLen>(RHS) {}
65 /// Assign from a SmallVector.
91 /// Append from a SmallVector.
  /external/llvm/include/llvm/MC/
MCAsmLayout.h 14 #include "llvm/ADT/SmallVector.h"
38 llvm::SmallVector<MCSectionData*, 16> SectionOrder;
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 14 #include "llvm/ADT/SmallVector.h"
25 SmallVector<DWARFAttribute, 8> Attribute;
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 67 SmallVector<Constant *, 8> Elements(MaxThreads);
110 SmallVector<User *, 16> Users(GV->use_begin(), GV->use_end());
118 SmallVector<Value *, 2> Indices;
134 SmallVector<GlobalVariable *, 16> ThreadLocalGlobals;
  /frameworks/compile/slang/
slang_rs_export_var.h 46 llvm::SmallVector<clang::Expr::EvalResult, 0> mInitArray;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 226 SmallVector<CompileUnit *, 1> CUs;
339 SmallVector<DbgVariable *, 8> CurrentFnArguments;
348 SmallVector<DbgVariable *, 8> > ScopeVariablesMap;
355 SmallVector<DotDebugLocEntry, 4> DotDebugLocEntries;
365 SmallVector<InlineInfoLabels, 4> > InlineInfoMap;
367 SmallVector<const MDNode *, 4> InlinedSPNodes;
381 SmallVector<const MDNode*, 8> UserVariables;
386 typedef DenseMap<const MDNode*, SmallVector<const MachineInstr*, 4> >
390 SmallVector<const MCSymbol *, 8> DebugRangeSymbols;
427 typedef SmallVector<std::pair<const MDNode *, const MDNode *>, 32
    [all...]
  /external/clang/include/clang/AST/
VTTBuilder.h 74 typedef SmallVector<VTTVTable, 64> VTTVTablesVectorTy;
79 typedef SmallVector<VTTComponent, 64> VTTComponentsVectorTy;
  /external/llvm/include/llvm/Analysis/
ProfileDataLoader.h 21 #include "llvm/ADT/SmallVector.h"
104 SmallVector<std::string, 1> CommandLines;
108 SmallVector<unsigned, 32> EdgeCounts;
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 21 #include "llvm/ADT/SmallVector.h"
172 SmallVector<AllocaInst*, 4> StaticAllocas;
176 SmallVector<WeakVH, 8> InlinedCalls;
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 19 #include "llvm/ADT/SmallVector.h"
31 SmallVector<intptr_t, 16> ConstPoolId2AddrMap;
35 SmallVector<intptr_t, 16> JumpTableId2AddrMap;
  /external/clang/tools/libclang/
IndexingContext.h 240 SmallVector<AttrInfo, 2> Attrs;
241 SmallVector<IBOutletCollectionInfo, 2> IBCollAttrs;
242 SmallVector<CXIdxAttrInfo *, 2> CXAttrs;
306 SmallVector<CXIdxObjCProtocolRefInfo, 4> ProtInfos;
307 SmallVector<EntityInfo, 4> ProtEntities;
308 SmallVector<CXIdxObjCProtocolRefInfo *, 4> Prots;
322 SmallVector<CXIdxBaseClassInfo, 4> BaseInfos;
323 SmallVector<EntityInfo, 4> BaseEntities;
324 SmallVector<CXIdxBaseClassInfo *, 4> CXBases;

Completed in 244 milliseconds

12 3 4 5 6 7 8 91011>>