Home
last modified time | relevance | path

Searched refs:MapType (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h34 typename MapType = DenseMap<KeyT, unsigned>,
37 MapType Map;
41 std::is_integral_v<typename MapType::mapped_type>,
99 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0);
100 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
113 typename MapType::const_iterator Pos = Map.find(Key); in lookup()
168 typename MapType::const_iterator Pos = Map.find(Key);
174 typename MapType::const_iterator Pos = Map.find(Key); in erase()
181 typename MapType::iterator Pos = Map.find(Vector.back().first); in erase()
227 template <typename KeyT, typename ValueT, typename MapType, typenam in remove_if()
[all...]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h88 typedef std::map<unsigned, InfoT> MapType; typedef
89 typedef typename MapType::value_type PairType;
90 typedef typename MapType::iterator iterator;
91 typedef typename MapType::const_iterator const_iterator;
94 InfoByHwMode(const MapType &M) : Map(M) {} in InfoByHwMode()
151 MapType Map;
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h32 typedef std::map<KeyType, lldb::TypeCategoryImplSP> MapType; typedef
33 typedef MapType::iterator MapIterator;
95 MapType m_map;
H A DFormattersContainer.h144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
268 MapType m_map;
H A DFormatManager.h38 typedef TypeCategoryMap::MapType::iterator CategoryMapIterator;
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h41 using MapType = DenseMap<const void *, const PassInfo *>; variable
42 MapType PassInfoMap;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
41 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end(); in dumpLocalRemap()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h239 using MapType = std::map<RegisterId, LaneBitmask>; member
242 MapType Masks;
243 MapType::iterator Pos;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp26 template <typename MapType, typename EndianType>
29 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapRequiredAs()
36 template <typename MapType, typename EndianType>
38 MapType Default) { in mapOptionalAs()
39 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapOptionalAs()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h136 template <typename MapType, typename KeyType, typename ValueType>
137 void addItem(MapType *Map, KeyType Key, ValueType Value) { in addItem()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h699 using MapType = in applyClause() local
700 typename tomp::clause::MapT<TypeTy, IdTy, ExprTy>::MapType; in applyClause()
704 {/*MapType=*/MapType::Tofrom, in applyClause()
978 using MapType = in applyClause() local
979 typename tomp::clause::MapT<TypeTy, IdTy, ExprTy>::MapType; in applyClause()
983 {/*MapType=*/MapType::Tofrom, /*MapTypeModifier=*/std::nullopt, in applyClause()
H A DClauseT.h783 ENUM(MapType, To, From, Tofrom, Alloc, Release, Delete);
791 std::tuple<OPT(MapType), OPT(MapTypeModifiers), OPT(Mappers), OPT(Iterator),
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp363 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef
364 MapType module_name_to_filtered_index; in GetFilteredModuleList()
376 MapType::iterator iter; in GetFilteredModuleList()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp110 using MapType = std::map<Node, ColorKind>; typedef
119 const MapType &colors() const { in colors()
133 MapType Colors;
482 const Coloring::MapType &M = G.colors(); in route()
549 const Coloring::MapType &M = G.colors(); in route()
2746 using MapType = std::unordered_map<SDValue, unsigned>; in ppHvxShuffleOfShuffle()
2750 const MapType &OpMap) -> int { in ppHvxShuffleOfShuffle()
2775 auto fold3 = [&](SDValue TopShuff, SDValue Inp, MapType &&OpMap) -> SDValue { in ppHvxShuffleOfShuffle()
2859 MapType OpMap = { in ppHvxShuffleOfShuffle()
2749 using MapType = std::unordered_map<SDValue, unsigned>; ppHvxShuffleOfShuffle() typedef
H A DHexagonConstPropagation.cpp224 MapType::const_iterator F = Map.find(R); in has()
231 MapType::const_iterator F = Map.find(R); in get()
243 using MapType = std::map<Register, LatticeCell>; typedef in __anonfe19b4d40111::MachineConstPropagator::CellMap
245 MapType Map;
252 using const_iterator = MapType::const_iterator;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1523 std::optional<OMPDeclareTargetDeclAttr::MapTypeTy> MapType = in convertCaptureClause() local
1525 if (!MapType) in convertCaptureClause()
1527 switch ((int)*MapType) { // Avoid -Wcovered-switch-default in convertCaptureClause()
6592 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member
6604 OpenMPMapClauseKind MapType, in MapInfo()
6610 : Components(Components), MapType(MapType), MapModifiers(MapModifiers), in MapInfo()
6740 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits() argument
6746 switch (MapType) { in getMapTypeBits()
6833 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList() argument
7311 getMapTypeBits(MapType, MapModifiers, MotionModifiers, IsImplicit, in generateInfoForComponentList()
[all …]
H A DCGOpenMPRuntime.h566 llvm::Value *MapType, llvm::Value *MapName,
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp109 MapType::iterator iter = m_map.begin(), end = m_map.end(); in EnableAllCategories()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp480 using MapType = IntervalMap<uint64_t, uint64_t>; in verifyIndex() typedef
481 MapType::Allocator Alloc; in verifyIndex()
482 std::vector<std::unique_ptr<MapType>> Sections(Index.getColumnKinds().size()); in verifyIndex()
496 Sections[Col] = std::make_unique<MapType>(Alloc); in verifyIndex()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5174 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
5189 std::shared_ptr<MapType> Styles;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4194 unsigned MapType = in isMapType() local
4196 if (MapType == OMPC_MAP_to || MapType == OMPC_MAP_from || in isMapType()
4197 MapType == OMPC_MAP_tofrom || MapType == OMPC_MAP_alloc || in isMapType()
4198 MapType == OMPC_MAP_delete || MapType == OMPC_MAP_release) in isMapType()
4199 return static_cast<OpenMPMapClauseKind>(MapType); in isMapType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp552 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef
553 typedef typename MapType::value_type PairType; in ImportOffsetMap()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5904 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable
5939 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() argument
5945 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause()
5989 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType()
6054 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType()
6110 if (MapType == OMPC_MAP_to || MapType == OMPC_MAP_tofrom) in used_children()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20928 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList() argument
21133 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_alloc || in checkMappableExpressionList()
21137 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
21148 !(MapType == OMPC_MAP_from || MapType == OMPC_MAP_release || in checkMappableExpressionList()
21149 MapType == OMPC_MAP_delete || SemaRef.getLangOpts().OpenMP >= 52)) { in checkMappableExpressionList()
21152 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
21178 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_from || in checkMappableExpressionList()
21179 MapType == OMPC_MAP_tofrom || MapType == OMPC_MAP_alloc)) { in checkMappableExpressionList()
21182 << getOpenMPSimpleClauseTypeName(OMPC_map, MapType) in checkMappableExpressionList()
21241 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1225 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,

12