/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 31 class TinyPtrVector { 41 TinyPtrVector() = default; 43 ~TinyPtrVector() { in ~TinyPtrVector() 48 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) { in TinyPtrVector() function 53 TinyPtrVector &operator=(const TinyPtrVector &RHS) { 81 TinyPtrVector(TinyPtrVector &&RHS) : Val(RHS.Val) { in TinyPtrVector() function 85 TinyPtrVector &operator=(TinyPtrVector &&RHS) { 111 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector() function 121 explicit TinyPtrVector(ArrayRef<EltTy> Elts) in TinyPtrVector() function 128 TinyPtrVector(size_t Count, EltTy Value) in TinyPtrVector() function [all …]
|
/external/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 26 class TinyPtrVector { 36 TinyPtrVector() {} in TinyPtrVector() function 37 ~TinyPtrVector() { in ~TinyPtrVector() 42 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) { in TinyPtrVector() function 46 TinyPtrVector &operator=(const TinyPtrVector &RHS) { 74 TinyPtrVector(TinyPtrVector &&RHS) : Val(RHS.Val) { in TinyPtrVector() function 77 TinyPtrVector &operator=(TinyPtrVector &&RHS) { 106 explicit TinyPtrVector(ArrayRef<EltTy> Elts) in TinyPtrVector() function 113 TinyPtrVector(size_t Count, EltTy Value) in TinyPtrVector() function 181 return (const_iterator)const_cast<TinyPtrVector*>(this)->begin(); in begin() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | TinyPtrVector.h | 25 class TinyPtrVector { 30 TinyPtrVector() {} in TinyPtrVector() function 31 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) { in TinyPtrVector() function 35 ~TinyPtrVector() { in ~TinyPtrVector() 129 void operator=(const TinyPtrVector&); // NOT IMPLEMENTED YET.
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | TinyPtrVectorTest.cpp | 73 typedef ::testing::Types<TinyPtrVector<int*>, 74 TinyPtrVector<double*> 416 TinyPtrVector<int *> V(&v); in TEST() 432 TinyPtrVector<int *> V(data); in TEST() 449 TinyPtrVector<int *> V(data); in TEST()
|
/external/llvm/unittests/ADT/ |
D | TinyPtrVectorTest.cpp | 79 typedef ::testing::Types<TinyPtrVector<int*>, 80 TinyPtrVector<double*> 416 TinyPtrVector<int *> V(&v); in TEST() 432 TinyPtrVector<int *> V(data); in TEST() 449 TinyPtrVector<int *> V(data); in TEST()
|
/external/llvm/include/llvm/Analysis/ |
D | EHPersonalities.h | 87 typedef TinyPtrVector<BasicBlock *> ColorVector;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | EHPersonalities.h | 109 typedef TinyPtrVector<BasicBlock *> ColorVector;
|
/external/clang/include/clang/Edit/ |
D | EditedSource.h | 44 llvm::DenseMap<unsigned, llvm::TinyPtrVector<IdentifierInfo*>>
|
/external/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 65 typedef llvm::TinyPtrVector<void*> TableVector; 76 llvm::TinyPtrVector<file_type> PendingOverrides;
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 220 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; 301 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; in checkAllProps()
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 347 DenseMap<BasicBlock*, TinyPtrVector<Instruction*> > UsesByBlock; in run() 360 TinyPtrVector<Instruction*> &BlockUses = UsesByBlock[BB]; in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 358 DenseMap<BasicBlock *, TinyPtrVector<Instruction *>> UsesByBlock; in run() 371 TinyPtrVector<Instruction *> &BlockUses = UsesByBlock[BB]; in run()
|
D | PromoteMemoryToRegister.cpp | 119 TinyPtrVector<DbgInfoIntrinsic *> DbgDeclares; 266 SmallVector<TinyPtrVector<DbgInfoIntrinsic *>, 8> AllocaDbgDeclares;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 382 DenseMap<BasicBlock*, TinyPtrVector<Instruction*> > UsesByBlock; in run() 398 TinyPtrVector<Instruction*> &BlockUses = UsesByBlock[BB]; in run()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InlineSpiller.cpp | 115 TinyPtrVector<VNInfo*> Deps; 347 TinyPtrVector<VNInfo*> FirstDeps; in propagateSiblingValue() 365 TinyPtrVector<VNInfo*> *Deps = VNI ? &FirstDeps : &SVI->second.Deps; in propagateSiblingValue() 382 for (TinyPtrVector<VNInfo*>::iterator DepI = Deps->begin(), in propagateSiblingValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 297 TinyPtrVector<DbgInfoIntrinsic *> FindDbgAddrUses(Value *V);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SimpleLoopUnswitch.cpp | 80 static TinyPtrVector<Value *> 85 TinyPtrVector<Value *> Invariants; in collectHomogenousInstGraphLoopInvariants() 335 TinyPtrVector<Value *> Invariants; in unswitchTrivialBranch() 2181 SmallVector<std::pair<TerminatorInst *, TinyPtrVector<Value *>>, 4> in unswitchBestCondition() 2211 TinyPtrVector<Value *> Invariants = in unswitchBestCondition()
|
D | SpeculateAroundPHIs.cpp | 423 SmallDenseMap<Instruction *, TinyPtrVector<PHINode *>, 16> UserToPNMap; in findProfitablePHIs()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 381 llvm::TinyPtrVector<ModuleMacro*> ActiveModuleMacros; 388 llvm::TinyPtrVector<ModuleMacro*> OverriddenMacros; 553 llvm::DenseMap<const IdentifierInfo *, llvm::TinyPtrVector<ModuleMacro*>>
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 71 TinyPtrVector<MCSymbol *> Symbols;
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 43 StringMap<TinyPtrVector<TreePattern *>> NodePredicatesByCodeToRun; 73 TinyPtrVector<TreePattern *> &SameCodePreds = in getNodePredicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PassManager.h | 1117 const SmallDenseMap<AnalysisKey *, TinyPtrVector<AnalysisKey *>, 2> & 1127 SmallDenseMap<AnalysisKey *, TinyPtrVector<AnalysisKey *>, 2>
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 56 StringMap<TinyPtrVector<TreePattern *>> NodePredicatesByCodeToRun; 102 TinyPtrVector<TreePattern *> &SameCodePreds = in getNodePredicate()
|
/external/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 58 TinyPtrVector<MCSymbol *> Symbols;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 100 DenseMap<const AllocaInst *, TinyPtrVector<int *>> CatchObjects; in set()
|