Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DIRSimilarityIdentifierTest.cpp33 void getVectors(Module &M, IRInstructionMapper &Mapper, in getVectors()
65 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
96 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
124 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
149 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
175 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
200 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
226 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
252 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
278 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local
[all …]
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DMapFunctionsToDefinitions.cpp12 class Mapper : public TIntermTraverser class
18 Mapper() : TIntermTraverser(true, false, false) {} in Mapper() function in Mapper
/external/crosvm/devices/src/virtio/fs/
Dworker.rs47 struct Mapper { struct
52 impl Mapper { implementation
79 impl fuse::Mapper for Mapper { implementation
/external/rust/crates/idna/src/
Duts46.rs72 struct Mapper<'a> { struct
79 impl<'a> Iterator for Mapper<'a> { implementation
/external/llvm-project/llvm/lib/CodeGen/
DMachineOutliner.cpp516 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
599 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
738 InstructionMapper &Mapper, in outline()
860 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1030 InstructionMapper Mapper; in doOutline() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp1013 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
1096 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
1196 InstructionMapper &Mapper, in outline()
1296 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1452 InstructionMapper Mapper; in doOutline() local
/external/marisa-trie/lib/marisa/grimoire/io/
Dmapper.cc20 Mapper::Mapper() in Mapper() function in marisa::grimoire::io::Mapper
/external/crosvm/fuse/src/
Dserver.rs56 pub trait Mapper { trait
85 impl<'a, M: Mapper> Mapper for &'a M { impl
1500 M: Mapper, in set_up_mapping()
1557 M: Mapper, in remove_mapping()
/external/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h692 IRInstructionMapper Mapper; variable
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp98 class Mapper { class
114 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anon176263f90111::Mapper
/external/llvm-project/llvm/lib/Transforms/Utils/
DValueMapper.cpp106 class Mapper { class
122 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anon8d033c670111::Mapper
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp107 class Mapper { class
123 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anon96faa5db0111::Mapper
/external/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp465 IRInstructionMapper Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree()
DTFUtils.cpp194 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp638 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp639 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local
/external/llvm/lib/Linker/
DIRMover.cpp420 ValueMapper Mapper; member in __anon54f909310211::IRLinker
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp435 ValueMapper Mapper; member in __anone663991f0211::IRLinker
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp439 ValueMapper Mapper; member in __anon7884c7930211::IRLinker
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1842 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1930 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule() local
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp7162 const ValueDecl *Mapper = nullptr; member
7394 const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, in generateInfoForComponentList()
8306 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfo()
8796 const ValueDecl *VDecl, *Mapper; in generateInfoForCapture() local
8824 const ValueDecl *Mapper; in generateInfoForCapture() local
8918 const ValueDecl *Mapper; in generateInfoForCapture() local
8937 const ValueDecl *Mapper; in generateInfoForCapture() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp618 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp628 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5232 const ValueDecl *Mapper = nullptr; variable