Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp386 void findCandidates(InstructionMapper &Mapper,
422 void populateMapper(InstructionMapper &Mapper, Module &M,
516 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()
734 InstructionMapper &Mapper, in outline() argument
750 erase_if(OF.Candidates, [&Mapper](Candidate &C) { in outline()
752 Mapper.UnsignedVec.begin() + C.getStartIdx(), in outline()
753 Mapper.UnsignedVec.begin() + C.getEndIdx() + 1, in outline()
905 Mapper.convertToUnsignedVec(MBB, *TII); in populateMapper()
1026 InstructionMapper Mapper; in doOutline() local
1029 populateMapper(Mapper, M, MMI); in doOutline()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp109 class Mapper { class
190 Mapper &M;
222 MDNodeMapper(Mapper &M) : M(M) {} in MDNodeMapper()
338 Value *Mapper::mapValue(const Value *V) { in mapValue()
853 void Mapper::flush() { in flush()
979 void Mapper::remapFunction(Function &F) { in remapFunction()
1095 void Mapper::addFlags(RemapFlags Flags) { in addFlags()
1100 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1101 return reinterpret_cast<Mapper *>(pImpl); in getAsMapper()
1107 Mapper &M;
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp120 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local
121 if (!Mapper) in getTensorSpecFromJSON()
129 if (!Mapper.map<std::string>("name", TensorName)) in getTensorSpecFromJSON()
131 if (!Mapper.map<std::string>("type", TensorType)) in getTensorSpecFromJSON()
133 if (!Mapper.map<int>("port", TensorPort)) in getTensorSpecFromJSON()
135 if (!Mapper.map<std::vector<int64_t>>("shape", TensorShape)) in getTensorSpecFromJSON()
H A DIRSimilarityIdentifier.cpp673 Mapper.convertToUnsignedVec(BB, InstrListForModule, in populateMapper()
705 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
719 if (Key > Mapper.IllegalInstrNumber) { in createCandidatesFromSuffixTree()
839 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp435 ValueMapper Mapper; member in __anone8cafb1c0211::IRLinker
531 Mapper(ValueMap, RF_ReuseAndMutateDistinctMDs | RF_IgnoreMissingLocals, in IRLinker()
533 IndirectSymbolMCID(Mapper.registerAlternateMappingContext( in IRLinker()
949 Mapper.scheduleMapAppendingVariable( in linkAppendingVarProto()
1078 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalVariable()
1107 Mapper.scheduleRemapFunction(Dst); in linkFunctionBody()
1113 Mapper.scheduleMapGlobalIndirectSymbol(Dst, *Src.getIndirectSymbol(), in linkIndirectSymbolBody()
1218 DestNMD->addOperand(Mapper.mapMDNode(*Op)); in linkNamedMDNodes()
1484 Mapper.mapValue(*GV); in run()
1493 Mapper.addFlags(RF_NullMapMissingGlobalValues); in run()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h655 : Mapper(&InstDataAllocator, &InstDataListAllocator) {} in IRSimilarityIdentifier()
729 IRInstructionMapper Mapper; variable
/freebsd-13.1/contrib/dialog/po/
H A Dnb.po60 msgstr "Mapper"
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp742 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
746 Mapper.traverseAndRemap(Node); in stripNonLineTableDebugInfo()
747 auto *NewNode = Mapper.mapNode(Node); in stripNonLineTableDebugInfo()
757 Mapper.traverseAndRemap(SP); in stripNonLineTableDebugInfo()
758 auto *NewSP = cast<DISubprogram>(Mapper.mapNode(SP)); in stripNonLineTableDebugInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp664 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local
665 return Mapper(IO, Record); in visitKnownMember()
/freebsd-13.1/contrib/mandoc/
H A Dlib.in53 LINE("libdm", "Device Mapper Library (libdm, \\-ldm)")
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7397 const ValueDecl *Mapper = nullptr; member
7413 Mapper(Mapper), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {} in MapInfo()
7628 const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, in generateInfoForComponentList() argument
8124 bool HasMapper = Mapper && Next == CE; in generateInfoForComponentList()
8531 IsImplicit, Mapper, VarRef, ForDeviceAddr); in generateAllInfoForClauses()
9098 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local
9102 std::tie(VDecl, Components, Mapper) = L; in generateInfoForCapture()
9145 const ValueDecl *Mapper; in generateInfoForCapture() local
9263 const ValueDecl *Mapper; in generateInfoForCapture() local
9271 PartialStruct, IsFirstComponentList, IsImplicit, Mapper, in generateInfoForCapture()
[all …]
/freebsd-13.1/usr.sbin/services_mkdb/
H A Dservices755 as-servermap 449/tcp #AS Server Mapper
756 as-servermap 449/udp #AS Server Mapper
1261 mdc-portmapper 685/tcp #MDC Port Mapper
1262 mdc-portmapper 685/udp #MDC Port Mapper
1850 epmd 4369/tcp #Erlang Port Mapper Daemon
1851 epmd 4369/udp #Erlang Port Mapper Daemon
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1846 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5434 const ValueDecl *Mapper = nullptr; variable
5436 Mapper = cast<ValueDecl>(cast<DeclRefExpr>(*MapperCur)->getDecl());
5440 Mapper);
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dconsole140 # Mapper.