Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp529 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
610 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
751 InstructionMapper &Mapper, in outline()
877 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1053 InstructionMapper Mapper; in doOutline() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTensorSpec.cpp79 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local
H A DIRSimilarityIdentifier.cpp917 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree()
H A DMemoryBuiltins.cpp368 function_ref<const Value *(const Value *)> Mapper) { in getAllocSize()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp58 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp108 class Mapper { class
124 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anoncf5c37070111::Mapper
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h1064 IRInstructionMapper Mapper; variable
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp683 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp444 ValueMapper Mapper; member in __anon61347bbf0211::IRLinker
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2201 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule() local
H A DAttributorAttributes.cpp6760 auto Mapper = [&](const Value *V) -> const Value * { in getSize() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6913 const ValueDecl *Mapper = nullptr; member
7154 const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, in generateInfoForComponentList()
8066 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses()
8717 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local
8759 const ValueDecl *Mapper; in generateInfoForCapture() local
8877 const ValueDecl *Mapper; in generateInfoForCapture() local
8895 const ValueDecl *Mapper; in generateInfoForCapture() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp759 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5586 const ValueDecl *Mapper = nullptr; variable