Home
last modified time | relevance | path

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

/freebsd/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/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/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()
937 Mapper.mapToIllegalUnsigned(It, IntegerMappingForModule, InstrListForModule, in populateMapper()
940 Mapper.IDL->push_back(*InstrListForModule.back()); in populateMapper()
970 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
986 if (Key > Mapper.IllegalInstrNumber) { in createCandidatesFromSuffixTree()
1408 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates()
1456 Mapper.InstClassifier.EnableBranches = this->EnableBranches; in findSimilarity()
1457 Mapper.InstClassifier.EnableIndirectCalls = EnableIndirectCalls; in findSimilarity()
1458 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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp456 void findCandidates(InstructionMapper &Mapper,
466 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum);
470 InstructionMapper &Mapper,
492 void populateMapper(InstructionMapper &Mapper, Module &M,
584 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates() argument
586 SuffixTree ST(Mapper.UnsignedVec, OutlinerLeafDescendants); in findCandidates()
647 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
648 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
652 Mapper.MBBFlagsMap[MBB]); in findCandidates()
690 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp109 class Mapper { class
125 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anoncb3f1d700111::Mapper
131 ~Mapper() { assert(!hasWorkToDo() && "Expected to be flushed"); } in ~Mapper()
191 Mapper &M;
223 MDNodeMapper(Mapper &M) : M(M) {} in MDNodeMapper()
339 Value *Mapper::mapValue(const Value *V) { in mapValue()
540 void Mapper::remapDbgRecord(DbgRecord &DR) { in remapDbgRecord()
591 Value *Mapper::mapBlockAddress(const BlockAddress &BA) { in mapBlockAddress()
608 Metadata *Mapper::mapToMetadata(const Metadata *Key, Metadata *Val) { in mapToMetadata()
613 Metadata *Mapper::mapToSelf(const Metadata *MD) { in mapToSelf()
[all …]
/freebsd/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/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp449 ValueMapper Mapper; member in __anone1f06e680211::IRLinker
547 Mapper(ValueMap, RF_ReuseAndMutateDistinctMDs | RF_IgnoreMissingLocals, in IRLinker()
549 IndirectSymbolMCID(Mapper.registerAlternateMappingContext( in IRLinker()
986 Mapper.scheduleMapAppendingVariable( in linkAppendingVarProto()
1119 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalVariable()
1149 Mapper.scheduleRemapFunction(Dst); in linkFunctionBody()
1154 Mapper.scheduleMapGlobalAlias(Dst, *Src.getAliasee(), IndirectSymbolMCID); in linkAliasAliasee()
1158 Mapper.scheduleMapGlobalIFunc(Dst, *Src.getResolver(), IndirectSymbolMCID); in linkIFuncResolver()
1246 DestNMD->addOperand(Mapper.mapMDNode(*Op)); in linkNamedMDNodes()
1621 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.h1052 : Mapper(&InstDataAllocator, &InstDataListAllocator),
1060 /// already present in the Mapper if possible.
1130 IRInstructionMapper Mapper; variable
H A DMemoryBuiltins.h117 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.cpp856 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
860 Mapper.traverseAndRemap(Node); in stripNonLineTableDebugInfo()
861 auto *NewNode = Mapper.mapNode(Node); in stripNonLineTableDebugInfo()
871 Mapper.traverseAndRemap(SP); in stripNonLineTableDebugInfo()
872 auto *NewSP = cast<DISubprogram>(Mapper.mapNode(SP)); in stripNonLineTableDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6597 const ValueDecl *Mapper = nullptr; member
6608 const ValueDecl *Mapper = nullptr, const Expr *VarRef = nullptr, in MapInfo()
6613 Mapper(Mapper), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {} in MapInfo()
6840 const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, in generateInfoForComponentList() argument
7404 bool HasMapper = Mapper && Next == CE; in generateInfoForComponentList()
7406 CombinedInfo.Mappers.push_back(HasMapper ? Mapper : nullptr); in generateInfoForComponentList()
7408 StructBaseCombinedInfo.Mappers.push_back(HasMapper ? Mapper in generateInfoForComponentList()
7813 bool ReturnDevicePointer, bool IsImplicit, const ValueDecl *Mapper, in generateAllInfoForClauses()
7825 IsImplicit, Mapper, VarRef, ForDeviceAddr); in generateAllInfoForClauses()
8079 /*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/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2144 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule() local
H A DAttributorAttributes.cpp6817 auto Mapper = [&](const Value *V) -> const Value * { in getSize() local
6828 return getAllocSize(AI.CB, TLI, Mapper); in getSize()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5722 const ValueDecl *Mapper = nullptr; variable
5724 Mapper = cast<ValueDecl>(cast<DeclRefExpr>(*MapperCur)->getDecl());
5728 Mapper);
/freebsd/contrib/file/magic/Magdir/
H A Dconsole141 # Mapper