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

<<11121314151617181920>>

  /external/llvm/unittests/Support/
Path.cpp 58 SmallVector<StringRef, 40> paths;
100 SmallVector<StringRef, 5> ComponentStack;
101 for (SmallVector<StringRef, 40>::const_iterator i = paths.begin(),
163 typedef SmallVector<StringRef, 4> PathComponents;
183 typedef SmallVector<StringRef, 4> PathComponents;
203 typedef SmallVector<StringRef, 4> PathComponents;
226 typedef SmallVector<StringRef, 4> PathComponents;
250 typedef SmallVector<StringRef, 4> PathComponents;
275 SmallVector<StringRef, 4> Paths;
288 SmallVector<StringRef, 3> RootPaths
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 150 SmallVector<unsigned, 64> Vals;
277 SmallVector<uint64_t, 64> Record;
325 SmallVector<uint64_t, 64> Record;
343 SmallVector<uint64_t, 64> TypeVals;
573 SmallVector<uint16_t, 64> Vals;
704 SmallVector<unsigned, 64> Vals;
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 110 SmallVector<MachineInstr*, 8> WorkList;
111 SmallVector<MachineInstr*, 8> LocalWorkList;
118 SmallVector<MachineInstr*, 8> DeadDefs;
121 SmallVector<unsigned, 8> InflateRegs;
232 SmallVector<LiveInterval*, 8> SplitLIs;
451 SmallVector<unsigned, 8> NewRegs;
    [all...]
InlineSpiller.cpp 79 SmallVector<unsigned, 8> RegsToSpill;
136 SmallVector<MachineInstr*, 8> DeadDefs;
508 SmallVector<std::pair<unsigned, VNInfo*>, 8> WorkList;
547 SmallVector<VNInfo*, 8> PHIs, NonPHIs;
761 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList;
825 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList;
860 SmallVector<std::pair<MachineInstr *, unsigned>, 8> Ops;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 435 SmallVector<MachineOperand,2> Cond;
582 SmallVector<MachineOperand,2> Cond;
595 SmallVector<MachineOperand,2> LCond;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 71 typedef SmallVector<std::pair<Constant*, BasicBlock*>, 8> PredValueInfoTy;
357 SmallVector<std::pair<const BasicBlock*,const BasicBlock*>, 32> Edges;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 56 #include "llvm/ADT/SmallVector.h"
348 typedef SmallVector<PHINode*, 4> PhiVector;
352 typedef SmallVector<Value*, 2> VectorParts;
528 SmallVector<BasicBlock *, 4> LoopVectorBody;
532 SmallVector<BasicBlock *, 4> LoopBypassBlocks;
542 SmallVector<std::pair<StoreInst*,Value*>, 4> PredicatedStores;
623 SmallVector<std::pair<unsigned, MDNode *>, 4> Metadata;
    [all...]
SLPVectorizer.cpp 229 SmallVector<std::pair<unsigned, MDNode *>, 4> Metadata;
359 typedef SmallVector<Value *, 8> ValueList;
360 typedef SmallVector<Instruction *, 16> InstrList;
362 typedef SmallVector<StoreInst *, 8> StoreList;
531 typedef SmallVector<ExternalUser, 16> UserList;
577 SmallVector<std::unique_ptr<Instruction>, 8> DeletedInstructions;
690 SmallVector<ScheduleData *, 4> MemoryDependencies;
864 struct ReadyList : SmallVector<ScheduleData *, 8> {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 18 #include "llvm/ADT/SmallVector.h"
112 SmallVector<Constant *, 4> TyInfo;
441 SmallVector<Instruction *, 64> InstructionList;
566 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 271 SmallVector<const SCEV *, 4> NewMulOps(M->op_begin(), M->op_end());
308 SmallVector<const SCEV *, 8> NoAddRecs(Ops.begin(), Ops.end() - NumAddRecs);
309 SmallVector<const SCEV *, 8> AddRecs(Ops.end() - NumAddRecs, Ops.end());
334 SmallVector<const SCEV *, 8> AddRecs;
394 SmallVector<Value *, 4> GepIndices;
395 SmallVector<const SCEV *, 8> Ops(op_begin, op_end);
412 SmallVector<const SCEV *, 8> ScaledOps;
416 SmallVector<const SCEV *, 8> NewOps;
677 SmallVector<std::pair<const Loop *, const SCEV *>, 8> OpsAndLoops;
699 SmallVector<const SCEV *, 4> NewOps
    [all...]
PHITransAddr.cpp 95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end());
218 SmallVector<Value*, 8> GEPOps;
400 SmallVector<Value*, 8> GEPOps;
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 122 SmallVector<unsigned, 64> Vals;
143 SmallVector<uint64_t, 64> Record;
173 SmallVector<unsigned, 64> NameVals;
217 SmallVector<uint64_t, 64> TypeVals;
466 SmallVector<unsigned, 64> Vals;
647 SmallVector<uint64_t, 64> Record;
696 SmallVector<uint64_t, 64> Record;
717 SmallVector<uint64_t, 64> Record;
721 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs;
746 SmallVector<uint64_t, 64> Record
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 145 SmallVector<unsigned, 64> Vals;
166 SmallVector<uint64_t, 64> Record;
188 SmallVector<uint64_t, 64> TypeVals;
477 SmallVector<unsigned, 64> Vals;
674 SmallVector<uint64_t, 64> Record;
723 SmallVector<uint64_t, 64> Record;
744 SmallVector<uint64_t, 64> Record;
748 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs;
773 SmallVector<uint64_t, 64> Record;
777 SmallVector<StringRef, 4> Names
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 252 SmallVector<diag::kind, 256> GroupDiags;
275 SmallVector<diag::kind, 8> GroupDiags;
306 SmallVector<diag::kind, 8> GroupDiags;
328 SmallVector<diag::kind, 64> AllDiags;
665 SmallVector<DiagnosticsEngine::ArgumentValue, 8> FormattedArgs;
669 SmallVector<intptr_t, 2> QualTypeVals;
670 SmallVector<char, 64> Tree;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 133 SmallVector<Stmt *, 16> Stmts;
289 SmallVector<Decl *, 16> Decls;
319 SmallVector<IdentifierInfo *, 16> Names;
320 SmallVector<StringLiteral*, 16> Constraints;
321 SmallVector<Stmt*, 16> Exprs;
329 SmallVector<StringLiteral*, 16> Clobbers;
347 SmallVector<Token, 16> AsmToks;
357 SmallVector<std::string, 16> ClobbersData;
358 SmallVector<StringRef, 16> Clobbers;
368 SmallVector<Expr*, 16> Exprs
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 204 SmallVector<CCValAssign, 16> ArgLocs;
280 SmallVector<CCValAssign, 16> ArgLocs;
307 SmallVector<std::pair<unsigned, SDValue>, 5> RegsToPass;
359 SmallVector<SDValue, 8> Ops;
394 SmallVector<CCValAssign, 16> RVLocs;
410 SmallVector<SDValue, 4> RetOps(1, Chain);
442 SmallVector<CCValAssign, 16> RVLocs;
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 95 typedef DenseMap<const BasicBlock *, SmallVector<const BasicBlock *, 8>>
143 SmallVector<BasicBlock *, 8> Descendants,
578 SmallVector<CallsiteLocation, 10> S;
679 SmallVector<CallInst *, 10> CIS;
734 BasicBlock *BB1, SmallVector<BasicBlock *, 8> Descendants,
768 SmallVector<BasicBlock *, 8> DominatedBBs;
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 23 #include "llvm/ADT/SmallVector.h"
97 SmallVector<BasicBlock *, 32> DefiningBlocks;
98 SmallVector<BasicBlock *, 32> UsingBlocks;
257 SmallVector<DbgDeclareInst *, 8> AllocaDbgDeclares;
445 typedef SmallVector<std::pair<unsigned, StoreInst *>, 64> StoresByIndexTy;
614 SmallVector<BasicBlock *, 32> PHIBlocks;
733 SmallVector<BasicBlock *, 16> Preds(pred_begin(BB), pred_end(BB));
783 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(Info.UsingBlocks.begin(),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 13 #include "llvm/ADT/SmallVector.h"
157 SmallVector<Instruction *, 64> InstructionList;
165 SmallVector<Instruction*, 64> InstsWithTBAATag;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 503 SmallVector<SDValue, 8> Ops(N->getNumOperands());
796 SmallVector<SDValue, 8> LoOps(N->op_begin(), N->op_begin()+LoNumElts);
799 SmallVector<SDValue, 8> HiOps(N->op_begin()+LoNumElts, N->op_end());
817 SmallVector<SDValue, 8> LoOps(N->op_begin(), N->op_begin()+NumSubvectors);
820 SmallVector<SDValue, 8> HiOps(N->op_begin()+NumSubvectors, N->op_end());
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 18 #include "llvm/ADT/SmallVector.h"
199 SmallVector<Instruction *, 64> InstructionList;
329 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
643 SmallVector<Constant*, 64> NewOps;
835 SmallVector<uint64_t, 64> Record;
837 SmallVector<AttributeSet, 8> Attrs;
897 SmallVector<uint64_t, 64> Record;
    [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 297 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
399 typedef SmallVector<const CXXRecordDecl *, 1> BasePath;
447 typedef SmallVector<VPtrInfo *, 2> VPtrInfoVector;
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 22 #include "llvm/ADT/SmallVector.h"
560 typedef SmallVector<CheckDeclFunc, 4> CachedDeclCheckers;
571 typedef SmallVector<CheckStmtFunc, 4> CachedStmtCheckers;
619 SmallVector<CheckEventFunc, 4> Checkers;
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 40 llvm::SmallVector<llvm::Function *, 16> EmittedKernels;
44 llvm::SmallVector<llvm::GlobalVariable *, 16> GpuBinaryHandles;
120 SmallVector<llvm::Value *, 16> ArgValues;

Completed in 5294 milliseconds

<<11121314151617181920>>