Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp88 SmallVector<std::string, 8> Mappings; in addMappingsFromTLI() local
89 VFABI::getVectorVariantNames(CI, Mappings); in addMappingsFromTLI()
91 const SetVector<StringRef> OriginalSetOfMappings(Mappings.begin(), in addMappingsFromTLI()
92 Mappings.end()); in addMappingsFromTLI()
99 Mappings.push_back(MangledName); in addMappingsFromTLI()
122 VFABI::setVectorVariantNames(&CI, Mappings); in addMappingsFromTLI()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp58 auto Result = Mappings.insert(std::make_pair(Module, Targets)); in addImport()
65 for (const auto &Item : Mappings) { in calculateSerializedSize()
74 using T = decltype(&*Mappings.begin()); in commit()
76 Ids.reserve(Mappings.size()); in commit()
78 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/clang/lib/Tooling/Syntax/
H A DTokens.cpp284 auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in spelledForExpandedToken()
288 if (It == File.Mappings.begin()) { in spelledForExpandedToken()
316 if (It == F.Mappings.begin()) in mappingStartingBeforeSpelled()
495 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionStartingAt()
498 if (M == File.Mappings.end() || M->BeginSpelled != SpelledIndex) in expansionStartingAt()
566 for (auto Mapping : File.Mappings) { in macroExpansions()
743 auto &mappings = pair.second.Mappings; in build()
782 Result.Files[File].Mappings.push_back(Mapping); in discard()
848 Result.Files[File].Mappings.push_back(Mapping); in advance()
958 if (File.Mappings.empty()) { in dumpForTests()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h41 SmallVectorImpl<VFInfo> &Mappings) { in getVFABIMappings() argument
63 Mappings.push_back(*Shape); in getVFABIMappings()
86 auto Mappings = VFDatabase::getMappings(CI);
87 for (VFInfo Info : Mappings)
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h62 std::map<uint32_t, uint32_t> Mappings;
H A DDebugCrossImpSubsection.h88 StringMap<std::vector<support::ulittle32_t>> Mappings;
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp642 auto *Mappings = dyn_cast<llvm::yaml::MappingNode>(DocumentRoot); in parseInvocationList() local
643 if (!Mappings) in parseInvocationList()
647 for (auto &NextMapping : *Mappings) { in parseInvocationList()
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dadi,ltc2688.yaml95 respective @clock must also be provided. Mappings between this and
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h344 std::vector<Mapping> Mappings; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1067 std::vector<YAMLVFSEntry> Mappings; variable
1092 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp800 ValueToValueMapTy Mappings; in cloneCandidateFunction() local
801 Function *Clone = CloneFunction(F, Mappings); in cloneCandidateFunction()
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod144 Policy Mappings NID_policy_mappings
H A DEVP_EncryptInit.pod987 The Mappings from EVP_CIPHER_CTX_ctrl() identifiers to PARAMETERS are listed
/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/share/i18n/csmapper/APPLE/
H A DUCS%GURMUKHI.src171 # 3. Mappings using corporate characters
H A DGURMUKHI%UCS.src171 # 3. Mappings using corporate characters
/freebsd/sys/contrib/openzfs/
H A D.mailmap92 # Mappings from Github no-reply addresses
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2648 Mappings.emplace_back(VirtualPath, RealPath, IsDirectory); in addEntry()
2823 llvm::sort(Mappings, [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) { in write()
2827 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1535 GlobalVariable *createOffloadMaptypes(SmallVectorImpl<uint64_t> &Mappings,
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5665 std::vector<CoreFileMapping> Mappings; member
5700 Ret.Mappings.resize(FileCount); in readCoreNote()
5702 for (CoreFileMapping &Mapping : Ret.Mappings) { in readCoreNote()
5727 for (const CoreFileMapping &Mapping : Note.Mappings) { in printCoreNote()
7743 for (const CoreFileMapping &Mapping : Note.Mappings) { in printCoreNoteLLVMStyle()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3064 SmallVector<std::pair<unsigned, DiagnosticMapping>> Mappings; in WritePragmaDiagnosticMappings() local
3078 Mappings.push_back(I); in WritePragmaDiagnosticMappings()
3082 llvm::sort(Mappings, [](const auto &LHS, const auto &RHS) { in WritePragmaDiagnosticMappings()
3086 for (const auto &I : Mappings) { in WritePragmaDiagnosticMappings()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp747 SmallVector<VFInfo> Mappings = VFDatabase(*Call).getMappings(*Call); in getSameOpcode() local
748 if (Mappings.size() != BaseMappings.size() || in getSameOpcode()
749 Mappings.front().ISA != BaseMappings.front().ISA || in getSameOpcode()
750 Mappings.front().ScalarName != BaseMappings.front().ScalarName || in getSameOpcode()
751 Mappings.front().VectorName != BaseMappings.front().VectorName || in getSameOpcode()
752 Mappings.front().Shape.VF != BaseMappings.front().Shape.VF || in getSameOpcode()
753 Mappings.front().Shape.Parameters != in getSameOpcode()
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt846 id-ce 33 : policyMappings : X509v3 Policy Mappings
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5251 OpenMPIRBuilder::createOffloadMaptypes(SmallVectorImpl<uint64_t> &Mappings, in createOffloadMaptypes() argument
5254 llvm::ConstantDataArray::get(M.getContext(), Mappings); in createOffloadMaptypes()

12