Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp54 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 DAArch64PBQPRegAlloc.h26 SmallSetVector<unsigned, 32> Chains;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp109 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 DLockstepReverseIterator.h23 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 DInstructionWorklist.h31 SmallSetVector<Instruction *, 16> Deferred;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h380 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 DMVELaneInterleavingPass.cpp109 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 DInterleavedAccessPass.cpp105 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 DMachineInstrBundle.cpp138 SmallSetVector<Register, 32> LocalDefs; in finalizeBundle()
141 SmallSetVector<Register, 8> ExternUses; in finalizeBundle()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h23 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 DMultiplexExternalSemaSource.h292 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 DSROA.h
H A DFloat2Int.h52 SmallSetVector<Instruction *, 8> Roots;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPhiValues.h43 using ValueSet = SmallSetVector<Value *, 4>;
73 using ConstValueSet = SmallSetVector<const Value *, 4>;
H A DMemorySSAUpdater.h49 template <typename T, unsigned int N> class SmallSetVector; variable
235 LLVM_ABI void removeBlocks(const SmallSetVector<BasicBlock *, 8> &DeadBlocks);
H A DInstructionSimplify.h52 template <class T, unsigned n> class SmallSetVector; variable
292 SmallSetVector<Instruction *, 8> *UnsimplifiedUsers = nullptr);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h26 template <typename T, unsigned int N> class SmallSetVector; variable
113 SmallSetVector<MachineBasicBlock *, 8> &Succs);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDCE.cpp56 SmallSetVector<Instruction *, 16> &WorkList, in runOnFunction()
91 SmallSetVector<Instruction *, 16> WorkList; in DCEInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp57 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 DModule.h266 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 DLocalizer.h68 typedef SmallSetVector<MachineInstr *, 32> LocalizedSetVecT;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h33 using BlockSet = SmallSetVector<const BasicBlock *, 4>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp90 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 DSetTheory.h68 using RecSet = SmallSetVector<const Record *, 16>;

1234567