Home
last modified time | relevance | path

Searched defs:MapType (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h41 using MapType = DenseMap<const void *, const PassInfo *>; variable
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
H A DASTReaderDecl.cpp4727 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); UpdateDecl() local
H A DASTReader.cpp8139 using MapType = ContinuousRangeMap<Key, ModuleFile *, InitialCapacity>; dumpModuleIDMap() typedef
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h32 typedef std::map<KeyType, lldb::TypeCategoryImplSP> MapType; typedef
H A DFormattersContainer.h144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
H A DOpenMPClause.h5864 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; global() variable
5899 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
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp363 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h239 using MapType = std::map<RegisterId, LaneBitmask>; member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1521 std::optional<OMPDeclareTargetDeclAttr::MapTypeTy> MapType = convertCaptureClause() local
6577 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; global() member
6725 getMapTypeBits(OpenMPMapClauseKind MapType,ArrayRef<OpenMPMapModifierKind> MapModifiers,ArrayRef<OpenMPMotionModifierKind> MotionModifiers,bool IsImplicit,bool AddPtrFlag,bool AddIsTargetParamFlag,bool IsNonContiguous) const getMapTypeBits() argument
6818 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) const generateInfoForComponentList() argument
7779 __anon5bd794cd2e02( 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
8506 OpenMPMapClauseKind MapType = std::get<1>(RHS); generateInfoForCapture() local
8528 OpenMPMapClauseKind MapType; generateInfoForCapture() local
8647 OpenMPMapClauseKind MapType; generateInfoForCapture() local
8666 OpenMPMapClauseKind MapType; generateInfoForCapture() local
9076 llvm::Value *MapType = MapperCGF.EmitLoadOfScalar( emitUserDefinedMapper() local
9279 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...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1410 typedef llvm::DenseMap<const D *, O> MapType; ImportOffsetMap() typedef
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp460 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp423 using MapType = IntervalMap<uint64_t, uint64_t>; verifyIndex() typedef
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp110 using MapType = std::map<Node, ColorKind>; typedef
2746 using MapType = std::unordered_map<SDValue, unsigned>; in ppHvxShuffleOfShuffle() typedef
H A DHexagonConstPropagation.cpp243 using MapType = std::map<Register, LatticeCell>; typedef in __anonf1f9b0260111::MachineConstPropagator::CellMap
/freebsd-src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4933 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; global() typedef
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4254 OpenMPMapClauseKind MapType = isMapType() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3484 using MapType = SmallDenseMap<PHINode *, size_t, 32>; global() typedef in __anond527a6aa0c11::PhiNodeSet
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22106 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
22419 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 DTreeTransform.h2017 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