Home
last modified time | relevance | path

Searched refs:Mapper (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h28 std::unique_ptr<MemoryMapper> Mapper);
33 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
34 if (!Mapper) in CreateWithMapper()
35 return Mapper.takeError(); in CreateWithMapper()
38 std::move(*Mapper)); in CreateWithMapper()
67 std::unique_ptr<MemoryMapper> Mapper; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp34 Parent.Mapper->initialize(AI, [OnFinalize = std::move(OnFinalize)]( in finalize()
46 Parent.Mapper->deinitialize({AllocAddr}, std::move(OnFinalize)); in abandon()
57 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager() argument
59 Mapper(std::move(Mapper)) {} in MapperJITLinkMemoryManager()
66 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(Mapper->getPageSize()); in allocate()
93 Seg.WorkingMem = Mapper->prepare(NextSegAddr, TotalSize); in allocate()
95 NextSegAddr += alignTo(TotalSize, Mapper->getPageSize()); in allocate()
140 Mapper->reserve(TotalAllocation, std::move(CompleteAllocation)); in allocate()
155 Mapper->deinitialize(Bases, [this, Allocs = std::move(Allocs), in deallocate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp502 findCandidates(InstructionMapper &Mapper,
512 InstructionMapper &Mapper,
524 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum);
528 InstructionMapper &Mapper,
561 void populateMapper(InstructionMapper &Mapper, Module &M);
663 static SmallVector<MatchedEntry> getMatchedEntries(InstructionMapper &Mapper) { in getMatchedEntries() argument
664 auto &InstrList = Mapper.InstrList; in getMatchedEntries()
665 auto &UnsignedVec = Mapper.UnsignedVec; in getMatchedEntries()
675 if (UnsignedVec[Index] >= Mapper.LegalInstrNumber) in getMatchedEntries()
718 InstructionMapper &Mapper, in findGlobalCandidates() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTensorSpec.cpp81 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local
82 if (!Mapper) in getTensorSpecFromJSON()
90 if (!Mapper.map<std::string>("name", TensorName)) in getTensorSpecFromJSON()
92 if (!Mapper.map<std::string>("type", TensorType)) in getTensorSpecFromJSON()
94 if (!Mapper.map<int>("port", TensorPort)) in getTensorSpecFromJSON()
96 if (!Mapper.map<std::vector<int64_t>>("shape", TensorShape)) in getTensorSpecFromJSON()
H A DIRSimilarityIdentifier.cpp914 Mapper.initializeForBBs(M); in populateMapper()
926 Mapper.convertToUnsignedVec(BB, InstrListForModule, in populateMapper()
931 Mapper.mapToIllegalUnsigned(It, IntegerMappingForModule, InstrListForModule, in populateMapper()
934 Mapper.IDL->push_back(*InstrListForModule.back()); in populateMapper()
964 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
980 if (Key > Mapper.IllegalInstrNumber) { in createCandidatesFromSuffixTree()
1401 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates()
1441 Mapper.InstClassifier.EnableBranches = this->EnableBranches; in findSimilarity()
1442 Mapper.InstClassifier.EnableIndirectCalls = EnableIndirectCalls; in findSimilarity()
1443 Mapper.EnableMatchCallsByName = EnableMatchingCallsByName; in findSimilarity()
[all …]
H A DMemoryBuiltins.cpp368 function_ref<const Value *(const Value *)> Mapper) { in getAllocSize() argument
382 APInt Size(IntTyBits, GetStringLength(Mapper(CB->getArgOperand(0)))); in getAllocSize()
389 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
401 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
413 Arg = dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->SndParam))); in getAllocSize()
934 auto Mapper = [this](const Value *V) -> const Value * { in visitCallBase() local
945 if (std::optional<APInt> Size = getAllocSize(&CB, TLI, Mapper)) { in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp109 class Mapper { class
126 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anoncb3f1d700111::Mapper
133 ~Mapper() { assert(!hasWorkToDo() && "Expected to be flushed"); } in ~Mapper()
193 Mapper &M;
225 MDNodeMapper(Mapper &M) : M(M) {} in MDNodeMapper()
341 Value *Mapper::mapValue(const Value *V) { in mapValue()
544 void Mapper::remapDbgRecord(DbgRecord &DR) { in remapDbgRecord()
593 Value *Mapper::mapBlockAddress(const BlockAddress &BA) { in mapBlockAddress()
610 Metadata *Mapper::mapToMetadata(const Metadata *Key, Metadata *Val) { in mapToMetadata()
615 Metadata *Mapper::mapToSelf(const Metadata *MD) { in mapToSelf()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h144 Error mapVectorN(T &Items, const ElementMapper &Mapper,
154 if (auto EC = Mapper(*this, X))
163 if (auto EC = Mapper(*this, X))
171 if (auto EC = Mapper(*this, Item))
181 Error mapVectorTail(T &Items, const ElementMapper &Mapper,
186 if (auto EC = Mapper(*this, Item))
193 if (auto EC = Mapper(*this, Field))
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp344 ValueMapper Mapper; member in __anone1f06e680211::IRLinker
442 Mapper(ValueMap, RF_ReuseAndMutateDistinctMDs | RF_IgnoreMissingLocals, in IRLinker()
444 IndirectSymbolMCID(Mapper.registerAlternateMappingContext( in IRLinker()
878 Mapper.scheduleMapAppendingVariable( in linkAppendingVarProto()
1011 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalVariable()
1040 Mapper.scheduleRemapFunction(Dst); in linkFunctionBody()
1045 Mapper.scheduleMapGlobalAlias(Dst, *Src.getAliasee(), IndirectSymbolMCID); in linkAliasAliasee()
1049 Mapper.scheduleMapGlobalIFunc(Dst, *Src.getResolver(), IndirectSymbolMCID); in linkIFuncResolver()
1137 DestNMD->addOperand(Mapper.mapMDNode(*Op)); in linkNamedMDNodes()
1509 Mapper.mapValue(*GV); in run()
[all …]
/freebsd/contrib/dialog/po/
H A Dnb.po60 msgstr "Mapper"
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h1051 : Mapper(&InstDataAllocator, &InstDataListAllocator),
1129 IRInstructionMapper Mapper; variable
H A DMemoryBuiltins.h121 function_ref<const Value *(const Value *)> Mapper = [](const Value *V) {
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp683 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local
684 return Mapper(IO, Record); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp882 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
886 Mapper.traverseAndRemap(Node); in stripNonLineTableDebugInfo()
887 auto *NewNode = Mapper.mapNode(Node); in stripNonLineTableDebugInfo()
897 Mapper.traverseAndRemap(SP); in stripNonLineTableDebugInfo()
898 auto *NewSP = cast<DISubprogram>(Mapper.mapNode(SP)); in stripNonLineTableDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6853 const ValueDecl *Mapper = nullptr; member
6864 const ValueDecl *Mapper = nullptr, const Expr *VarRef = nullptr, in MapInfo()
6869 Mapper(Mapper), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {} in MapInfo()
7096 const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, in generateInfoForComponentList() argument
7665 bool HasMapper = Mapper && Next == CE;
7667 CombinedInfo.Mappers.push_back(HasMapper ? Mapper : nullptr);
7669 StructBaseCombinedInfo.Mappers.push_back(HasMapper ? Mapper
8074 bool ReturnDevicePointer, bool IsImplicit, const ValueDecl *Mapper, in generateAllInfoForClauses()
8081 IsImplicit, Mapper, VarRef, ForDeviceAddr); in generateAllInfoForClauses()
8335 /*GenerateAllInfoForClauses*/ true, L.Mapper, L.ForDeviceAddr, VD, in generateAllInfoForClauses()
[all …]
/freebsd/contrib/mandoc/
H A Dlib.in53 LINE("libdm", "Device Mapper Library (libdm, \\-ldm)")
/freebsd/usr.sbin/services_mkdb/
H A Dservices751 as-servermap 449/tcp #AS Server Mapper
752 as-servermap 449/udp #AS Server Mapper
1257 mdc-portmapper 685/tcp #MDC Port Mapper
1258 mdc-portmapper 685/udp #MDC Port Mapper
1846 epmd 4369/tcp #Erlang Port Mapper Daemon
1847 epmd 4369/udp #Erlang Port Mapper Daemon
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dglossary.md190 **QSM:** QUIC Streams Mapper. Manages internal `QUIC_STREAM` objects and maps
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2165 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule() local
H A DAttributorAttributes.cpp6878 auto Mapper = [&](const Value *V) -> const Value * { in getSize() local
6889 return getAllocSize(AI.CB, TLI, Mapper); in getSize()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6273 const ValueDecl *Mapper = nullptr; variable
6275 Mapper = cast<ValueDecl>(cast<DeclRefExpr>(*MapperCur)->getDecl());
6279 Mapper);
/freebsd/contrib/file/magic/Magdir/
H A Dconsole141 # Mapper