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

<<11121314151617181920>>

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 327 SmallVector <llvm::Value*, 5> &kernelMDArgs,
334 SmallVector<llvm::Value*, 8> addressQuals;
338 SmallVector<llvm::Value*, 8> accessQuals;
342 SmallVector<llvm::Value*, 8> argTypeNames;
346 SmallVector<llvm::Value*, 8> argTypeQuals;
350 SmallVector<llvm::Value*, 8> argNames;
434 SmallVector <llvm::Value*, 5> kernelMDArgs;
540 SmallVector<QualType, 16> ArgTypes;
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 78 SmallVector<unsigned, 8> RegsToSpill;
135 SmallVector<MachineInstr*, 8> DeadDefs;
494 SmallVector<std::pair<unsigned, VNInfo*>, 8> WorkList;
529 SmallVector<VNInfo*, 8> PHIs, NonPHIs;
744 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList;
806 SmallVector<std::pair<LiveInterval*, VNInfo*>, 8> WorkList;
869 SmallVector<std::pair<MachineInstr*, unsigned>, 8> Ops;
    [all...]
LiveRangeEdit.cpp 202 SmallVector<unsigned, 8> Ops;
243 SmallVector<unsigned, 8> RegsToErase;
371 SmallVector<LiveInterval*, 8> Dups(1, LI);
PeepholeOptimizer.cpp 186 SmallVector<MachineOperand*, 8> Uses;
189 SmallVector<MachineOperand*, 8> ExtendedUses;
402 SmallVector<MachineOperand, 4> Cond;
RegAllocGreedy.cpp 180 SmallVector<SpillPlacement::BlockConstraint, 8> SplitConstraints;
195 SmallVector<unsigned, 8> ActiveBlocks;
221 SmallVector<GlobalSplitCandidate, 32> GlobalCand;
227 SmallVector<unsigned, 32> BundleCand;
653 SmallVector<LiveInterval*, 8> Intfs;
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 401 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end());
561 SmallVector<std::pair<unsigned, AttributeSetNode*>, 8> AttrPairVec;
565 SmallVector<Attribute, 4> AttrVec;
593 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs;
619 SmallVector<std::pair<unsigned, Attribute>, 8> Attrs;
630 SmallVector<std::pair<unsigned, AttributeSetNode*>, 8> AttrNodeVec;
641 SmallVector<std::pair<unsigned, AttributeSetNode *>, 8>::iterator
692 SmallVector<AttributeSet, 4> AttrSet;
745 SmallVector<AttributeSet, 4> AttrSet;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 372 SmallVector<MachineOperand,2> Cond;
480 SmallVector<MachineOperand,2> Cond;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 244 SmallVector<SDValue, 8> Ops(NumIntermediates);
490 SmallVector<SDValue, 16> Ops;
545 SmallVector<SDValue, 8> Ops(NumIntermediates);
589 SmallVector<EVT, 4> ValueVTs;
600 SmallVector<MVT, 4> RegVTs;
606 SmallVector<unsigned, 4> Regs;
610 RegsForValue(const SmallVector<unsigned, 4> &regs,
688 SmallVector<SDValue, 4> Values(ValueVTs.size());
689 SmallVector<SDValue, 8> Parts;
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 89 SmallVector<TargetInfo::ConstraintInfo, 4> OutputConstraintInfos;
126 SmallVector<TargetInfo::ConstraintInfo, 4> InputConstraintInfos;
210 SmallVector<GCCAsmStmt::AsmStringPiece, 8> Pieces;
SemaTemplateInstantiateDecl.cpp 91 SmallVector<UnexpandedParameterPack, 2> Unexpanded;
680 SmallVector<Decl*, 4> Enumerators;
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 245 SmallVector<ModuleFile *, 4> Queue;
247 llvm::SmallVector<unsigned, 4> UnusedIncomingEdges;
372 SmallVector<bool, 16> Visited(size(), false);
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 139 typedef SmallVector<LiveRange,4> Ranges;
140 typedef SmallVector<VNInfo*,4> VNInfoList;
496 SmallVector<LiveRange, 16> Spills;
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end());
218 SmallVector<Value*, 8> GEPOps;
401 SmallVector<Value*, 8> GEPOps;
ScalarEvolution.cpp 857 SmallVector<const SCEV *, 4> Operands;
872 SmallVector<const SCEV *, 4> Operands;
    [all...]
TargetTransformInfo.cpp 334 SmallVector<Type *, 8> ParamTys(FTy->param_begin(), FTy->param_end());
380 SmallVector<Type *, 8> ParamTys;
404 SmallVector<const Value *, 8> Arguments;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 206 SmallVector<uint8_t, 128> ArgData;
209 SmallVector<void*, 16> values(NumArgs);
222 SmallVector<uint8_t, 128> ret;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 413 SmallVector<std::pair<CallSite, int>, 16> CallSites;
419 SmallVector<std::pair<Function*, int>, 8> InlineHistory;
579 SmallVector<CallGraphNode*, 16> FunctionsToRemove;
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 110 SmallVector<ObjCImplementationDecl *, 8> ClassImplementation;
111 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
116 SmallVector<ObjCInterfaceDecl*, 32> ObjCInterfacesSeen;
118 SmallVector<ObjCInterfaceDecl*, 8> DefinedNonLazyClasses;
121 SmallVector<ObjCCategoryDecl *, 8> DefinedNonLazyCategories;
123 SmallVector<Stmt *, 32> Stmts;
124 SmallVector<int, 8> ObjCBcLabelNo;
131 SmallVector<BlockExpr *, 32> Blocks;
132 SmallVector<int, 32> InnerDeclRefsCount;
133 SmallVector<DeclRefExpr *, 32> InnerDeclRefs
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 61 SmallVector<Regex*, 4> RegexList;
683 SmallVector<std::pair<unsigned, SmallVector<Record *, 8> >, 4> ClassInstrs;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 55 #include "llvm/ADT/SmallVector.h"
172 typedef SmallVector<PHINode*, 4> PhiVector;
176 typedef SmallVector<Value*, 2> VectorParts;
316 SmallVector<BasicBlock *, 4> LoopBypassBlocks;
469 SmallVector<TrackingVH<Value>, 2> Pointers;
471 SmallVector<const SCEV*, 2> Starts;
473 SmallVector<const SCEV*, 2> Ends;
475 SmallVector<bool, 2> IsWritePtr;
478 SmallVector<unsigned, 2> DependencySetId;
745 SmallVector<Value*, 2> Vals
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 18 #include "llvm/ADT/SmallVector.h"
116 static bool ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx,
321 SmallVector<Constant*, 64> NewOps;
483 SmallVector<uint64_t, 64> Record;
485 SmallVector<AttributeSet, 8> Attrs;
545 SmallVector<uint64_t, 64> Record;
633 SmallVector<Type*, 8> ArgTys;
651 SmallVector<Type*, 8> EltTys;
684 SmallVector<Type*, 8> EltTys;
757 SmallVector<uint64_t, 64> Record
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 260 llvm::SmallVector<std::string, 1> MAttrs;
  /external/clang/examples/clang-interpreter/
main.cpp 84 SmallVector<const char *, 16> Args(argv, argv + argc);
  /external/clang/include/clang/AST/
DeclContextInternals.h 22 #include "llvm/ADT/SmallVector.h"
34 typedef SmallVector<NamedDecl *, 4> DeclsTy;
UnresolvedSet.h 21 #include "llvm/ADT/SmallVector.h"
183 SmallVector<DeclAccessPair, InlineCapacity> Decls;

Completed in 665 milliseconds

<<11121314151617181920>>