Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp57 auto Result = Mappings.insert(std::make_pair(Module, Targets)); in addImport()
64 for (const auto &Item : Mappings) { in calculateSerializedSize()
73 using T = decltype(&*Mappings.begin()); in commit()
75 Ids.reserve(Mappings.size()); in commit()
77 for (const auto &M : Mappings) in commit()
H A DDebugCrossExSubsection.cpp37 Mappings[Local] = Global; in addMapping()
41 return Mappings.size() * sizeof(CrossModuleExport); in calculateSerializedSize()
46 for (const auto &M : Mappings) { in commit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp89 SmallVector<std::string, 8> Mappings; in addMappingsFromTLI() local
90 VFABI::getVectorVariantNames(CI, Mappings); in addMappingsFromTLI()
92 const SetVector<StringRef> OriginalSetOfMappings(llvm::from_range, Mappings); in addMappingsFromTLI()
99 Mappings.push_back(MangledName); in addMappingsFromTLI()
122 VFABI::setVectorVariantNames(&CI, Mappings); in addMappingsFromTLI()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DCBuffer.h44 SmallVector<CBufferMapping> Mappings; variable
52 iterator begin() { return Mappings.begin(); } in begin()
53 iterator end() { return Mappings.end(); } in end()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp282 auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in spelledForExpandedToken()
286 if (It == File.Mappings.begin()) { in spelledForExpandedToken()
311 auto It = llvm::partition_point(F.Mappings, [SpelledI](const Mapping &M) { in mappingStartingBeforeSpelled()
314 if (It == F.Mappings.begin()) in mappingStartingBeforeSpelled()
494 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionStartingAt()
497 if (M == File.Mappings.end() || M->BeginSpelled != SpelledIndex) in expansionStartingAt()
511 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionsOverlapping()
515 for (; M != File.Mappings.end() && M->BeginSpelled < SpelledEndIndex; ++M) in expansionsOverlapping()
565 for (auto Mapping : File.Mappings) { in macroExpansions()
742 auto &mappings = pair.second.Mappings; in build()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h44 SmallVectorImpl<VFInfo> &Mappings) { in getVFABIMappings() argument
66 Mappings.push_back(*Shape); in getVFABIMappings()
89 auto Mappings = VFDatabase::getMappings(CI);
90 for (VFInfo Info : Mappings)
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h64 std::map<uint32_t, uint32_t> Mappings;
H A DDebugCrossImpSubsection.h90 StringMap<std::vector<support::ulittle32_t>> Mappings;
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DCBuffer.cpp46 CBufferMapping &Mapping = Result->Mappings.emplace_back(Handle); in get()
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp643 auto *Mappings = dyn_cast<llvm::yaml::MappingNode>(DocumentRoot); in parseInvocationList() local
644 if (!Mappings) in parseInvocationList()
648 for (auto &NextMapping : *Mappings) { in parseInvocationList()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h344 std::vector<Mapping> Mappings; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp863 ValueToValueMapTy Mappings; in cloneCandidateFunction() local
864 Function *Clone = CloneFunction(F, Mappings); in cloneCandidateFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1127 std::vector<YAMLVFSEntry> Mappings; variable
1152 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings()
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod156 Policy Mappings NID_policy_mappings
/freebsd/share/i18n/csmapper/APPLE/
H A DGURMUKHI%UCS.src171 # 3. Mappings using corporate characters
H A DUCS%GURMUKHI.src171 # 3. Mappings using corporate characters
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp695 const ModifierMappingsType &Mappings) const { in getSubstitutionMappings()
698 NewMappings.push_back(mapIndex(Idx, Mappings)); in getSubstitutionMappings()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2742 Mappings.emplace_back(VirtualPath, RealPath, IsDirectory); in addEntry()
2915 llvm::sort(Mappings, [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) { in write()
2919 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()
/freebsd/sys/contrib/openzfs/
H A D.mailmap120 # Mappings from Github no-reply addresses
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5914 std::vector<CoreFileMapping> Mappings; member
5949 Ret.Mappings.resize(FileCount); in readCoreNote()
5951 for (CoreFileMapping &Mapping : Ret.Mappings) { in readCoreNote()
5976 for (const CoreFileMapping &Mapping : Note.Mappings) { in printCoreNote()
8100 for (const CoreFileMapping &Mapping : Note.Mappings) { in printCoreNoteLLVMStyle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2225 createOffloadMaptypes(SmallVectorImpl<uint64_t> &Mappings,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3290 SmallVector<std::pair<unsigned, DiagnosticMapping>> Mappings; in WritePragmaDiagnosticMappings() local
3304 Mappings.push_back(I); in WritePragmaDiagnosticMappings()
3308 llvm::sort(Mappings, llvm::less_first()); in WritePragmaDiagnosticMappings()
3310 for (const auto &I : Mappings) { in WritePragmaDiagnosticMappings()
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt878 id-ce 33 : policyMappings : X509v3 Policy Mappings
928 id-ce 68 : attributeMappings : X509v3 Attribute Mappings
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1477 SmallVector<VFInfo> Mappings = VFDatabase(*Call).getMappings(*Call); in getSameOpcode() local
1478 if (Mappings.size() != BaseMappings.size() || in getSameOpcode()
1479 Mappings.front().ISA != BaseMappings.front().ISA || in getSameOpcode()
1480 Mappings.front().ScalarName != BaseMappings.front().ScalarName || in getSameOpcode()
1481 Mappings.front().VectorName != BaseMappings.front().VectorName || in getSameOpcode()
1482 Mappings.front().Shape.VF != BaseMappings.front().Shape.VF || in getSameOpcode()
1483 Mappings.front().Shape.Parameters != in getSameOpcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td654 // Mappings MatchTypeIdx to ACTys

12