| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 56 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() 404 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions() 432 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions() [all …]
|
| H A D | AArch64PBQPRegAlloc.h | 26 SmallSetVector<unsigned, 32> Chains;
|
| /openbsd-src/gnu/llvm/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<Register, 16> &CandidateRegs, in collectWaterfallCandidateRegisters() [all …]
|
| /openbsd-src/gnu/llvm/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() 167 SmallSetVector<Instruction *, 4> Truncs; in tryInterleave() 168 SmallSetVector<Instruction *, 4> Exts; in tryInterleave() 169 SmallSetVector<Use *, 4> OtherLeafs; in tryInterleave() 170 SmallSetVector<Instruction *, 4> Ops; in tryInterleave()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 300 class SmallSetVector 303 SmallSetVector() = default; 307 SmallSetVector(It Start, It End) { in SmallSetVector() function 326 swap(llvm::SmallSetVector<T, N> &LHS, llvm::SmallSetVector<T, N> &RHS) { in swap()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/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 234 void removeBlocks(const SmallSetVector<BasicBlock *, 8> &DeadBlocks);
|
| H A D | InstructionSimplify.h | 55 template <class T, unsigned n> class SmallSetVector; variable 352 SmallSetVector<Instruction *, 8> *UnsimplifiedUsers = nullptr);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | DCE.cpp | 89 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 124 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode()
|
| H A D | GVNSink.cpp | 117 SmallSetVector<BasicBlock *, 4> ActiveBlocks; 153 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks() 155 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks() 270 void restrictToBlocks(const SmallSetVector<BasicBlock *, 4> &NewBlocks) { in restrictToBlocks()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TailDuplicator.h | 26 template <typename T, unsigned int N> class SmallSetVector; variable 114 SmallSetVector<MachineBasicBlock *, 8> &Succs);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Module.h | 192 llvm::SmallSetVector<const FileEntry *, 2> TopHeaders; 350 llvm::SmallSetVector<Module *, 2> Imports; 354 llvm::SmallSetVector<Module *, 2> AffectingClangModules; 391 llvm::SmallSetVector<const Module *, 2> UndeclaredUses;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LCSSA.cpp | 83 SmallSetVector<PHINode *, 16> LocalPHIsToRemove; in formLCSSAForInstructions() 301 SmallSetVector<BasicBlock *, 8> &BlocksDominatingExits) { in computeBlocksDominatingExits() 358 SmallSetVector<BasicBlock *, 8> BlocksDominatingExits; in formLCSSA()
|
| H A D | ModuleUtils.cpp | 78 SmallSetVector<Constant *, 16> &Init) { in collectUsedGlobals() 90 SmallSetVector<Constant *, 16> Init; in appendToUsedList() 123 SmallSetVector<Constant *, 16> Init; in removeFromUsedList()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTImporterLookupTable.h | 52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Localizer.h | 68 typedef SmallSetVector<MachineInstr *, 32> LocalizedSetVecT;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| H A D | Float2Int.h | 52 SmallSetVector<Instruction *, 8> Roots;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 68 using RecSet = SmallSetVector<Record *, 16>;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | InstructionWorklist.h | 31 SmallSetVector<Instruction *, 16> Deferred;
|
| H A D | LoopUtils.h | 50 template <typename T, unsigned N> class SmallSetVector; variable 209 const SmallSetVector<Value *, 8> &, SmallVectorImpl<BasicBlock *> &,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.h | 161 using SmallLISet = SmallSetVector<const LiveInterval *, 4>; 273 SmallSetVector<const LiveInterval *, 8> SetOfBrokenHints;
|
| H A D | ProcessImplicitDefs.cpp | 34 SmallSetVector<MachineInstr*, 16> WorkList;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 717 SmallSetVector<Instruction *, 16> &DeadInst); 721 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 761 SmallSetVector<Instruction *, 16> &DeadInst) { in optimizeAMXCastFromPhi() 768 SmallSetVector<PHINode *, 4> OldPhiNodes; in optimizeAMXCastFromPhi() 1039 SmallSetVector<Instruction *, 16> DeadInst; in combineAMXcast()
|