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

<<21222324252627282930>>

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 416 SmallVector<OverDefinedPairTy, 4> ToErase;
441 SmallVector<OverDefinedPairTy, 4> ToErase;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 116 SmallVector<SDValue, 8> Vals;
421 SmallVector<SDValue, 16> Ops(NumElts);
LegalizeDAG.cpp 16 #include "llvm/ADT/SmallVector.h"
200 SmallVector<int, 8> NewMask;
347 SmallVector<SDValue, 8> Stores;
466 SmallVector<SDValue, 8> Stores;
634 SmallVector<int, 8> ShufOps;
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 813 SmallVector<Value *, 16> Elts;
823 SmallVector<Value *, 16> Elts;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 622 SmallVector<SDValue, 3> Ops;
649 SmallVector<EVT, 2> ResTys;
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 512 SmallVector<const BasicBlock *, 8> F1BBs, F2BBs;
736 SmallVector<Value *, 16> Args;
FunctionAttrs.cpp 302 SmallVector<ArgumentGraphNode*, 4> Uses;
373 SmallVector<Argument*, 4> Uses; // Uses within our SCC.
411 SmallVector<Use*, 32> Worklist;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 255 SmallVector<Instruction *, 4> ToDelete;
466 SmallVector<Value*, 4> NewGEPIndices;
InstCombineCalls.cpp 673 SmallVector<Constant*, 4> NewElems;
    [all...]
InstCombineMulDivRem.cpp 105 SmallVector<Constant *, 4> Elts;
873 SmallVector<UDivFoldAction, 6> UDivActions;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 17 #include "llvm/ADT/SmallVector.h"
142 SmallVector<Instruction*, 16> TheStores;
657 SmallVector<User*, 8> srcUseList(srcAlloca->use_begin(),
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 543 SmallVector<std::string, 4> AsmNames(Registers.size());
653 SmallVector<Record*, 4> ReqFeatures;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 73 SmallVector<const Expr *, 2> CommaLHSs;
74 SmallVector<SubobjectAdjustment, 2> Adjustments;
174 SmallVector<PathEntry, 8> Entries;
361 SmallVector<char, 32> Buffer;
370 SmallVector<char, 32> Buffer;
432 llvm::SmallVector<Cleanup, 16> CleanupStack;
739 SmallVector<char, 128> Buffer;
    [all...]
DeclObjC.cpp 340 SmallVector<ObjCProtocolDecl*, 8> ProtocolRefs;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 496 typedef SmallVector<StackDiagPair, 6> StackDiagVector;
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 143 SmallVector<AttributeList*, 2> savedAttrs;
147 SmallVector<AttributeList*, 2> ignoredTypeAttrs;
    [all...]
AnalysisBasedWarnings.cpp 47 #include "llvm/ADT/SmallVector.h"
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 799 SmallVector<llvm::Value*, 4> filterTypes;
864 SmallVector<llvm::Constant*, 8> Filters;
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 15 #include "llvm/ADT/SmallVector.h"
501 SmallVector<int, 4> Indents;
504 SmallVector<SimpleKey, 4> SimpleKeys;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 118 SmallVector<AttributeItemType, 64> Contents;
604 SetVector<const MCSection *, SmallVector<const MCSection *, 8>,
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 21 #include "llvm/ADT/SmallVector.h"
475 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
Initialization.h 24 #include "llvm/ADT/SmallVector.h"
735 SmallVector<Step, 4> Steps;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 721 SmallVector<PathPieces *, 3> pathStack;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 321 /// Populates the given SmallVector with the bindings in the callee's stack
924 SmallVector<void *, 8> Cache;
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 293 SmallVector<StoredDiagnostic, 8> arcDiags;

Completed in 667 milliseconds

<<21222324252627282930>>