Searched refs:MapVector (Results 76 - 100 of 103) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp17 #include "llvm/ADT/MapVector.h"
3320 MapVector<std::string, TreePatternNodePtr, std::map<std::string, unsigned>>
3641 MapVector<std::string, TreePatternNodePtr, std::map<std::string, unsigned>>
4241 MapVector<std::string, TreePatternNodePtr, std::map<std::string, unsigned>>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp18 #include "llvm/ADT/MapVector.h"
110 MapVector<std::pair<int, VNInfo *>, SmallPtrSet<MachineInstr *, 16>>;
H A DMachinePipeliner.cpp35 #include "llvm/ADT/MapVector.h"
661 MapVector<const Value *, SmallVector<SUnit *, 4>> PendingLoads;
683 MapVector<const Value *, SmallVector<SUnit *, 4>>::iterator I =
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1397 MapVector<llvm::StringRef, llvm::BitcodeModule> ModuleMap;
H A DCGStmtOpenMP.cpp391 llvm::MapVector<const Decl *, std::pair<const VarDecl *, Address>>
572 llvm::MapVector<const Decl *, std::pair<const VarDecl *, Address>> LocalAddrs;
H A DCodeGenFunction.h37 #include "llvm/ADT/MapVector.h"
1608 llvm::MapVector<llvm::Value *, llvm::BasicBlock *> TerminateFunclets;
H A DCGOpenMPRuntime.cpp7909 llvm::MapVector<const ValueDecl *, SmallVector<MapInfo, 8>> Info;
7950 llvm::MapVector<const ValueDecl *, SmallVector<DeferredDevicePtrEntryTy, 4>>
8090 llvm::MapVector<const ValueDecl *, SmallVector<MapInfo, 8>> Info;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp43 #include "llvm/ADT/MapVector.h"
140 using StoreListMap = MapVector<Value *, StoreList>;
H A DGVN.cpp21 #include "llvm/ADT/MapVector.h"
1087 MapVector<BasicBlock *, Value *> PredLoads;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp15 #include "llvm/ADT/MapVector.h"
1423 MapVector<Constant *, std::vector<Function *>> PersonalityFns;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp14 #include "llvm/ADT/MapVector.h"
262 MapVector<Value *, Value *> WorkMap;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp23 #include "llvm/ADT/MapVector.h"
536 MapVector<Value *, SmallVector<Instruction *, 2>>;
567 /// ExternallyUsedValues. Values in this MapVector can be replaced but the
2161 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
2227 MapVector<Value *, std::pair<uint64_t, bool>> MinBWs;
6104 MapVector<Instruction *, Value *> ExtraArgs;
H A DLoopVectorize.cpp68 #include "llvm/ADT/MapVector.h"
1036 const MapVector<Instruction *, uint64_t> &getMinimalBitwidths() const {
1379 MapVector<Instruction *, uint64_t> MinBWs;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp29 #include "llvm/ADT/MapVector.h"
82 MapVector<const MCSymbol *, MCSymbol *> TOC;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp25 #include "llvm/ADT/MapVector.h"
2394 MapVector<const MCSection *, std::vector<decltype(&*R.begin())>> SectionRanges;
2552 MapVector<MCSection *, SmallVector<SymbolCU, 8>> SectionMap;
H A DCodeViewDebug.cpp19 #include "llvm/ADT/MapVector.h"
2100 using MethodsMap = MapVector<MDString *, MethodsList>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp40 #include "llvm/ADT/MapVector.h"
1504 // Prefer using MapVector to DenseMap, so that iteration order will be
1507 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap;
H A DSemaLookup.cpp4315 const llvm::MapVector<NamespaceDecl *, bool> &KnownNamespaces) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1438 using InfoSectionMap = MapVector<object::SectionRef, DWARFSectionMap,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1625 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp177 llvm::MapVector<ModuleFile*, const Decl*> Firsts;
H A DASTReader.cpp8107 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) {
8116 void ASTReader::ReadMismatchingDeleteExpressions(llvm::MapVector<
8248 llvm::MapVector<const FunctionDecl *, std::unique_ptr<LateParsedTemplate>>
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2045 MapVector<InputFile *, std::vector<SymbolTableEntry>> arr;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h29 #include "llvm/ADT/MapVector.h"
4487 llvm::MapVector<ValueDecl *, SmallVector<MappableExprComponentListRef, 8>>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp51 #include "llvm/ADT/MapVector.h"
294 MapVector<Instruction *, Instruction *> SiblingFuncletInfo;

Completed in 711 milliseconds

12345