Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h26 std::unique_ptr<MemoryMapper> Mapper);
31 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
32 if (!Mapper) in CreateWithMapper()
33 return Mapper.takeError(); in CreateWithMapper()
36 std::move(*Mapper)); in CreateWithMapper()
65 std::unique_ptr<MemoryMapper> Mapper; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp35 Parent.Mapper->initialize(AI, [OnFinalize = std::move(OnFinalize)]( in finalize()
47 Parent.Mapper->release({AllocAddr}, std::move(OnFinalize)); in abandon()
58 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager() argument
60 Mapper(std::move(Mapper)) {} in MapperJITLinkMemoryManager()
67 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(Mapper->getPageSize()); in allocate()
94 Seg.WorkingMem = Mapper->prepare(NextSegAddr, TotalSize); in allocate()
96 NextSegAddr += alignTo(TotalSize, Mapper->getPageSize()); in allocate()
141 Mapper->reserve(TotalAllocation, std::move(CompleteAllocation)); in allocate()
156 Mapper->deinitialize(Bases, [this, Allocs = std::move(Allocs), in deallocate()
/freebsd-14.2/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.cpp920 Mapper.initializeForBBs(M); in populateMapper()
932 Mapper.convertToUnsignedVec(BB, InstrListForModule, in populateMapper()
940 Mapper.IDL->push_back(*InstrListForModule.back()); in populateMapper()
986 if (Key > Mapper.IllegalInstrNumber) { in createCandidatesFromSuffixTree()
1456 Mapper.InstClassifier.EnableBranches = this->EnableBranches; in findSimilarity()
1457 Mapper.InstClassifier.EnableIndirectCalls = EnableIndirectCalls; in findSimilarity()
1458 Mapper.EnableMatchCallsByName = EnableMatchingCallsByName; in findSimilarity()
1459 Mapper.InstClassifier.EnableIntrinsics = EnableIntrinsics; in findSimilarity()
1470 Mapper.InstClassifier.EnableBranches = this->EnableBranches; in findSimilarity()
1472 Mapper.EnableMatchCallsByName = EnableMatchingCallsByName; in findSimilarity()
[all …]
H A DMemoryBuiltins.cpp380 function_ref<const Value *(const Value *)> Mapper) { in getAllocSize() argument
394 APInt Size(IntTyBits, GetStringLength(Mapper(CB->getArgOperand(0)))); in getAllocSize()
401 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
413 dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->FstParam))); in getAllocSize()
425 Arg = dyn_cast<ConstantInt>(Mapper(CB->getArgOperand(FnData->SndParam))); in getAllocSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp449 void findCandidates(InstructionMapper &Mapper,
485 void populateMapper(InstructionMapper &Mapper, Module &M,
579 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()
824 InstructionMapper &Mapper, in outline() argument
839 auto *UnsignedVecBegin = Mapper.UnsignedVec.begin(); in outline()
1049 Mapper.convertToUnsignedVec(MBB, *TII); in populateMapper()
1053 UnsignedVecSize = Mapper.UnsignedVec.size(); in populateMapper()
1172 InstructionMapper Mapper; in doOutline() local
1175 populateMapper(Mapper, M, MMI); in doOutline()
1179 findCandidates(Mapper, FunctionList); in doOutline()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp109 class Mapper { class
191 Mapper &M;
223 MDNodeMapper(Mapper &M) : M(M) {} in MDNodeMapper()
339 Value *Mapper::mapValue(const Value *V) { in mapValue()
540 void Mapper::remapDPValue(DPValue &V) { in remapDPValue()
910 void Mapper::flush() { in flush()
1044 void Mapper::remapFunction(Function &F) { in remapFunction()
1162 void Mapper::addFlags(RemapFlags Flags) { in addFlags()
1167 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1168 return reinterpret_cast<Mapper *>(pImpl); in getAsMapper()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h143 Error mapVectorN(T &Items, const ElementMapper &Mapper,
153 if (auto EC = Mapper(*this, X))
162 if (auto EC = Mapper(*this, X))
170 if (auto EC = Mapper(*this, Item))
180 Error mapVectorTail(T &Items, const ElementMapper &Mapper,
185 if (auto EC = Mapper(*this, Item))
192 if (auto EC = Mapper(*this, Field))
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp448 ValueMapper Mapper; member in __anon8299d39e0211::IRLinker
548 IndirectSymbolMCID(Mapper.registerAlternateMappingContext( in IRLinker()
984 Mapper.scheduleMapAppendingVariable( in linkAppendingVarProto()
1117 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalVariable()
1147 Mapper.scheduleRemapFunction(Dst); in linkFunctionBody()
1152 Mapper.scheduleMapGlobalAlias(Dst, *Src.getAliasee(), IndirectSymbolMCID); in linkAliasAliasee()
1244 DestNMD->addOperand(Mapper.mapMDNode(*Op)); in linkNamedMDNodes()
1619 Mapper.mapValue(*GV); in run()
1628 Mapper.addFlags(RF_NullMapMissingGlobalValues); in run()
1639 Mapper.remapGlobalObjectMetadata(*NGO); in run()
[all …]
/freebsd-14.2/contrib/dialog/po/
H A Dnb.po60 msgstr "Mapper"
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h1052 : Mapper(&InstDataAllocator, &InstDataListAllocator),
1130 IRInstructionMapper Mapper; variable
H A DMemoryBuiltins.h117 function_ref<const Value *(const Value *)> Mapper = [](const Value *V) {
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp851 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
855 Mapper.traverseAndRemap(Node); in stripNonLineTableDebugInfo()
856 auto *NewNode = Mapper.mapNode(Node); in stripNonLineTableDebugInfo()
866 Mapper.traverseAndRemap(SP); in stripNonLineTableDebugInfo()
867 auto *NewSP = cast<DISubprogram>(Mapper.mapNode(SP)); in stripNonLineTableDebugInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6582 const ValueDecl *Mapper = nullptr; member
6598 Mapper(Mapper), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {} in MapInfo()
6825 const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, in generateInfoForComponentList() argument
7377 bool HasMapper = Mapper && Next == CE; in generateInfoForComponentList()
7790 IsImplicit, Mapper, VarRef, ForDeviceAddr); in generateAllInfoForClauses()
8489 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local
8493 std::tie(VDecl, Components, Mapper) = L; in generateInfoForCapture()
8531 const ValueDecl *Mapper; in generateInfoForCapture() local
8650 const ValueDecl *Mapper; in generateInfoForCapture() local
8659 IsImplicit, /*GenerateAllInfoForClauses*/ false, Mapper, in generateInfoForCapture()
[all …]
/freebsd-14.2/contrib/mandoc/
H A Dlib.in53 LINE("libdm", "Device Mapper Library (libdm, \\-ldm)")
/freebsd-14.2/usr.sbin/services_mkdb/
H A Dservices754 as-servermap 449/tcp #AS Server Mapper
755 as-servermap 449/udp #AS Server Mapper
1260 mdc-portmapper 685/tcp #MDC Port Mapper
1261 mdc-portmapper 685/udp #MDC Port Mapper
1849 epmd 4369/tcp #Erlang Port Mapper Daemon
1850 epmd 4369/udp #Erlang Port Mapper Daemon
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5682 const ValueDecl *Mapper = nullptr; variable
5684 Mapper = cast<ValueDecl>(cast<DeclRefExpr>(*MapperCur)->getDecl());
5688 Mapper);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2545 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule() local
H A DAttributorAttributes.cpp6801 auto Mapper = [&](const Value *V) -> const Value * { in getSize() local
6812 return getAllocSize(AI.CB, TLI, Mapper); in getSize()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dconsole140 # Mapper.