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.h31 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
65 std::unique_ptr<MemoryMapper> Mapper; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp584 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
690 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
830 InstructionMapper &Mapper, in outline()
991 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1180 InstructionMapper Mapper; in doOutline() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTensorSpec.cpp81 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local
H A DIRSimilarityIdentifier.cpp970 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree()
H A DMemoryBuiltins.cpp380 function_ref<const Value *(const Value *)> Mapper) { in getAllocSize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp58 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h1130 IRInstructionMapper Mapper; variable
/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
/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.cpp449 ValueMapper Mapper; member in __anone1f06e680211::IRLinker
/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
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6597 const ValueDecl *Mapper = nullptr; member
6840 const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, in generateInfoForComponentList()
7814 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses()
8542 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local
8589 const ValueDecl *Mapper; in generateInfoForCapture() local
8708 const ValueDecl *Mapper; in generateInfoForCapture() local
8727 const ValueDecl *Mapper; in generateInfoForCapture() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp856 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5722 const ValueDecl *Mapper = nullptr; variable