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

<<21222324252627282930>>

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 22 #include "llvm/ADT/SmallVector.h"
275 SmallVector<SDep, 4> Preds; // All sunit predecessors.
276 SmallVector<SDep, 4> Succs; // All sunit successors.
  /external/llvm/include/llvm/MC/
MCDwarf.h 200 SmallVector<std::string, 3> MCDwarfDirs;
201 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
  /external/llvm/include/llvm/Support/
Allocator.h 24 #include "llvm/ADT/SmallVector.h"
295 SmallVector<void *, 4> Slabs;
298 SmallVector<std::pair<void *, size_t>, 0> CustomSizedSlabs;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 18 #include "llvm/ADT/SmallVector.h"
243 typedef SmallVector<SectionEntry, 64> SectionList;
264 typedef SmallVector<RelocationEntry, 64> RelocationList;
  /external/llvm/lib/Target/AArch64/
AArch64BranchRelaxation.cpp 16 #include "llvm/ADT/SmallVector.h"
84 SmallVector<BasicBlockInfo, 16> BlockInfo;
417 SmallVector<MachineOperand, 2> Cond;
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 34 typedef SmallVector<StackEntry, 16> StackVector;
307 SmallVector <BasicBlock*, 8> Latches;
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 119 SmallVector<BucketElement, 16> Elements;
180 SmallVector<Bucket, 16> Buckets;
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 261 SmallVector<MachineOperand *, 4> AlterMasks;
445 SmallVector<MachineInstr *, 4> CCUsers;
  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 73 SmallVector<MachineInstr *, 4> MovVector;
82 typedef SmallVector<CallContext, 8> ContextVector;
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 21 #include "llvm/ADT/SmallVector.h"
123 SmallVector<Type *, 4> Types;
203 SmallVector<std::pair<Instruction *, Instruction *>, 32> Dead;
282 SmallVector<WeakVH, 8> WorkList(V->user_begin(), V->user_end());
576 SmallVector<Constant*, 8> Idxs;
584 SmallVector<Value*, 8> Idxs;
720 SmallVector<Constant*, 8> Idxs;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 21 #include "llvm/ADT/SmallVector.h"
305 SmallVector<ConstantRange,4> OpRanges;
447 SmallVector<Value*,4> NewOperands;
NaryReassociate.cpp 191 DenseMap<const SCEV *, SmallVector<WeakVH, 2>> SeenExprs;
405 SmallVector<const SCEV *, 4> IndexExprs;
SCCP.cpp 25 #include "llvm/ADT/SmallVector.h"
199 SmallVector<Value*, 64> OverdefinedInstWorkList;
200 SmallVector<Value*, 64> InstWorkList;
203 SmallVector<BasicBlock*, 64> BBWorkList; // The BasicBlock work list
745 SmallVector<bool, 16> SuccFeasible;
    [all...]
ScalarReplAggregates.cpp 24 #include "llvm/ADT/SmallVector.h"
96 SmallVector<Value*, 32> DeadInsts;
518 SmallVector<Value*, 8> Indices(GEP->op_begin()+1, GEP->op_end());
618 SmallVector<Value*, 8> Indices(GEP->op_begin()+1, GEP->op_end());
    [all...]
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 94 SmallVector<std::pair<BasicBlock*, Value*>, 8> PredValues;
355 SmallVector<LoadInst*, 32> LiveInLoads;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 70 SmallVector<Value*, 1> CallArgs;
338 SmallVector<std::string, 1> MAttrs;
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 21 #include "llvm/ADT/SmallVector.h"
60 SmallVector<Constant*, 16> Result;
113 SmallVector<Value*, 8> IdxList;
570 SmallVector<Constant*, 16> res;
734 SmallVector<Constant*, 16> Result;
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaOpenMP.cpp 129 typedef SmallVector<SharingMapTy, 64> StackTy;
140 typedef SmallVector<SharingMapTy, 8>::reverse_iterator reverse_iterator;
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 70 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;
  /external/clang/include/clang/Analysis/
CallGraph.h 142 SmallVector<CallRecord, 5> CalledFunctions;
  /external/clang/include/clang/Driver/
ToolChain.h 18 #include "llvm/ADT/SmallVector.h"
49 typedef SmallVector<std::string, 16> path_list;

Completed in 1366 milliseconds

<<21222324252627282930>>