Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp88 SmallVector<std::string, 8> Mappings; in addMappingsFromTLI()
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()
87 SmallVector<std::string, 8> Mappings; addMappingsFromTLI() local
/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()
313 auto It = llvm::partition_point(F.Mappings, [SpelledI](const Mapping &M) { in mappingStartingBeforeSpelled()
316 if (It == F.Mappings.begin()) in mappingStartingBeforeSpelled()
496 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionStartingAt()
499 if (M == File.Mappings.end() || M->BeginSpelled != SpelledIndex) in expansionStartingAt()
513 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) { in expansionsOverlapping()
517 for (; M != File.Mappings.end() && M->BeginSpelled < SpelledEndIndex; ++M) in expansionsOverlapping()
567 for (auto Mapping : File.Mappings) { in macroExpansions()
744 auto &mappings = pair.second.Mappings; in build()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h42 SmallVectorImpl<VFInfo> &Mappings) { in getVFABIMappings() argument
64 Mappings.push_back(*Shape); in getVFABIMappings()
87 auto Mappings = VFDatabase::getMappings(CI);
88 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/include/clang/Tooling/Syntax/
H A DTokens.h344 std::vector<Mapping> Mappings; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1105 std::vector<YAMLVFSEntry> Mappings; variable
1130 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp802 ValueToValueMapTy Mappings; in cloneCandidateFunction() local
803 Function *Clone = CloneFunction(F, Mappings); in cloneCandidateFunction()
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod145 Policy Mappings NID_policy_mappings
H A DEVP_EncryptInit.pod992 The Mappings from EVP_CIPHER_CTX_ctrl() identifiers to PARAMETERS are listed
/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/sys/contrib/openzfs/
H A D.mailmap97 # Mappings from Github no-reply addresses
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2729 Mappings.emplace_back(VirtualPath, RealPath, IsDirectory); in addEntry()
2902 llvm::sort(Mappings, [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) { in write()
2906 JSONWriter(OS).write(Mappings, UseExternalNames, IsCaseSensitive, in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2113 GlobalVariable *createOffloadMaptypes(SmallVectorImpl<uint64_t> &Mappings,
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5816 std::vector<CoreFileMapping> Mappings; member
5851 Ret.Mappings.resize(FileCount); in readCoreNote()
5853 for (CoreFileMapping &Mapping : Ret.Mappings) { in readCoreNote()
5878 for (const CoreFileMapping &Mapping : Note.Mappings) { in printCoreNote()
7982 for (const CoreFileMapping &Mapping : Note.Mappings) { in printCoreNoteLLVMStyle()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3204 SmallVector<std::pair<unsigned, DiagnosticMapping>> Mappings; in WritePragmaDiagnosticMappings() local
3218 Mappings.push_back(I); in WritePragmaDiagnosticMappings()
3222 llvm::sort(Mappings, llvm::less_first()); in WritePragmaDiagnosticMappings()
3224 for (const auto &I : Mappings) { in WritePragmaDiagnosticMappings()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp893 SmallVector<VFInfo> Mappings = VFDatabase(*Call).getMappings(*Call); in getSameOpcode() local
894 if (Mappings.size() != BaseMappings.size() || in getSameOpcode()
895 Mappings.front().ISA != BaseMappings.front().ISA || in getSameOpcode()
896 Mappings.front().ScalarName != BaseMappings.front().ScalarName || in getSameOpcode()
897 Mappings.front().VectorName != BaseMappings.front().VectorName || in getSameOpcode()
898 Mappings.front().Shape.VF != BaseMappings.front().Shape.VF || in getSameOpcode()
899 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/include/llvm/IR/
H A DIntrinsics.td618 // Mappings MatchTypeIdx to ACTys
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7214 OpenMPIRBuilder::createOffloadMaptypes(SmallVectorImpl<uint64_t> &Mappings, in createOffloadMaptypes() argument
7217 llvm::ConstantDataArray::get(M.getContext(), Mappings); in createOffloadMaptypes()
/freebsd/share/examples/ipfilter/
H A Dipf-howto.txt1741 4.3. One to One Mappings

12