Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDMapperJITLinkMemoryManager.h31 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
65 std::unique_ptr<MemoryMapper> Mapper; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineOutliner.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-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTensorSpec.cpp81 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local
HDIRSimilarityIdentifier.cpp970 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree()
HDMemoryBuiltins.cpp380 function_ref<const Value *(const Value *)> Mapper) { in getAllocSize()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDMapperJITLinkMemoryManager.cpp58 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDValueMapper.cpp109 class Mapper { class
125 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anon38a7b6490111::Mapper
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIRSimilarityIdentifier.h1130 IRInstructionMapper Mapper; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeRecordMapping.cpp683 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
HDIRMover.cpp449 ValueMapper Mapper; member in __anonec798f810211::IRLinker
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfile.cpp2144 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule() local
HDAttributorAttributes.cpp6817 auto Mapper = [&](const Value *V) -> const Value * { in getSize() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.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-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp856 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h5722 const ValueDecl *Mapper = nullptr; variable