Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp33 void getVectors(Module &M, IRInstructionMapper &Mapper, in getVectors()
67 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
98 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
126 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
151 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
178 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
203 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
229 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
255 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
281 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h30 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
50 std::unique_ptr<MemoryMapper> Mapper; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.h33 llvm::StringMap<llvm::SmallVector<const NamedDecl *>> Mapper; variable
/llvm-project-15.0.7/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()
750 InstructionMapper &Mapper, in outline()
876 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1049 InstructionMapper Mapper; in doOutline() local
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DSharedMemoryMapperTest.cpp65 std::unique_ptr<MemoryMapper> Mapper = in TEST() local
H A DMemoryMapperTest.cpp68 std::unique_ptr<MemoryMapper> Mapper = in TEST() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTensorSpec.cpp56 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local
H A DIRSimilarityIdentifier.cpp917 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree()
H A DMemoryBuiltins.cpp393 function_ref<const Value *(const Value *)> Mapper) { in getAllocSize()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp58 std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp110 class Mapper { class
126 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anon1394dca00111::Mapper
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h1063 IRInstructionMapper Mapper; variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp684 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp441 ValueMapper Mapper; member in __anon496259980211::IRLinker
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2021 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule() local
H A DAttributorAttributes.cpp6053 auto Mapper = [&](const Value *V) -> const Value * { in getSize() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7338 const ValueDecl *Mapper = nullptr; member
7570 const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, in generateInfoForComponentList()
8475 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses()
9079 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local
9121 const ValueDecl *Mapper; in generateInfoForCapture() local
9239 const ValueDecl *Mapper; in generateInfoForCapture() local
9257 const ValueDecl *Mapper; in generateInfoForCapture() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp740 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5564 const ValueDecl *Mapper = nullptr; variable