/external/llvm/lib/Target/AArch64/ |
AArch64PBQPRegAlloc.h | 25 SmallSetVector<unsigned, 32> Chains;
|
AArch64RedundantCopyElimination.cpp | 112 SmallSetVector<unsigned, 8> TargetRegs;
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
SetVector.h | 15 // This file defines SetVector and SmallSetVector, which performs no allocations 161 /// SmallSetVector - A SetVector that performs no allocations if smaller than 164 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > { 166 SmallSetVector() {} 168 /// @brief Initialize a SmallSetVector with a range of elements 170 SmallSetVector(It Start, It End) {
|
/external/llvm/include/llvm/CodeGen/GlobalISel/ |
IRTranslator.h | 65 SmallSetVector<const Constant *, 8> Constants;
|
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 24 template <class T, unsigned n> class SmallSetVector; 146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}
|
MultiplexExternalSemaSource.h | 279 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) override;
|
/external/llvm/lib/Transforms/Scalar/ |
DCE.cpp | 76 SmallSetVector<Instruction *, 16> &WorkList, 105 SmallSetVector<Instruction *, 16> WorkList;
|
/external/llvm/include/llvm/TableGen/ |
SetTheory.h | 66 typedef SmallSetVector<Record*, 16> RecSet;
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
SetTheory.h | 65 typedef SmallSetVector<Record*, 16> RecSet;
|
/external/clang/include/clang/Lex/ |
HeaderSearchOptions.h | 144 llvm::SmallSetVector<std::string, 16> ModulesIgnoreMacros;
|
/external/llvm/include/llvm/CodeGen/ |
TailDuplicator.h | 73 SmallSetVector<MachineBasicBlock *, 8> &Succs);
|
/external/llvm/include/llvm/ADT/ |
SetVector.h | 15 // This file defines SetVector and SmallSetVector, which performs no allocations 286 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > { 288 SmallSetVector() {} 290 /// \brief Initialize a SmallSetVector with a range of elements 292 SmallSetVector(It Start, It End) {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
TailDuplication.cpp | 96 SmallSetVector<MachineBasicBlock*, 8> &Succs); 140 SmallSetVector<MachineBasicBlock*, 8> Preds(MBB->pred_begin(), 146 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), 191 SmallSetVector<MachineBasicBlock*, 8> Succs(MBB->succ_begin(), 444 SmallSetVector<MachineBasicBlock*,8> &Succs) { 445 for (SmallSetVector<MachineBasicBlock*, 8>::iterator SI = Succs.begin(), 662 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), 748 SmallSetVector<MachineBasicBlock*, 8> Preds(TailBB->pred_begin(), 750 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), [all...] |
/external/llvm/lib/CodeGen/ |
TailDuplicator.cpp | 75 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB->pred_begin(), 81 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), 125 SmallSetVector<MachineBasicBlock *, 8> Succs(MBB->succ_begin(), 423 SmallSetVector<MachineBasicBlock *, 8> &Succs) { 424 for (SmallSetVector<MachineBasicBlock *, 8>::iterator SI = Succs.begin(), 652 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), 738 SmallSetVector<MachineBasicBlock *, 8> Preds(TailBB->pred_begin(), 740 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), 877 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), [all...] |
ProcessImplicitDefs.cpp | 33 SmallSetVector<MachineInstr*, 16> WorkList;
|
MachineCopyPropagation.cpp | 68 SmallSetVector<MachineInstr*, 8> MaybeDeadCopies; 298 for (SmallSetVector<MachineInstr *, 8>::iterator DI =
|
LocalStackSlotAllocation.cpp | 68 typedef SmallSetVector<int, 8> StackObjSet;
|
ShrinkWrap.cpp | 126 typedef SmallSetVector<unsigned, 16> SetOfRegs;
|
/external/clang/include/clang/Basic/ |
Module.h | 86 llvm::SmallSetVector<const FileEntry *, 2> TopHeaders; 221 llvm::SmallSetVector<Module *, 2> Imports;
|
/external/llvm/lib/Analysis/ |
MemDepPrinter.cpp | 38 typedef SmallSetVector<Dep, 4> DepSet;
|
TypeBasedAliasAnalysis.cpp | 414 SmallSetVector<MDNode *, 4> PathA; 424 SmallSetVector<MDNode *, 4> PathB;
|
/external/clang/test/SemaCXX/ |
typo-correction.cpp | 515 class SmallSetVector : public SetVector<C, I, 8> {}; 518 SmallSetVector<foo*, 2> fooSet;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
CodeViewDebug.h | 138 SmallSetVector<const DISubprogram *, 4> InlinedSubprograms;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
MemDepPrinter.cpp | 39 typedef SmallSetVector<Dep, 4> DepSet;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
LoopSimplify.cpp | 217 SmallSetVector<BasicBlock *, 8> ExitBlockSet(ExitBlocks.begin(), 219 for (SmallSetVector<BasicBlock *, 8>::iterator I = ExitBlockSet.begin(),
|