Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
HDPassRegistry.h41 using MapType = DenseMap<const void *, const PassInfo *>; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDModuleFile.cpp38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
HDASTReaderDecl.cpp4790 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); in UpdateDecl() local
HDASTReader.cpp8230 using MapType = ContinuousRangeMap<Key, ModuleFile *, InitialCapacity>; in dumpModuleIDMap() typedef
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDTypeCategoryMap.h32 typedef std::map<KeyType, lldb::TypeCategoryImplSP> MapType; typedef
HDFormattersContainer.h144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
HDOpenMPClause.h5904 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable
5939 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDInfoByHwMode.h88 typedef std::map<unsigned, InfoT> MapType; typedef
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDConstructDecompositionT.h699 using MapType = in applyClause() local
978 using MapType = in applyClause() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDMinidumpParser.cpp363 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDRDFRegisters.h239 using MapType = std::map<RegisterId, LaneBitmask>; member
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTImporter.cpp552 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp1523 std::optional<OMPDeclareTargetDeclAttr::MapTypeTy> MapType = in convertCaptureClause() local
6592 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member
6740 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits()
6833 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList()
7814 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses()
8564 OpenMPMapClauseKind MapType = std::get<1>(RHS); in generateInfoForCapture() local
8586 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
8705 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
8724 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9137 llvm::Value *MapType = MapperCGF.EmitLoadOfScalar( in emitUserDefinedMapper() local
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDConsumed.cpp460 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelDAGToDAGHVX.cpp110 using MapType = std::map<Node, ColorKind>; typedef
2746 using MapType = std::unordered_map<SDValue, unsigned>; in ppHvxShuffleOfShuffle() typedef
HDHexagonConstPropagation.cpp243 using MapType = std::map<Register, LatticeCell>; typedef in __anon64b5f0ed0111::MachineConstPropagator::CellMap
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFVerifier.cpp480 using MapType = IntervalMap<uint64_t, uint64_t>; in verifyIndex() typedef
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp4194 unsigned MapType = in isMapType() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h5174 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp3578 using MapType = SmallDenseMap<PHINode *, size_t, 32>; typedef in __anon0ba139710d11::PhiNodeSet
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp20928 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList()
21241 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
HDTreeTransform.h2041 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()