Home
last modified time | relevance | path

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

123456

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp56 SmallSetVector<IntrinsicInst *, 4> &PTrues);
57 bool optimizePTrueIntrinsicCalls(SmallSetVector<Function *, 4> &Functions);
61 bool optimizeInstructions(SmallSetVector<Function *, 4> &Functions);
65 bool optimizeFunctions(SmallSetVector<Function *, 4> &Functions);
136 BasicBlock &BB, SmallSetVector<IntrinsicInst *, 4> &PTrues) { in coalescePTrueIntrinsicCalls()
245 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls()
250 SmallSetVector<IntrinsicInst *, 4> SVAllPTrues; in optimizePTrueIntrinsicCalls()
251 SmallSetVector<IntrinsicInst *, 4> SVPow2PTrues; in optimizePTrueIntrinsicCalls()
398 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions()
426 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions()
[all …]
H A DAArch64PBQPRegAlloc.h26 SmallSetVector<unsigned, 32> Chains;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp116 SmallSetVector<Register, 16> &CandidateRegs,
117 SmallSetVector<MachineBasicBlock *, 2> &Blocks,
138 SmallSetVector<MachineBasicBlock *, 2> &LoopBlocks,
185 SmallSetVector<MachineBasicBlock *, 16> &Blocks) const { in collectElseRegionBlocks()
224 SmallSetVector<MachineBasicBlock *, 16> &ElseBlocks, in collectCandidateRegisters()
332 SmallSetVector<Register, 16> &CandidateRegs, in collectWaterfallCandidateRegisters()
333 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in collectWaterfallCandidateRegisters()
554 SmallSetVector<MachineBasicBlock *, 2> &Blocks, in optimizeWaterfallLiveRange()
663 SmallSetVector<MachineBasicBlock *, 16> ElseBlocks; in runOnMachineFunction()
688 SmallSetVector<Register, 16> CandidateRegs; in runOnMachineFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 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-14.2/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.h283 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) override;
339 llvm::SmallSetVector<Decl *, 4> &Decls) override;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h370 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-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPhiValues.h42 using ValueSet = SmallSetVector<Value *, 4>;
72 using ConstValueSet = SmallSetVector<const Value *, 4>;
H A DMemorySSAUpdater.h48 template <typename T, unsigned int N> class SmallSetVector; variable
231 void removeBlocks(const SmallSetVector<BasicBlock *, 8> &DeadBlocks);
H A DInstructionSimplify.h49 template <class T, unsigned n> class SmallSetVector; variable
274 SmallSetVector<Instruction *, 8> *UnsimplifiedUsers = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDCE.cpp56 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
91 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode()
H A DGVNSink.cpp114 SmallSetVector<BasicBlock *, 4> ActiveBlocks;
150 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks()
152 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks()
267 void restrictToBlocks(const SmallSetVector<BasicBlock *, 4> &NewBlocks) { in restrictToBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h26 template <typename T, unsigned int N> class SmallSetVector; variable
114 SmallSetVector<MachineBasicBlock *, 8> &Succs);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h227 llvm::SmallSetVector<FileEntryRef, 2> TopHeaders;
401 llvm::SmallSetVector<Module *, 2> Imports;
405 llvm::SmallSetVector<Module *, 2> AffectingClangModules;
442 llvm::SmallSetVector<const Module *, 2> UndeclaredUses;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h33 using BlockSet = SmallSetVector<const BasicBlock *, 4>;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLocalizer.h68 typedef SmallSetVector<MachineInstr *, 32> LocalizedSetVecT;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h52 SmallSetVector<Instruction *, 8> Roots;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp83 SmallSetVector<PHINode *, 16> LocalPHIsToRemove; in formLCSSAForInstructions()
323 SmallSetVector<BasicBlock *, 8> &BlocksDominatingExits) { in computeBlocksDominatingExits()
380 SmallSetVector<BasicBlock *, 8> BlocksDominatingExits; in formLCSSA()
H A DModuleUtils.cpp82 SmallSetVector<Constant *, 16> &Init) { in collectUsedGlobals()
94 SmallSetVector<Constant *, 16> Init; in appendToUsedList()
127 SmallSetVector<Constant *, 16> Init; in removeFromUsedList()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h68 using RecSet = SmallSetVector<Record *, 16>;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h31 SmallSetVector<Instruction *, 16> Deferred;
H A DLoopUtils.h50 template <typename T, unsigned N> class SmallSetVector; variable
217 const SmallSetVector<Value *, 8> &, SmallVectorImpl<BasicBlock *> &,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp891 [&](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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h159 using SmallLISet = SmallSetVector<const LiveInterval *, 4>;
271 SmallSetVector<const LiveInterval *, 8> SetOfBrokenHints;

123456