/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallPtrSet.h | 47 class SmallPtrSetImpl { 65 SmallPtrSetImpl(const void **SmallStorage, const SmallPtrSetImpl& that); 66 explicit SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize) : in SmallPtrSetImpl() function 75 ~SmallPtrSetImpl(); 138 void operator=(const SmallPtrSetImpl &RHS); // DO NOT IMPLEMENT. 140 void CopyFrom(const SmallPtrSetImpl &RHS); 165 while (*Bucket == SmallPtrSetImpl::getEmptyMarker() || in AdvanceIfNotValid() 166 *Bucket == SmallPtrSetImpl::getTombstoneMarker()) in AdvanceIfNotValid() 234 class SmallPtrSet : public SmallPtrSetImpl { 242 SmallPtrSet() : SmallPtrSetImpl(SmallStorage, SmallSizePowTwo) {} [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SmallPtrSet.cpp | 21 void SmallPtrSetImpl::shrink_and_clear() { in shrink_and_clear() 39 bool SmallPtrSetImpl::insert_imp(const void * Ptr) { in insert_imp() 76 bool SmallPtrSetImpl::erase_imp(const void * Ptr) { in erase_imp() 103 const void * const *SmallPtrSetImpl::FindBucketFor(const void *Ptr) const { in FindBucketFor() 132 void SmallPtrSetImpl::Grow(unsigned NewSize) { in Grow() 172 SmallPtrSetImpl::SmallPtrSetImpl(const void **SmallStorage, in SmallPtrSetImpl() function in SmallPtrSetImpl 173 const SmallPtrSetImpl& that) { in SmallPtrSetImpl() 197 void SmallPtrSetImpl::CopyFrom(const SmallPtrSetImpl &RHS) { in CopyFrom() 226 SmallPtrSetImpl::~SmallPtrSetImpl() { in ~SmallPtrSetImpl()
|
/external/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 294 class SmallPtrSetImpl : public SmallPtrSetImplBase { 297 SmallPtrSetImpl(const SmallPtrSetImpl &) = delete; 301 SmallPtrSetImpl(const void **SmallStorage, const SmallPtrSetImpl &that) 303 SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize, 304 SmallPtrSetImpl &&that) 306 explicit SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize) 353 class SmallPtrSet : public SmallPtrSetImpl<PtrType> { 359 typedef SmallPtrSetImpl<PtrType> BaseT;
|
/external/llvm/include/llvm/Analysis/ |
D | IteratedDominanceFrontier.h | 56 void setDefiningBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setDefiningBlocks() 66 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks() 90 const SmallPtrSetImpl<BasicBlock *> *LiveInBlocks; 91 const SmallPtrSetImpl<BasicBlock *> *DefBlocks;
|
D | CodeMetrics.h | 90 SmallPtrSetImpl<const Value*> &EphValues); 95 SmallPtrSetImpl<const Value *> &EphValues); 100 SmallPtrSetImpl<const Value *> &EphValues);
|
D | GlobalsModRef.h | 109 SmallPtrSetImpl<Function *> *Readers = nullptr, 110 SmallPtrSetImpl<Function *> *Writers = nullptr,
|
D | ScopedNoAliasAA.h | 46 SmallPtrSetImpl<const MDNode *> &Nodes) const;
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 97 bool Signed, SmallPtrSetImpl<Instruction *> &CI) in RecurrenceDescriptor() 147 SmallPtrSetImpl<Instruction *> &Insts); 150 static bool areAllUsesIn(Instruction *I, SmallPtrSetImpl<Instruction *> &Set); 215 SmallPtrSetImpl<Instruction *> &Visited, 216 SmallPtrSetImpl<Instruction *> &CI); 225 SmallPtrSetImpl<Instruction *> &Visited, 226 SmallPtrSetImpl<Instruction *> &CI);
|
D | Evaluator.h | 79 const SmallPtrSetImpl<GlobalVariable*> &getInvariants() const { in getInvariants()
|
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 31 SmallPtrSetImpl<const Value*> &EphValues) { in completeEphemeralValues() 66 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues() 88 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues() 107 SmallPtrSetImpl<const Value*> &EphValues) { in analyzeBasicBlock()
|
D | IVUsers.cpp | 91 SmallPtrSetImpl<Loop*> &SimpleLoopNests) { in isSimplifiedLoopNest() 119 SmallPtrSetImpl<Loop*> &SimpleLoopNests) { in AddUsersImpl()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 79 SmallPtrSetImpl<Instruction *> &DepInsts, 80 SmallPtrSetImpl<const BasicBlock *> &Visited, 88 SmallPtrSetImpl<Instruction *> &DependingInstructions, 89 SmallPtrSetImpl<const BasicBlock *> &Visited); 148 SmallPtrSetImpl<Instruction *> &DependingInstructions, in contractAutorelease() 149 SmallPtrSetImpl<const BasicBlock *> &Visited) { in contractAutorelease() 407 SmallPtrSetImpl<Instruction *> &DependingInsts, in tryToPeepholeInstruction() 408 SmallPtrSetImpl<const BasicBlock *> &Visited, in tryToPeepholeInstruction()
|
D | DependencyAnalysis.h | 57 SmallPtrSetImpl<Instruction *> &DependingInstructions, 58 SmallPtrSetImpl<const BasicBlock *> &Visited,
|
D | DependencyAnalysis.cpp | 226 SmallPtrSetImpl<Instruction *> &DependingInsts, in FindDependencies() 227 SmallPtrSetImpl<const BasicBlock *> &Visited, in FindDependencies()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 39 SmallPtrSetImpl<const Metadata *> &AliveScopes) { in collectLiveScopes() 51 SmallPtrSetImpl<const Metadata *> &AliveScopes) { in collectLiveScopes()
|
D | GuardWidening.cpp | 118 SmallPtrSetImpl<Instruction *> &Visited); 181 SmallPtrSetImpl<Value *> &Visited); 370 SmallPtrSetImpl<Instruction *> &Visited) { in isAvailableAt() 482 SmallPtrSetImpl<Value *> &Visited) { in parseRangeChecks()
|
D | Sink.cpp | 61 SmallPtrSetImpl<Instruction *> &Stores) { in isSafeToMove() 140 SmallPtrSetImpl<Instruction *> &Stores, in SinkInstruction()
|
/external/clang/include/clang/Serialization/ |
D | ModuleManager.h | 225 llvm::SmallPtrSetImpl<ModuleFile *> &LoadedSuccessfully, 259 llvm::SmallPtrSetImpl<ModuleFile *> *ModuleFilesHit = nullptr);
|
/external/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 31 SmallPtrSetImpl<const GlobalValue *> &LLVMUsed) in PreserveLibCallsAndAsmUsed() 54 SmallPtrSetImpl<const GlobalValue *> &LLVMUsed;
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 37 SmallPtrSetImpl<Instruction *> &Set) { in areAllUsesIn() 78 SmallPtrSetImpl<Instruction *> &Visited, in lookThroughAnd() 79 SmallPtrSetImpl<Instruction *> &CI) { in lookThroughAnd() 103 SmallPtrSetImpl<Instruction *> &Visited, in getSourceExtensionKind() 104 SmallPtrSetImpl<Instruction *> &CI) { in getSourceExtensionKind() 461 Instruction *I, SmallPtrSetImpl<Instruction *> &Insts) { in hasMultipleUsesOf()
|
D | Evaluator.cpp | 34 SmallPtrSetImpl<Constant *> &SimpleConstants, 47 SmallPtrSetImpl<Constant *> &SimpleConstants, in isSimpleEnoughValueToCommitHelper() 102 SmallPtrSetImpl<Constant *> &SimpleConstants, in isSimpleEnoughValueToCommit()
|
D | PromoteMemoryToRegister.cpp | 294 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, 295 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks); 777 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() 778 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks()
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | Float2Int.h | 38 void walkBackwards(const SmallPtrSetImpl<Instruction *> &Roots);
|
D | SROA.h | 121 void deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 252 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const { 411 bool isSizedDerivedType(SmallPtrSetImpl<Type*> *Visited = nullptr) const;
|