/external/llvm/lib/CodeGen/ |
LexicalScopes.cpp | 46 SmallVector<InsnRange, 4> MIRanges; 216 SmallVector<LexicalScope *, 4> WorkStack;
|
LocalStackSlotAllocation.cpp | 62 SmallVector<int64_t,16> LocalOffsets; 230 SmallVector<FrameRef, 64> FrameReferenceInsns;
|
MachineCopyPropagation.cpp | 18 #include "llvm/ADT/SmallVector.h" 48 typedef SmallVector<unsigned, 4> DestList; 233 SmallVector<unsigned, 2> Defs;
|
StackProtector.cpp | 400 SmallVector<Constant *, 2> IdxList; 404 SmallVector<Value *, 1> Args;
|
LiveDebugVariables.cpp | 118 SmallVector<MachineOperand, 4> locations; 293 SmallVector<UserValue*, 8> userValues; 499 SmallVector<SlotIndex, 16> Todo; 567 SmallVector<std::pair<LiveInterval*, const VNInfo*>, 8> CopyValues; 634 SmallVector<std::pair<SlotIndex, unsigned>, 16> Defs; 660 SmallVector<SlotIndex, 16> Kills; [all...] |
LiveVariables.cpp | 508 PHIVarInfo = new SmallVector<unsigned, 4>[MF->getNumBlockIDs()]; 534 SmallVector<unsigned, 4> Defs; 561 SmallVector<unsigned, 4> UseRegs; 562 SmallVector<unsigned, 4> DefRegs; 563 SmallVector<unsigned, 1> RegMasks; 737 SmallVector<MachineBasicBlock*, 8> OpSuccBlocks;
|
ShrinkWrapping.cpp | 204 SmallVector<MachineBasicBlock*, 4> successors; 242 SmallVector<MachineBasicBlock*, 4> predecessors; 641 SmallVector<MachineBasicBlock*, 4> exitBlocks; 682 SmallVector<MachineBasicBlock*, 4> predecessors; 744 SmallVector<MachineBasicBlock*, 4> successors; 799 SmallVector<MachineBasicBlock*, 4> cvBlocks, ncvBlocks; [all...] |
MachineBasicBlock.cpp | 392 SmallVector<MachineOperand, 4> Cond; 641 SmallVector<MachineOperand, 4> Cond; 684 SmallVector<MachineOperand, 4> Cond; 718 SmallVector<unsigned, 4> KilledRegs; 738 SmallVector<unsigned, 4> UsedRegs; 760 SmallVector<MachineInstr*, 4> Terminators; 770 SmallVector<MachineInstr*, 4> NewTerminators; [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SimplifyCFGPass.cpp | 27 #include "llvm/ADT/SmallVector.h" 99 SmallVector<Value*, 8> Args(II->op_begin(), II->op_end() - 3); 118 SmallVector<BasicBlock*, 128> Worklist;
|
SROA.cpp | 30 #include "llvm/ADT/SmallVector.h" 275 SmallVector<Slice, 8> Slices; 283 SmallVector<Instruction *, 8> DeadUsers; 293 SmallVector<Use *, 8> DeadOperands; 541 SmallVector<std::pair<Instruction *, Instruction *>, 4> Uses; 732 SmallVector<DbgDeclareInst *, 4> DDIs; 733 SmallVector<DbgValueInst *, 4> DVIs; [all...] |
GVN.cpp | 81 SmallVector<uint32_t, 4> varargs; 592 SmallVector<Instruction*, 8> InstrsToErase; 594 typedef SmallVector<NonLocalDepResult, 64> LoadDepVect; 595 typedef SmallVector<AvailableValueInBlock, 64> AvailValInBlkVect; 596 typedef SmallVector<BasicBlock*, 64> UnavailBlkVect; 663 SmallVector<std::pair<TerminatorInst*, unsigned>, 4> toSplit; 791 SmallVector<BasicBlock*, 32> BBWorklist; [all...] |
/external/llvm/lib/Transforms/Utils/ |
LoopUnrollRuntime.cpp | 115 SmallVector<BasicBlock*, 4> Preds(pred_begin(Exit), pred_end(Exit)); 119 SmallVector<BasicBlock*, 2> NewBBs;
|
Local.cpp | 131 SmallVector<uint32_t, 8> Weights; 325 SmallVector<Instruction*, 16> DeadInsts; 595 typedef SmallVector<BasicBlock *, 16> PredBlockVector; [all...] |
/external/llvm/lib/IR/ |
ConstantsContext.h | 170 const SmallVector<unsigned, 4> &IdxList, 178 const SmallVector<unsigned, 4> Indices; 196 const SmallVector<unsigned, 4> &IdxList, 205 const SmallVector<unsigned, 4> Indices; 328 SmallVector<unsigned, 4> indices; 667 SmallVector<Constant*, 8> CPOperands;
|
PassManager.cpp | 519 SmallVector<Pass *, 12> LastUses; 520 SmallVector<Pass *, 12> LastPMUses; 923 SmallVector<Pass *, 12> DeadPasses; [all...] |
/external/clang/lib/Rewrite/Frontend/ |
RewriteObjC.cpp | 108 SmallVector<ObjCImplementationDecl *, 8> ClassImplementation; 109 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation; 114 SmallVector<Stmt *, 32> Stmts; 115 SmallVector<int, 8> ObjCBcLabelNo; 122 SmallVector<BlockExpr *, 32> Blocks; 123 SmallVector<int, 32> InnerDeclRefsCount; 124 SmallVector<DeclRefExpr *, 32> InnerDeclRefs; 126 SmallVector<DeclRefExpr *, 32> BlockDeclRefs; 129 SmallVector<ValueDecl *, 8> BlockByCopyDecls; 131 SmallVector<ValueDecl *, 8> BlockByRefDecls [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 572 SmallVector<TemplateArgument, 8> TemplArgs; 576 SmallVector<TemplateArgumentLoc, 8> TemplArgLocs; 655 SmallVector<ParmVarDecl *, 16> Params; 692 SmallVector<ParmVarDecl *, 16> Params; 699 SmallVector<SourceLocation, 16> SelLocs; 737 SmallVector<ObjCProtocolDecl *, 16> Protocols; 741 SmallVector<SourceLocation, 16> ProtoLocs; 793 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; 797 SmallVector<SourceLocation, 16> ProtoLocs; 828 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs [all...] |
/external/clang/lib/CodeGen/ |
CGExprConstant.cpp | 43 SmallVector<llvm::Constant *, 32> Elements; 333 SmallVector<llvm::Constant *, 16> PackedElements; 439 SmallVector<BaseInfo, 8> Bases; 635 SmallVector<llvm::Constant*, 2> Elts; 636 SmallVector<llvm::Type*, 2> Types; [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 325 SmallVector<CCValAssign, 16> ArgLocs; 415 SmallVector<CCValAssign, 16> RVLocs; 429 SmallVector<SDValue, 4> RetOps(1, Chain); 471 SmallVector<CCValAssign, 16> ArgLocs; 484 SmallVector<std::pair<unsigned, SDValue>, 4> RegsToPass; 485 SmallVector<SDValue, 12> MemOpChains; 569 SmallVector<SDValue, 8> Ops; 609 SmallVector<CCValAssign, 16> RVLocs; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | 536 SmallVector<SDNode*, 128> Worklist; [all...] |
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 401 SmallVector<Bracket, 8> Brackets; 543 // argument is separated by an EOF token. Use a SmallVector so we can avoid 545 SmallVector<Token, 64> ArgTokens; 684 SmallVector<Token, 4> FixedArgTokens; 686 SmallVector<SourceRange, 4> ParenHints, InitLists; 693 for (SmallVector<SourceRange, 4>::iterator 707 for (SmallVector<SourceRange, 4>::iterator [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILCFGStructurizer.cpp | 17 #include "llvm/ADT/SmallVector.h" 95 void ReverseVector(SmallVector<NodeT *, DEFAULT_VEC_SLOTS> &Src) { 217 //SmallVector<InstrT*, DEFAULT_VEC_SLOTS> succInstr; 291 typedef SmallVector<BlockT *, 32> BlockTSmallerVector; 358 void addDummyExitBlock(SmallVector<BlockT *, DEFAULT_VEC_SLOTS> &RetBlocks); 391 typename SmallVector<BlockT *, DEFAULT_VEC_SLOTS>::const_iterator IterStart, 392 typename SmallVector<BlockT *, DEFAULT_VEC_SLOTS>::const_iterator IterEnd); 405 SmallVector<BlockT *, DEFAULT_VEC_SLOTS> orderedBlks; 468 SmallVector<BlockT *, DEFAULT_VEC_SLOTS> retBlks; 487 for (typename SmallVector<BlockT *, DEFAULT_VEC_SLOTS>::const_iterato [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILCFGStructurizer.cpp | 17 #include "llvm/ADT/SmallVector.h" 95 void ReverseVector(SmallVector<NodeT *, DEFAULT_VEC_SLOTS> &Src) { 217 //SmallVector<InstrT*, DEFAULT_VEC_SLOTS> succInstr; 291 typedef SmallVector<BlockT *, 32> BlockTSmallerVector; 358 void addDummyExitBlock(SmallVector<BlockT *, DEFAULT_VEC_SLOTS> &RetBlocks); 391 typename SmallVector<BlockT *, DEFAULT_VEC_SLOTS>::const_iterator IterStart, 392 typename SmallVector<BlockT *, DEFAULT_VEC_SLOTS>::const_iterator IterEnd); 405 SmallVector<BlockT *, DEFAULT_VEC_SLOTS> orderedBlks; 468 SmallVector<BlockT *, DEFAULT_VEC_SLOTS> retBlks; 487 for (typename SmallVector<BlockT *, DEFAULT_VEC_SLOTS>::const_iterato [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | 579 SmallVector<Value *, 16> Elts; [all...] |
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCOpts.cpp | 188 SmallVector<const Value *, 4> Worklist; 269 SmallVector<const Value *, 4> Worklist; 671 SmallVector<BasicBlock *, 2> Preds; 674 SmallVector<BasicBlock *, 2> Succs; [all...] |