Home
last modified time | relevance | path

Searched refs:SmallSetVector (Results 1 – 25 of 120) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp60 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 DAArch64PBQPRegAlloc.h26 SmallSetVector<unsigned, 32> Chains;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp114 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 DSetVector.h307 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 DExternalSemaSource.h23 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 DMultiplexExternalSemaSource.h284 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 DPhiValues.h43 using ValueSet = SmallSetVector<Value *, 4>;
73 using ConstValueSet = SmallSetVector<const Value *, 4>;
H A DInstructionSimplify.h56 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 DDCE.cpp89 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
124 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode()
H A DLICM.cpp191 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 DGVNSink.cpp121 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 DLCSSA.cpp84 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 DFloat2Int.h46 SmallSetVector<Instruction *, 8> Roots;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporterLookupTable.h53 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLocalizer.h65 typedef SmallSetVector<MachineInstr *, 32> LocalizedSetVecT;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h52 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 DSetTheory.h67 using RecSet = SmallSetVector<Record *, 16>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h33 SmallSetVector<Instruction *, 16> Deferred;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp912 [&](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 DCGSCCPassManager.cpp905 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 DModule.h169 llvm::SmallSetVector<const FileEntry *, 2> TopHeaders;
327 llvm::SmallSetVector<Module *, 2> Imports;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1522 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 DTailDuplicator.cpp105 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 DTailDuplicator.h114 SmallSetVector<MachineBasicBlock *, 8> &Succs);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h175 llvm::SmallSetVector<llvm::CachedHashString, 16> ModulesIgnoreMacros;

12345