HomeSort by relevance Sort by last modified time
    Searched refs:SmallVector (Results 251 - 275 of 1038) sorted by null

<<11121314151617181920>>

  /external/clang/lib/AST/
CommentCommandTraits.cpp 57 SmallVector<const CommandInfo *, 2> BestCommand;
  /external/clang/lib/Index/
CommentToXML.cpp 90 SmallVector<const BlockCommandComment *, 4> Returns;
91 SmallVector<const ParamCommandComment *, 8> Params;
92 SmallVector<const TParamCommandComment *, 4> TParams;
94 SmallVector<const BlockContentComment *, 8> MiscBlocks;
    [all...]
  /external/clang/lib/Sema/
TypeLocBuilder.cpp 23 SmallVector<TypeLoc, 4> TypeLocs;
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 23 #include "llvm/ADT/SmallVector.h"
114 SmallVector<CheckerOptInfo, 8> checkerOpts;
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 67 SmallVector<const char *, 4> Args;
  /external/clang/tools/driver/
driver.cpp 30 #include "llvm/ADT/SmallVector.h"
317 SmallVector<const char *, 256> argv;
386 SmallVector<const char *, 8> PrependedOpts;
395 SmallVector<const char *, 8> AppendedOpts;
444 SmallVector<std::pair<int, const Command *>, 4> FailingCommands;
  /external/clang/tools/libclang/
ARCMigrate.cpp 104 SmallVector<StringRef, 32> Files(filePaths, filePaths + numFiles);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 379 SmallVector<Type *, 8> ParamTys(FTy->param_begin(), FTy->param_end());
460 SmallVector<Type *, 8> ParamTys;
472 SmallVector<Value *, 4> Indices(GEP->idx_begin(), GEP->idx_end());
486 SmallVector<const Value *, 8> Arguments(CS.arg_begin(), CS.arg_end());
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 58 SmallVector<ScavengedInfo, 2> Scavenged;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 13 #include "llvm/ADT/SmallVector.h"
154 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs;
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 99 llvm::SmallVector<MCDataFragment *, 4> BundleGroups;
  /external/llvm/include/llvm/Option/
Option.h 13 #include "llvm/ADT/SmallVector.h"
23 typedef SmallVector<const char*, 16> ArgStringList;
  /external/llvm/lib/Analysis/
Delinearization.cpp 111 SmallVector<const SCEV *, 3> Subscripts, Sizes;
EHPersonalities.cpp 49 SmallVector<std::pair<BasicBlock *, BasicBlock *>, 16> Worklist;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 67 SmallVector<const DIExpression *, 1> Expr; /// Complex address.
71 SmallVector<int, 1> FrameIndex; /// Frame index.
220 SmallVector<std::unique_ptr<DbgVariable>, 64> ConcreteVariables;
273 SmallVector<
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 219 SmallVector<MachineOperand, 4> Cond;
489 SmallVector<MachineOperand, 4> Cond;
503 SmallVector<MachineOperand, 0>(), dl);
    [all...]
RegAllocBase.cpp 108 typedef SmallVector<unsigned, 4> VirtRegVec;
ShadowStackGCLowering.cpp 130 SmallVector<Instruction *, 16> Calls;
160 SmallVector<Value *, 16> Args;
201 SmallVector<Constant *, 16> Metadata;
328 SmallVector<std::pair<CallInst *, AllocaInst *>, 16> MetaRoots;
VirtRegMap.cpp 248 SmallVector<SubRangeIteratorPair, 4> SubRanges;
349 SmallVector<unsigned, 8> SuperDeads;
350 SmallVector<unsigned, 8> SuperDefs;
351 SmallVector<unsigned, 8> SuperKills;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 50 SmallVector<EHFrameRelatedSections, 2> UnregisteredEHFrameSections;
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 52 SmallVector<std::pair<unsigned, MCSymbol*>, 4> ThumbIndirectPads;
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 21 #include "llvm/ADT/SmallVector.h"
130 typedef SmallVector<HexagonInstr, HEXAGON_PRESHUFFLE_PACKET_SIZE>
  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 99 SmallVector<unsigned, 3> MustSaveCRs;
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 35 SmallVector<StringRef, 3> Features;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 107 SmallVector<MachineBasicBlock *, 0> Succs;
179 SmallVector<POStackEntry, 16> Stack;
388 SmallVector<MachineBasicBlock *, 8> ScopeTops(MF.getNumBlockIDs() + 1);
432 SmallVector<std::pair<MachineBasicBlock *, bool>, 0> Stack;

Completed in 5248 milliseconds

<<11121314151617181920>>