HomeSort by relevance Sort by last modified time
    Searched refs:DenseMap (Results 276 - 300 of 487) sorted by null

<<11121314151617181920

  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 61 llvm::DenseMap<internal_key_type, data_type> Data;
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 68 mutable llvm::DenseMap<const IdentifierInfo *,
69 llvm::DenseMap<Selector, uint8_t>> UIMethods;
115 llvm::DenseMap<Selector, uint8_t> &receiver##M = \
117 llvm::DenseMap<Selector, uint8_t>()}) \
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 20 #include "llvm/ADT/DenseMap.h"
299 /// ASTCallbackVHDenseMapInfo - Traits to tell DenseMap that tell us how to
306 typedef DenseMap<ASTCallbackVH, AliasSet::PointerRec*,
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 19 #include "llvm/ADT/DenseMap.h"
184 DenseMap<unsigned, int> L2SEHRegs; // LLVM to SEH regs mapping
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 16 #include "llvm/ADT/DenseMap.h"
34 typedef DenseMap<MachineBasicBlock*, unsigned> AvailableValsTy;
CodeGenPrepare.cpp 17 #include "llvm/ADT/DenseMap.h"
117 typedef DenseMap<Instruction *, TypeIsSExt> InstrToOrigTy;
226 const DenseMap<unsigned int, unsigned int> &BypassWidths =
530 DenseMap<IntrinsicInst *, SmallVector<IntrinsicInst *, 2>> &
535 DenseMap<std::pair<unsigned, unsigned>, IntrinsicInst *> RelocateIdxMap;
697 DenseMap<IntrinsicInst *, SmallVector<IntrinsicInst *, 2>> RelocateInstMap;
714 DenseMap<BasicBlock*, CastInst*> InsertedCasts;
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 45 typedef DenseMap<const MCSectionELF *, uint32_t> SectionIndexMapTy;
101 DenseMap<const MCSymbolELF *, const MCSymbolELF *> Renames;
103 llvm::DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>>
188 typedef DenseMap<const MCSymbol *, unsigned> RevGroupMapTy;
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 21 #include "llvm/ADT/DenseMap.h"
730 typedef llvm::DenseMap<const Stmt *, const CFGBlock*> ForcedBlkExprs;
894 typedef llvm::DenseMap<const DeclStmt *, const DeclStmt *>::const_iterator
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 23 #include "llvm/ADT/DenseMap.h"
206 llvm::DenseMap<unsigned, DiagnosticMapping> DiagMap;
209 typedef llvm::DenseMap<unsigned, DiagnosticMapping>::iterator iterator;
210 typedef llvm::DenseMap<unsigned, DiagnosticMapping>::const_iterator
    [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 21 #include "llvm/ADT/DenseMap.h"
215 typedef DenseMap<NodeT *, std::unique_ptr<DomTreeNodeBase<NodeT>>>
232 DenseMap<NodeT *, NodeT *> IDoms;
238 DenseMap<NodeT *, InfoRec> Info;
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 16 #include "llvm/ADT/DenseMap.h"
38 DenseMap<TreePattern *, unsigned> NodePredicateMap;
48 DenseMap<const ComplexPattern*, unsigned> ComplexPatternMap;
52 DenseMap<Record*, unsigned> NodeXFormMap;
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 155 DenseMap<InvokeInst*, std::pair<Value*, Value*> > InvokeToIntrinsicsMap;
179 DenseMap<Function*, std::pair<Value*, Value*> > FnToLPadSlotMap;
181 for (DenseMap<InvokeInst*, std::pair<Value*, Value*> >::iterator
241 for (DenseMap<InvokeInst*, std::pair<Value*, Value*> >::iterator
468 DenseMap<unsigned, unsigned> MDKindMap;
478 DenseMap<Function*, uint64_t> DeferredFunctionInfo;
483 DenseMap<Function*, std::vector<BlockAddrRefTy> > BlockAddrFwdRefs;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 232 llvm::DenseMap<FileID, FileNullability> Map;
662 llvm::DenseMap<IdentifierInfo*,AsmLabelAttr*> ExtnameUndeclaredIdentifiers;
908 mutable llvm::DenseMap<const EnumDecl*, llvm::APInt> FlagBitsCache;
    [all...]
CodeCompleteConsumer.h 20 #include "llvm/ADT/DenseMap.h"
514 llvm::DenseMap<const DeclContext *, StringRef> ParentNames;
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 14 #include "llvm/ADT/DenseMap.h"
923 DenseMap<StringRef, KeyStatus> &Keys) {
938 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) {
939 for (DenseMap<StringRef, KeyStatus>::iterator I = Keys.begin(),
965 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields));
    [all...]
FileManager.cpp 525 llvm::DenseMap<const DirectoryEntry *, llvm::StringRef>::iterator Known
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 15 #include "llvm/ADT/DenseMap.h"
183 struct UnsignedMap : public DenseMap<unsigned,unsigned> {
186 typedef DenseMap<unsigned,unsigned> BaseType;
483 typedef DenseMap<std::pair<unsigned,unsigned>,unsigned> PairMapType;
520 typedef DenseMap<unsigned,IFListType> IFMapType; // vreg -> IFListType
777 // (DenseMap<uint16_t,RSListType> fails to instantiate.)
778 typedef DenseMap<unsigned,RSListType> LRSMapType;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 35 #include "llvm/ADT/DenseMap.h"
285 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields;
290 llvm::DenseMap<const VarDecl *, llvm::Value *> NRVOFlags;
563 typedef llvm::DenseMap<const Decl *, Address> DeclMapTy;
927 llvm::DenseMap<llvm::AllocaInst *, int> EscapedLocals;
930 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap;
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 17 #include "llvm/ADT/DenseMap.h"
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 94 llvm::DenseMap<DiscriminatorKeyTy, unsigned> Discriminator;
95 llvm::DenseMap<const NamedDecl *, unsigned> Uniquifier;
96 llvm::DenseMap<const CXXRecordDecl *, unsigned> LambdaIds;
97 llvm::DenseMap<const NamedDecl *, unsigned> SEHFilterIds;
98 llvm::DenseMap<const NamedDecl *, unsigned> SEHFinallyIds;
200 std::pair<llvm::DenseMap<const CXXRecordDecl *, unsigned>::iterator, bool>
224 typedef llvm::DenseMap<void *, unsigned> ArgBackRefMap;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 23 #include "llvm/ADT/DenseMap.h"
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 303 DenseMap<unsigned, unsigned> &RegMap = VRegMapping[RC];
570 const DenseMap<unsigned, unsigned> &RegMap = I->second;
699 llvm::DenseMap<const Function *, bool> &seenMap) {
719 llvm::DenseMap<const Function *, bool> seenMap;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 41 #include "llvm/ADT/DenseMap.h"
476 for (llvm::DenseMap<NamedDecl *, SourceLocation>::iterator
504 // order through an llvm::DenseMap.
565 typedef llvm::DenseMap<const CXXRecordDecl*, bool> RecordCompleteMap;
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 21 #include "llvm/ADT/DenseMap.h"
130 llvm::DenseMap<const IdentifierInfo *, Module *> KnownModules;
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 71 llvm::DenseMap<IdentifierInfo *, PropActionKind> ActionOnProp;

Completed in 758 milliseconds

<<11121314151617181920