/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 57 SmallSetVector<IntrinsicInst *, 4> &PTrues); 58 bool optimizePTrueIntrinsicCalls(SmallSetVector<Function *, 4> &Functions); 62 bool optimizeInstructions(SmallSetVector<Function *, 4> &Functions); 66 bool optimizeFunctions(SmallSetVector<Function *, 4> &Functions); 137 BasicBlock &BB, SmallSetVector<IntrinsicInst *, 4> &PTrues) { in coalescePTrueIntrinsicCalls() 246 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls() 251 SmallSetVector<IntrinsicInst *, 4> SVAllPTrues; in optimizePTrueIntrinsicCalls() 252 SmallSetVector<IntrinsicInst *, 4> SVPow2PTrues; in optimizePTrueIntrinsicCalls() 399 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions() 427 SmallSetVector<Functio in optimizeFunctions() [all...] |
H A D | AArch64PBQPRegAlloc.h | 26 SmallSetVector<unsigned, 32> Chains;
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 106 SmallSetVector<MachineBasicBlock *, 16> &) const; 111 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks, 116 SmallSetVector<Register, 16> &CandidateRegs, 117 SmallSetVector<MachineBasicBlock *, 2> &Blocks, 129 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const; 134 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const; 138 SmallSetVector<MachineBasicBlock *, 2> &LoopBlocks, 185 SmallSetVector<MachineBasicBlock *, 16> &Blocks) const { in collectElseRegionBlocks() 224 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks, in collectCandidateRegisters() 332 SmallSetVector<Registe in collectWaterfallCandidateRegisters() [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 115 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave() 116 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() 166 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() 167 SmallSetVector<Instruction *, 4> Reducts; in tryInterleave() 168 SmallSetVector<Instruction *, 4> Exts; in tryInterleave() 169 SmallSetVector<Use *, 4> OtherLeafs; in tryInterleave() 170 SmallSetVector<Instruction *, 4> Ops; in tryInterleave()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 23 template <class T, unsigned n> class SmallSetVector; variable 144 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates() 201 ReadDeclsToCheckForDeferredDiags(llvm::SmallSetVector<Decl *, 4> &Decls) {} in ReadDeclsToCheckForDeferredDiags()
|
H A D | MultiplexExternalSemaSource.h | 283 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) override; 339 llvm::SmallSetVector<Decl *, 4> &Decls) override;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 370 class SmallSetVector : public SetVector<T, SmallVector<T, N>, DenseSet<T>, N> { 372 SmallSetVector() = default; 376 SmallSetVector(It Start, It End) { in SmallSetVector() function 395 swap(llvm::SmallSetVector<T, N> &LHS, llvm::SmallSetVector<T, N> &RHS) { in swap()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | PhiValues.h | 42 using ValueSet = SmallSetVector<Value *, 4>; 72 using ConstValueSet = SmallSetVector<const Value *, 4>;
|
H A D | MemorySSAUpdater.h | 48 template <typename T, unsigned int N> class SmallSetVector; variable 236 void removeBlocks(const SmallSetVector<BasicBlock *, 8> &DeadBlocks);
|
H A D | InstructionSimplify.h | 51 template <class T, unsigned n> class SmallSetVector; 281 SmallSetVector<Instruction *, 8> *UnsimplifiedUsers = nullptr); 49 template <class T, unsigned n> class SmallSetVector; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DCE.cpp | 56 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 91 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode()
|
H A D | GVNSink.cpp | 114 SmallSetVector<BasicBlock *, 4> ActiveBlocks; 144 // Note: This needs to return a SmallSetVector as the elements of 150 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks() 152 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks() 280 SmallSetVector<BasicBlock *, 4> &B, in restrictToBlocks() 291 SmallSetVector<BasicBlock *, 4> &B) { in areAllIncomingValuesSameType() 299 void restrictToBlocks(const SmallSetVector<BasicBlock *, 4> &NewBlocks) { in hash()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TailDuplicator.h | 26 template <typename T, unsigned int N> class SmallSetVector; variable 113 SmallSetVector<MachineBasicBlock *, 8> &Succs);
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Module.h | 227 llvm::SmallSetVector<FileEntryRef, 2> TopHeaders; 402 llvm::SmallSetVector<Module *, 2> Imports; 406 llvm::SmallSetVector<Module *, 2> AffectingClangModules; 443 llvm::SmallSetVector<const Module *, 2> UndeclaredUses;
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporterLookupTable.h | 52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Localizer.h | 68 typedef SmallSetVector<MachineInstr *, 32> LocalizedSetVecT;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.h | 33 using BlockSet = SmallSetVector<const BasicBlock *, 4>;
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LCSSA.cpp | 83 SmallSetVector<PHINode *, 16> LocalPHIsToRemove; in formLCSSAForInstructions() 323 SmallSetVector<BasicBlock *, 8> &BlocksDominatingExits) { in computeBlocksDominatingExits() 380 SmallSetVector<BasicBlock *, 8> BlocksDominatingExits; in formLCSSA()
|
H A D | ModuleUtils.cpp | 83 SmallSetVector<Constant *, 16> &Init) { in collectUsedGlobals() 95 SmallSetVector<Constant *, 16> Init; in appendToUsedList() 128 SmallSetVector<Constant *, 16> Init; in removeFromUsedList()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | Float2Int.h | 52 SmallSetVector<Instruction *, 8> Roots;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | SetTheory.h | 68 using RecSet = SmallSetVector<Record *, 16>;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | InstructionWorklist.h | 31 SmallSetVector<Instruction *, 16> Deferred;
|
H A D | LoopUtils.h | 52 template <typename T, unsigned N> class SmallSetVector; 219 const SmallSetVector<Value *, 8> &, SmallVectorImpl<BasicBlock *> &, 50 template <typename T, unsigned N> class SmallSetVector; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 891 [&](const SmallSetVector<BasicBlock *, 2> &BBSet) -> BasicBlock * { in applyInsertUpdates() 931 SmallSetVector<BasicBlock *, 2> Added; in applyInsertUpdates() 932 SmallSetVector<BasicBlock *, 2> Prev; in applyInsertUpdates() 1082 SmallSetVector<MemoryPhi *, 4> PhisToFill; in applyInsertUpdates() 1299 SmallSetVector<MemoryPhi *, 4> PhisToCheck; in removeMemoryAccess() 1348 const SmallSetVector<BasicBlock *, 8> &DeadBlocks) { in removeBlocks()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.h | 159 using SmallLISet = SmallSetVector<const LiveInterval *, 4>; 271 SmallSetVector<const LiveInterval *, 8> SetOfBrokenHints;
|