Searched refs:SmallVector (Results 1 - 25 of 1017) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h13 #include "llvm/ADT/SmallVector.h"
29 SmallVector<unsigned char, 4> Loc;
38 SmallVector<Entry, 2> Entries;
41 typedef SmallVector<LocationList, 4> LocationLists;
63 SmallVector<unsigned char, 4> Loc;
68 SmallVector<Entry, 2> Entries;
71 typedef SmallVector<LocationList, 4> LocationLists;
H A DDWARFDebugMacro.h13 #include "llvm/ADT/SmallVector.h"
44 typedef SmallVector<Entry, 4> MacroList;
/external/clang/test/SemaCXX/
H A Dinvalid-instantiated-field-decl.cpp14 class SmallVector : public SmallVectorImpl<T> { class in inherits:SmallVectorImpl
25 SmallVector() : SmallVectorImpl<T>(NumInlineEltsElts) { function in class:SmallVector
34 SmallVector<CallSite, 2> DevirtualizedCalls; // expected-note {{in instantiation of template class 'SmallVector<CallSite, 2>' requested}}
/external/clang/include/clang/Driver/
H A DUtil.h27 typedef SmallVector<Action*, 3> ActionList;
/external/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h66 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> Worklist;
71 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
81 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> PostPromotionWorklist;
91 SetVector<PHINode *, SmallVector<PHINode *, 2>> SpeculatablePHIs;
99 SetVector<SelectInst *, SmallVector<SelectInst *, 2>> SpeculatableSelects;
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h18 #include "llvm/ADT/SmallVector.h"
93 SmallVector<Triple::ArchType, 4> SupportedArchs;
94 SmallVector<Triple::ArchType, 1> HasSubArchs;
95 SmallVector<std::string, 2> SupportedSubArchs; // We need to own the memory
96 SmallVector<Triple::OSType, 4> UnsupportedOSs;
97 SmallVector<Triple::EnvironmentType, 1> UnsupportedEnvironments;
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DObjectBuffer.h18 #include "llvm/ADT/SmallVector.h"
27 ObjectMemoryBuffer(SmallVector<char, N> SV)
33 ObjectMemoryBuffer(SmallVector<char, N> SV, StringRef Name)
42 SmallVector<char, 4096> SV;
/external/clang/include/clang/Sema/
H A DCXXFieldCollector.h19 #include "llvm/ADT/SmallVector.h"
30 SmallVector<FieldDecl*, 32> Fields;
35 SmallVector<size_t, 4> FieldCount;
/external/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
H A DWinEHFuncInfo.h19 #include "llvm/ADT/SmallVector.h"
78 SmallVector<WinEHHandlerType, 1> HandlerArray;
97 SmallVector<CxxUnwindMapEntry, 4> CxxUnwindMap;
98 SmallVector<WinEHTryBlockMapEntry, 4> TryBlockMap;
99 SmallVector<SEHUnwindMapEntry, 4> SEHUnwindMap;
100 SmallVector<ClrEHUnwindMapEntry, 4> ClrEHUnwindMap;
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCustom.h15 #include "llvm/ADT/SmallVector.h"
33 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes);
H A DIPDBDataStream.h15 #include "llvm/ADT/SmallVector.h"
24 typedef llvm::SmallVector<uint8_t, 32> RecordType;
/external/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCustom.cpp24 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) {
/external/llvm/lib/Target/AMDGPU/
H A DR600MachineFunctionInfo.h27 SmallVector<unsigned, 4> LiveOuts;
/external/clang/lib/Format/
H A DUnwrappedLineParser.h138 SmallVector<FormatToken *, 1> CommentsBeforeNextToken;
143 SmallVector<UnwrappedLine, 8> Lines;
148 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
179 SmallVector<PPBranchKind, 16> PPStack;
191 SmallVector<int, 8> PPLevelBranchIndex;
194 SmallVector<int, 8> PPLevelBranchCount;
211 SmallVector<UnwrappedLine, 0> Children;
/external/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h76 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
101 SmallVector<RuntimePointerChecking::PointerCheck, 4> AliasChecks;
/external/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h12 #include "llvm/ADT/SmallVector.h"
23 typedef SmallVector<Inst, 7 > InstSeq;
30 typedef SmallVector<InstSeq, 5> InstSeqLs;
/external/llvm/include/llvm/ADT/
H A DIntEqClasses.h24 #include "llvm/ADT/SmallVector.h"
34 SmallVector<unsigned, 8> EC;
/external/llvm/unittests/MC/
H A DYAMLTest.cpp33 SmallVector<char, 32> Buf;
/external/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h18 #include "llvm/ADT/SmallVector.h"
101 SmallVector<sys::MemoryBlock, 16> PendingMem;
102 SmallVector<FreeMemBlock, 16> FreeMem;
105 SmallVector<sys::MemoryBlock, 16> AllocatedMem;
/external/llvm/lib/CodeGen/
H A DSpillPlacement.h31 #include "llvm/ADT/SmallVector.h"
56 SmallVector<unsigned, 8> Linked;
60 SmallVector<unsigned, 8> RecentPositive;
63 SmallVector<BlockFrequency, 8> BlockFrequencies;
H A DInterleavedAccessPass.cpp84 SmallVector<Instruction *, 32> &DeadInsts);
88 SmallVector<Instruction *, 32> &DeadInsts);
179 LoadInst *LI, SmallVector<Instruction *, 32> &DeadInsts) {
183 SmallVector<ShuffleVectorInst *, 4> Shuffles;
204 SmallVector<unsigned, 4> Indices;
236 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) {
271 SmallVector<Instruction *, 32> DeadInsts;
/external/llvm/include/llvm/IR/
H A DDebugInfo.h22 #include "llvm/ADT/SmallVector.h"
134 SmallVector<DICompileUnit *, 8> CUs;
135 SmallVector<DISubprogram *, 8> SPs;
136 SmallVector<DIGlobalVariable *, 8> GVs;
137 SmallVector<DIType *, 8> TYs;
138 SmallVector<DIScope *, 8> Scopes;
/external/clang/include/clang/Serialization/
H A DModuleManager.h35 SmallVector<ModuleFile *, 2> Chain;
40 SmallVector<ModuleFile *, 2> PCHChain;
44 SmallVector<ModuleFile *, 2> Roots;
61 SmallVector<ModuleFile *, 4> VisitOrder;
71 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex;
94 SmallVector<ModuleFile *, 4> Stack;
98 SmallVector<unsigned, 4> VisitNumber;
H A DGlobalModuleIndex.h21 #include "llvm/ADT/SmallVector.h"
45 using llvm::SmallVector;
92 llvm::SmallVector<unsigned, 4> Dependencies;
100 llvm::SmallVector<ModuleInfo, 16> Modules;

Completed in 797 milliseconds

1234567891011>>