Home
last modified time | relevance | path

Searched defs:Mapper (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h33 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
67 std::unique_ptr<MemoryMapper> Mapper; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp663 static SmallVector<MatchedEntry> getMatchedEntries(InstructionMapper &Mapper) { in getMatchedEntries()
718 InstructionMapper &Mapper, in findGlobalCandidates()
750 InstructionMapper &Mapper, in findCandidates()
893 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
1034 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum) { in outline()
1204 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M) { in populateMapper()
1450 InstructionMapper Mapper(*MMI); in doOutline() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTensorSpec.cpp81 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local
H A DMemoryBuiltins.cpp368 function_ref<const Value *(const Value *)> Mapper) { in getAllocSize()
934 auto Mapper = [this](const Value *V) -> const Value * { in visitCallBase() local
H A DIRSimilarityIdentifier.cpp964 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp57 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h1129 IRInstructionMapper Mapper; variable
/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp683 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp344 ValueMapper Mapper; member in __anone1f06e680211::IRLinker
/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
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6853 const ValueDecl *Mapper = nullptr; member
7096 const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, in generateInfoForComponentList()
8075 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses()
8799 const ValueDecl *VDecl, *Mapper; in generateInfoForCaptureFromClauseInfo() local
8891 const ValueDecl *Mapper; in generateInfoForCaptureFromComponentLists() local
9009 const ValueDecl *Mapper; in generateInfoForCaptureFromComponentLists() local
9028 const ValueDecl *Mapper; in generateInfoForCaptureFromComponentLists() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp882 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6273 const ValueDecl *Mapper = nullptr; variable