/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 60 SmallSetVector<IntrinsicInst *, 4> &PTrues); 61 bool optimizePTrueIntrinsicCalls(SmallSetVector<Function *, 4> &Functions); 66 bool optimizeIntrinsicCalls(SmallSetVector<Function *, 4> &Functions); 70 bool optimizeFunctions(SmallSetVector<Function *, 4> &Functions); 145 BasicBlock &BB, SmallSetVector<IntrinsicInst *, 4> &PTrues) { in coalescePTrueIntrinsicCalls() 254 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls() 259 SmallSetVector<IntrinsicInst *, 4> SVAllPTrues; in optimizePTrueIntrinsicCalls() 260 SmallSetVector<IntrinsicInst *, 4> SVPow2PTrues; in optimizePTrueIntrinsicCalls() 445 SmallSetVector<Function *, 4> &Functions) { in optimizeIntrinsicCalls() 462 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions() [all …]
|
H A D | AArch64PBQPRegAlloc.h | 26 SmallSetVector<unsigned, 32> Chains;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 114 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave() 115 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() 166 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() 167 SmallSetVector<Instruction *, 4> Exts; in tryInterleave() 168 SmallSetVector<Use *, 4> OtherLeafs; in tryInterleave() 169 SmallSetVector<Instruction *, 4> Ops; in tryInterleave()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 307 class SmallSetVector 310 SmallSetVector() = default; 314 SmallSetVector(It Start, It End) { in SmallSetVector() function 333 swap(llvm::SmallSetVector<T, N> &LHS, llvm::SmallSetVector<T, N> &RHS) { in swap()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 23 template <class T, unsigned n> class SmallSetVector; variable 146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates() 203 ReadDeclsToCheckForDeferredDiags(llvm::SmallSetVector<Decl *, 4> &Decls) {} in ReadDeclsToCheckForDeferredDiags()
|
H A D | MultiplexExternalSemaSource.h | 284 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) override; 340 llvm::SmallSetVector<Decl *, 4> &Decls) override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | PhiValues.h | 43 using ValueSet = SmallSetVector<Value *, 4>; 73 using ConstValueSet = SmallSetVector<const Value *, 4>;
|
H A D | InstructionSimplify.h | 56 template <class T, unsigned n> class SmallSetVector; variable 317 SmallSetVector<Instruction *, 8> *UnsimplifiedUsers = nullptr);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | DCE.cpp | 89 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 124 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode()
|
H A D | LICM.cpp | 191 static SmallVector<SmallSetVector<Value *, 8>, 0> 466 SmallSetVector<Value *, 8> PointerMustAliases; in runOnLoop() 481 for (const SmallSetVector<Value *, 8> &PointerMustAliases : in runOnLoop() 1629 SmallSetVector<BasicBlock *, 8> PredBBs(pred_begin(ExitBB), pred_end(ExitBB)); in splitPredecessorsOfLoopExit() 1737 SmallSetVector<User*, 8> Users(I.user_begin(), I.user_end()); in sink() 1841 const SmallSetVector<Value *, 8> &PointerMustAliases; 1874 const SmallSetVector<Value *, 8> &PMA, in LoopPromoter() 1989 const SmallSetVector<Value *, 8> &PointerMustAliases, in promoteLoopAccessesToScalars() 2275 static SmallVector<SmallSetVector<Value *, 8>, 0> 2316 SmallVector<SmallSetVector<Value *, 8>, 0> Result; in collectPromotionCandidates() [all …]
|
H A D | GVNSink.cpp | 121 SmallSetVector<BasicBlock *, 4> ActiveBlocks; 157 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks() 159 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks() 274 void restrictToBlocks(const SmallSetVector<BasicBlock *, 4> &NewBlocks) { in restrictToBlocks()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LCSSA.cpp | 84 SmallSetVector<PHINode *, 16> LocalPHIsToRemove; in formLCSSAForInstructions() 296 SmallSetVector<BasicBlock *, 8> &BlocksDominatingExits) { in computeBlocksDominatingExits() 351 SmallSetVector<BasicBlock *, 8> BlocksDominatingExits; in formLCSSA()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | Float2Int.h | 46 SmallSetVector<Instruction *, 8> Roots;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTImporterLookupTable.h | 53 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Localizer.h | 65 typedef SmallSetVector<MachineInstr *, 32> LocalizedSetVecT;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopUtils.h | 52 template <typename T, unsigned N> class SmallSetVector; variable 199 const SmallSetVector<Value *, 8> &, SmallVectorImpl<BasicBlock *> &,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | SetTheory.h | 67 using RecSet = SmallSetVector<Record *, 16>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombineWorklist.h | 33 SmallSetVector<Instruction *, 16> Deferred;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 912 [&](const SmallSetVector<BasicBlock *, 2> &BBSet) -> BasicBlock * { in applyInsertUpdates() 952 SmallSetVector<BasicBlock *, 2> Added; in applyInsertUpdates() 953 SmallSetVector<BasicBlock *, 2> Prev; in applyInsertUpdates() 1103 SmallSetVector<MemoryPhi *, 4> PhisToFill; in applyInsertUpdates() 1324 SmallSetVector<MemoryPhi *, 4> PhisToCheck; in removeMemoryAccess() 1373 const SmallSetVector<BasicBlock *, 8> &DeadBlocks) { in removeBlocks()
|
H A D | CGSCCPassManager.cpp | 905 SmallSetVector<Node *, 4> PromotedRefTargets; in updateCGAndAnalysisManagerForPass() 906 SmallSetVector<Node *, 4> DemotedCallTargets; in updateCGAndAnalysisManagerForPass() 907 SmallSetVector<Node *, 4> NewCallEdges; in updateCGAndAnalysisManagerForPass() 908 SmallSetVector<Node *, 4> NewRefEdges; in updateCGAndAnalysisManagerForPass()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Module.h | 169 llvm::SmallSetVector<const FileEntry *, 2> TopHeaders; 327 llvm::SmallSetVector<Module *, 2> Imports;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1522 SmallSetVector<SUnit *, 8> &Preds, in pred_L() 1552 SmallSetVector<SUnit *, 8> &Succs, in succ_L() 1696 SmallSetVector<SUnit *, 8> S1; in colocateNodeSets() 1703 SmallSetVector<SUnit *, 8> S2; in colocateNodeSets() 1743 SmallSetVector<SUnit *, 8> N; in groupRemainingNodes() 1771 SmallSetVector<SUnit *, 8> N; in groupRemainingNodes() 1818 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect() 1819 SmallSetVector<SUnit *, 8> &Result) { in isIntersect() 1871 SmallSetVector<SUnit *, 8> R; in computeNodeOrder() 1877 SmallSetVector<SUnit *, 8> N; in computeNodeOrder() [all …]
|
H A D | TailDuplicator.cpp | 105 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB->pred_begin(), in VerifyPHIs() 165 SmallSetVector<MachineBasicBlock *, 8> Succs(MBB->succ_begin(), in tailDuplicateAndUpdate() 472 SmallSetVector<MachineBasicBlock *, 8> &Succs) { in updateSuccessorsPHIs() 841 SmallSetVector<MachineBasicBlock *, 8> Preds; in tailDuplicate()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TailDuplicator.h | 114 SmallSetVector<MachineBasicBlock *, 8> &Succs);
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 175 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;
|