/llvm-project/llvm/include/llvm/ |
H A D | PassRegistry.h | 41 using MapType = DenseMap<const void *, const PassInfo *>; variable
|
/llvm-project/clang/lib/Serialization/ |
H A D | ModuleFile.cpp | 38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
|
H A D | ASTReaderDecl.cpp | 4782 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); UpdateDecl() local
|
H A D | ASTReader.cpp | 8230 using MapType = ContinuousRangeMap<Key, ModuleFile *, InitialCapacity>; dumpModuleIDMap() typedef
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategoryMap.h | 32 typedef std::map<KeyType, lldb::TypeCategoryImplSP> MapType; typedef
|
H A D | FormattersContainer.h | 144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
|
/llvm-project/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
|
H A D | OpenMPClause.h | 5904 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; global() variable 5939 OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers,ArrayRef<SourceLocation> MapModifiersLoc,NestedNameSpecifierLoc MapperQualifierLoc,DeclarationNameInfo MapperIdInfo,OpenMPMapClauseKind MapType,bool MapTypeIsImplicit,SourceLocation MapLoc,const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPMapClause() argument
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | InfoByHwMode.h | 88 typedef std::map<unsigned, InfoT> MapType; typedef
|
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
H A D | swap_noexcept.pass.cpp | 124 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructDecompositionT.h | 699 using MapType = applyClause() local 978 using MapType = applyClause() local
|
/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 363 typedef llvm::StringMap<size_t> MapType; GetFilteredModuleList() typedef
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-names-utils.cpp | 826 return type ? MapType(*type) : nullptr; in MapType() function in Fortran::semantics::SymbolMapper 858 const DeclTypeSpec *SymbolMapper::MapType(const DeclTypeSpec *type) { MapType() function in Fortran::semantics::SymbolMapper
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFRegisters.h | 239 using MapType = std::map<RegisterId, LaneBitmask>; member
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 552 typedef typename MapType::value_type PairType; in ImportOffsetMap() typedef
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 1522 std::optional<OMPDeclareTargetDeclAttr::MapTypeTy> MapType = convertCaptureClause() local 6587 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; global() member 6735 getMapTypeBits(OpenMPMapClauseKind MapType,ArrayRef<OpenMPMapModifierKind> MapModifiers,ArrayRef<OpenMPMotionModifierKind> MotionModifiers,bool IsImplicit,bool AddPtrFlag,bool AddIsTargetParamFlag,bool IsNonContiguous) const getMapTypeBits() argument 6828 generateInfoForComponentList(OpenMPMapClauseKind MapType,ArrayRef<OpenMPMapModifierKind> MapModifiers,ArrayRef<OpenMPMotionModifierKind> MotionModifiers,OMPClauseMappableExprCommon::MappableExprComponentListRef Components,MapCombinedInfoTy & CombinedInfo,MapCombinedInfoTy & StructBaseCombinedInfo,StructRangeInfoTy & PartialStruct,bool IsFirstComponentList,bool IsImplicit,bool GenerateAllInfoForClauses,const ValueDecl * Mapper=nullptr,bool ForDeviceAddr=false,const ValueDecl * BaseDecl=nullptr,const Expr * MapExpr=nullptr,ArrayRef<OMPClauseMappableExprCommon::MappableExprComponentListRef> OverlappedElements=std::nullopt,bool AreBothBasePtrAndPteeMapped=false) const generateInfoForComponentList() argument 7803 __anon143de22e2e02( const ValueDecl *D, MapKind Kind, OMPClauseMappableExprCommon::MappableExprComponentListRef L, OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, ArrayRef<OpenMPMotionModifierKind> MotionModifiers, bool ReturnDevicePointer, bool IsImplicit, const ValueDecl *Mapper, const Expr *VarRef = nullptr, bool ForDeviceAddr = false) generateAllInfoForClauses() argument 8553 OpenMPMapClauseKind MapType = std::get<1>(RHS); generateInfoForCapture() local 8575 OpenMPMapClauseKind MapType; generateInfoForCapture() local 8694 OpenMPMapClauseKind MapType; generateInfoForCapture() local 8713 OpenMPMapClauseKind MapType; generateInfoForCapture() local 9126 llvm::Value *MapType = MapperCGF.EmitLoadOfScalar( emitUserDefinedMapper() local 9329 emitUDMapperArrayInitOrDel(CodeGenFunction & MapperCGF,llvm::Value * Handle,llvm::Value * Base,llvm::Value * Begin,llvm::Value * Size,llvm::Value * MapType,llvm::Value * MapName,CharUnits ElementSize,llvm::BasicBlock * ExitBB,bool IsInit) emitUDMapperArrayInitOrDel() argument [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | Consumed.cpp | 460 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; global() typedef in clang::consumed::ConsumedStmtVisitor
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 110 using MapType = std::map<Node, ColorKind>; global() typedef 2746 using MapType = std::unordered_map<SDValue, unsigned>; ppHvxShuffleOfShuffle() typedef
|
H A D | HexagonConstPropagation.cpp | 243 using MapType = std::map<Register, LatticeCell>; typedef in __anonbef353470111::MachineConstPropagator::CellMap
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 480 using MapType = IntervalMap<uint64_t, uint64_t>; verifyIndex() typedef
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 4192 unsigned MapType = isMapType() local
|
/llvm-project/clang/include/clang/Format/ |
H A D | Format.h | 5174 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; global() typedef
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3578 using MapType = SmallDenseMap<PHINode *, size_t, 32>; global() typedef in __anon072927cb0d11::PhiNodeSet
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 21412 checkMappableExpressionList(Sema & SemaRef,DSAStackTy * DSAS,OpenMPClauseKind CKind,MappableVarListInfo & MVLI,SourceLocation StartLoc,CXXScopeSpec & MapperIdScopeSpec,DeclarationNameInfo MapperId,ArrayRef<Expr * > UnresolvedMappers,OpenMPMapClauseKind MapType=OMPC_MAP_unknown,ArrayRef<OpenMPMapModifierKind> Modifiers=std::nullopt,bool IsMapTypeImplicit=false,bool NoDiagnose=false) checkMappableExpressionList() argument 21725 ActOnOpenMPMapClause(Expr * IteratorModifier,ArrayRef<OpenMPMapModifierKind> MapTypeModifiers,ArrayRef<SourceLocation> MapTypeModifiersLoc,CXXScopeSpec & MapperIdScopeSpec,DeclarationNameInfo & MapperId,OpenMPMapClauseKind MapType,bool IsMapTypeImplicit,SourceLocation MapLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VarList,const OMPVarListLocTy & Locs,bool NoDiagnose,ArrayRef<Expr * > UnresolvedMappers) ActOnOpenMPMapClause() argument [all...] |
H A D | TreeTransform.h | 2041 RebuildOMPMapClause(Expr * IteratorModifier,ArrayRef<OpenMPMapModifierKind> MapTypeModifiers,ArrayRef<SourceLocation> MapTypeModifiersLoc,CXXScopeSpec MapperIdScopeSpec,DeclarationNameInfo MapperId,OpenMPMapClauseKind MapType,bool IsMapTypeImplicit,SourceLocation MapLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VarList,const OMPVarListLocTy & Locs,ArrayRef<Expr * > UnresolvedMappers) RebuildOMPMapClause() argument
|