Home
last modified time | relevance | path

Searched refs:TinyPtrVector (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTinyPtrVector.h31 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/
DTinyPtrVector.h26 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/
DTinyPtrVector.h25 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/
DTinyPtrVectorTest.cpp73 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/
DTinyPtrVectorTest.cpp79 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/
DEHPersonalities.h87 typedef TinyPtrVector<BasicBlock *> ColorVector;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DEHPersonalities.h109 typedef TinyPtrVector<BasicBlock *> ColorVector;
/external/clang/include/clang/Edit/
DEditedSource.h44 llvm::DenseMap<unsigned, llvm::TinyPtrVector<IdentifierInfo*>>
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h65 typedef llvm::TinyPtrVector<void*> TableVector;
76 llvm::TinyPtrVector<file_type> PendingOverrides;
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp220 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy;
301 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; in checkAllProps()
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp347 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/
DSSAUpdater.cpp358 DenseMap<BasicBlock *, TinyPtrVector<Instruction *>> UsesByBlock; in run()
371 TinyPtrVector<Instruction *> &BlockUses = UsesByBlock[BB]; in run()
DPromoteMemoryToRegister.cpp119 TinyPtrVector<DbgInfoIntrinsic *> DbgDeclares;
266 SmallVector<TinyPtrVector<DbgInfoIntrinsic *>, 8> AllocaDbgDeclares;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp382 DenseMap<BasicBlock*, TinyPtrVector<Instruction*> > UsesByBlock; in run()
398 TinyPtrVector<Instruction*> &BlockUses = UsesByBlock[BB]; in run()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInlineSpiller.cpp115 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/
DLocal.h297 TinyPtrVector<DbgInfoIntrinsic *> FindDbgAddrUses(Value *V);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp80 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()
DSpeculateAroundPHIs.cpp423 SmallDenseMap<Instruction *, TinyPtrVector<PHINode *>, 16> UserToPNMap; in findProfitablePHIs()
/external/clang/include/clang/Lex/
DPreprocessor.h381 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/
DMachineModuleInfo.cpp71 TinyPtrVector<MCSymbol *> Symbols;
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp43 StringMap<TinyPtrVector<TreePattern *>> NodePredicatesByCodeToRun;
73 TinyPtrVector<TreePattern *> &SameCodePreds = in getNodePredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h1117 const SmallDenseMap<AnalysisKey *, TinyPtrVector<AnalysisKey *>, 2> &
1127 SmallDenseMap<AnalysisKey *, TinyPtrVector<AnalysisKey *>, 2>
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp56 StringMap<TinyPtrVector<TreePattern *>> NodePredicatesByCodeToRun;
102 TinyPtrVector<TreePattern *> &SameCodePreds = in getNodePredicate()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp58 TinyPtrVector<MCSymbol *> Symbols;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp100 DenseMap<const AllocaInst *, TinyPtrVector<int *>> CatchObjects; in set()

12