| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 54 SmallSetVector<IntrinsicInst *, 4> &PTrues); 55 bool optimizePTrueIntrinsicCalls(SmallSetVector<Function *, 4> &Functions); 59 bool optimizeInstructions(SmallSetVector<Function *, 4> &Functions); 63 bool optimizeFunctions(SmallSetVector<Function *, 4> &Functions); 134 BasicBlock &BB, SmallSetVector<IntrinsicInst *, 4> &PTrues) { in coalescePTrueIntrinsicCalls() 243 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls() 248 SmallSetVector<IntrinsicInst *, 4> SVAllPTrues; in optimizePTrueIntrinsicCalls() 249 SmallSetVector<IntrinsicInst *, 4> SVPow2PTrues; in optimizePTrueIntrinsicCalls() 396 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions() 424 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions() [all …]
|
| H A D | AArch64PBQPRegAlloc.h | 26 SmallSetVector<unsigned, 32> Chains;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeVGPRLiveRange.cpp | 109 SmallSetVector<MachineBasicBlock *, 16> &) const; 114 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks, 119 SmallSetVector<Register, 16> &CandidateRegs, 120 SmallSetVector<MachineBasicBlock *, 2> &Blocks, 132 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const; 137 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks) const; 141 SmallSetVector<MachineBasicBlock *, 2> &LoopBlocks, 192 SmallSetVector<MachineBasicBlock *, 16> &Blocks) const { in collectElseRegionBlocks() 231 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks, in collectCandidateRegisters() 339 SmallSetVector<Register, 16> &CandidateRegs, in collectWaterfallCandidateRegisters() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LockstepReverseIterator.h | 23 SmallSetVector<BasicBlock *, 4> ActiveBlocks; 24 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks() 90 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { in getActiveBlocks() 94 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks()
|
| H A D | InstructionWorklist.h | 31 SmallSetVector<Instruction *, 16> Deferred;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 380 class SmallSetVector : public SetVector<T, SmallVector<T, N>, DenseSet<T>, N> { 382 SmallSetVector() = default; 386 SmallSetVector(It Start, It End) { in SmallSetVector() function 391 SmallSetVector(llvm::from_range_t, Range &&R) in SmallSetVector() function 392 : SmallSetVector(adl_begin(R), adl_end(R)) {} in SmallSetVector() 409 swap(llvm::SmallSetVector<T, N> &LHS, llvm::SmallSetVector<T, N> &RHS) { in swap()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 109 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave() 110 SmallSetVector<Instruction *, 4> &Truncs) { in isProfitableToInterleave() 160 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() 161 SmallSetVector<Instruction *, 4> Reducts; in tryInterleave() 162 SmallSetVector<Instruction *, 4> Exts; in tryInterleave() 163 SmallSetVector<Use *, 4> OtherLeafs; in tryInterleave() 164 SmallSetVector<Instruction *, 4> Ops; in tryInterleave()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 105 SmallSetVector<Instruction *, 32> &DeadInsts); 109 SmallSetVector<Instruction *, 32> &DeadInsts); 114 SmallSetVector<Instruction *, 32> &DeadInsts); 119 SmallSetVector<Instruction *, 32> &DeadInsts); 267 Instruction *Load, SmallSetVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedLoad() 292 SmallSetVector<ShuffleVectorInst *, 4> BinOpShuffles; in lowerInterleavedLoad() 503 Instruction *Store, SmallSetVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedStore() 613 IntrinsicInst *DI, SmallSetVector<Instruction *, 32> &DeadInsts) { in lowerDeinterleaveIntrinsic() 678 IntrinsicInst *II, SmallSetVector<Instruction *, 32> &DeadInsts) { in lowerInterleaveIntrinsic() 727 SmallSetVector<Instruction *, 32> DeadInsts; in runOnFunction()
|
| H A D | MachineInstrBundle.cpp | 138 SmallSetVector<Register, 32> LocalDefs; in finalizeBundle() 141 SmallSetVector<Register, 8> ExternUses; in finalizeBundle()
|
| /freebsd/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 | 292 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) override; 348 llvm::SmallSetVector<Decl *, 4> &Decls) override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | SROA.h | |
| H A D | Float2Int.h | 52 SmallSetVector<Instruction *, 8> Roots;
|
| /freebsd/contrib/llvm-project/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 | MemorySSAUpdater.h | 49 template <typename T, unsigned int N> class SmallSetVector; variable 235 LLVM_ABI void removeBlocks(const SmallSetVector<BasicBlock *, 8> &DeadBlocks);
|
| H A D | InstructionSimplify.h | 52 template <class T, unsigned n> class SmallSetVector; variable 292 SmallSetVector<Instruction *, 8> *UnsimplifiedUsers = nullptr);
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DCE.cpp | 56 SmallSetVector<Instruction *, 16> &WorkList, in runOnFunction() 91 SmallSetVector<Instruction *, 16> WorkList; in DCEInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Combiner.cpp | 57 SmallSetVector<const MachineInstr *, 32> CreatedInstrs; 89 SmallSetVector<MachineInstr *, 32> DeferList; 92 SmallSetVector<Register, 32> LostUses;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 266 llvm::SmallSetVector<FileEntryRef, 2> TopHeaders; 458 llvm::SmallSetVector<Module *, 2> Imports; 462 llvm::SmallSetVector<Module *, 2> AffectingClangModules; 499 llvm::SmallSetVector<const Module *, 2> UndeclaredUses;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Localizer.h | 68 typedef SmallSetVector<MachineInstr *, 32> LocalizedSetVecT;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporterLookupTable.h | 52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | BlockCoverageInference.h | 33 using BlockSet = SmallSetVector<const BasicBlock *, 4>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LCSSA.cpp | 90 SmallSetVector<PHINode *, 16> LocalPHIsToRemove; in formLCSSAForInstructionsImpl() 339 SmallSetVector<BasicBlock *, 8> &BlocksDominatingExits) { in computeBlocksDominatingExits() 399 SmallSetVector<BasicBlock *, 8> BlocksDominatingExits; in formLCSSAImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 68 using RecSet = SmallSetVector<const Record *, 16>;
|