Home
last modified time | relevance | path

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

12

/external/marisa-trie/lib/marisa/grimoire/io/
Dmapper.cc20 Mapper::Mapper() in Mapper() function in marisa::grimoire::io::Mapper
24 Mapper::Mapper()
29 Mapper::~Mapper() { in ~Mapper()
43 Mapper::~Mapper() { in ~Mapper()
54 void Mapper::open(const char *filename) { in open()
57 Mapper temp; in open()
62 void Mapper::open(const void *ptr, std::size_t size) { in open()
65 Mapper temp; in open()
70 void Mapper::seek(std::size_t size) { in seek()
77 bool Mapper::is_open() const { in is_open()
[all …]
Dmapper.h12 class Mapper {
14 Mapper();
15 ~Mapper();
39 void swap(Mapper &rhs);
59 Mapper(const Mapper &);
60 Mapper &operator=(const Mapper &);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp885 void findCandidates(InstructionMapper &Mapper,
895 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum);
899 InstructionMapper &Mapper,
921 void populateMapper(InstructionMapper &Mapper, Module &M,
1013 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates() argument
1015 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()
1056 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
1057 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
1062 Mapper.MBBFlagsMap[MBB]); in findCandidates()
1096 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction() argument
[all …]
/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 __anonbe68ce790111::Mapper
129 ~Mapper() { assert(!hasWorkToDo() && "Expected to be flushed"); } in ~Mapper()
191 Mapper &M;
223 MDNodeMapper(Mapper &M) : M(M) {} in MDNodeMapper()
339 Value *Mapper::mapValue(const Value *V) { in mapValue()
490 Value *Mapper::mapBlockAddress(const BlockAddress &BA) { in mapBlockAddress()
507 Metadata *Mapper::mapToMetadata(const Metadata *Key, Metadata *Val) { in mapToMetadata()
512 Metadata *Mapper::mapToSelf(const Metadata *MD) { in mapToSelf()
777 Optional<Metadata *> Mapper::mapSimpleMetadata(const Metadata *MD) { in mapSimpleMetadata()
[all …]
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp98 class Mapper { class
114 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anon5b44d5170111::Mapper
120 ~Mapper() { assert(!hasWorkToDo() && "Expected to be flushed"); } in ~Mapper()
180 Mapper &M;
223 MDNodeMapper(Mapper &M) : M(M) {} in MDNodeMapper()
339 Value *Mapper::mapValue(const Value *V) { in mapValue()
490 Value *Mapper::mapBlockAddress(const BlockAddress &BA) { in mapBlockAddress()
507 Metadata *Mapper::mapToMetadata(const Metadata *Key, Metadata *Val) { in mapToMetadata()
512 Metadata *Mapper::mapToSelf(const Metadata *MD) { in mapToSelf()
777 Optional<Metadata *> Mapper::mapSimpleMetadata(const Metadata *MD) { in mapSimpleMetadata()
[all …]
/external/angle/src/compiler/translator/msl/
DMapFunctionsToDefinitions.cpp12 class Mapper : public TIntermTraverser class
18 Mapper() : TIntermTraverser(true, false, false) {} in Mapper() function in Mapper
31 Mapper mapper; in MapFunctionsToDefinitions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h142 Error mapVectorN(T &Items, const ElementMapper &Mapper,
152 if (auto EC = Mapper(*this, X))
161 if (auto EC = Mapper(*this, X))
169 if (auto EC = Mapper(*this, Item))
179 Error mapVectorTail(T &Items, const ElementMapper &Mapper,
184 if (auto EC = Mapper(*this, Item))
191 if (auto EC = Mapper(*this, Field))
/external/crosvm/devices/src/virtio/fs/
Dworker.rs66 struct Mapper { struct
71 impl Mapper { impl
95 impl fuse::Mapper for Mapper { implementation
160 let mapper = Mapper::new(Arc::clone(tube), slot); in process_fs_queue()
/external/crosvm/fuse/src/
Dfuzzing.rs13 use crate::server::Mapper;
34 impl Mapper for NullMapper {
Dworker.rs20 use crate::server::Mapper;
141 impl Mapper for DevFuseMapper {
Dlib.rs26 pub use server::Mapper;
/external/marisa-trie/lib/marisa/grimoire/trie/
Dlouds-trie.h23 void map(Mapper &mapper);
76 Mapper mapper_;
100 void map_(Mapper &mapper);
Dtail.h19 void map(Mapper &mapper);
59 void map_(Mapper &mapper);
Dheader.h18 void map(Mapper &mapper) { in map()
Dtail.cc45 void Tail::map(Mapper &mapper) { in map()
201 void Tail::map_(Mapper &mapper) { in map_()
/external/llvm/lib/Linker/
DIRMover.cpp420 ValueMapper Mapper; member in __anona3dabdcf0211::IRLinker
489 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap, in IRLinker()
491 AliasMCID(Mapper.registerAlternateMappingContext(AliasValueMap, in IRLinker()
834 Mapper.scheduleMapAppendingVariable(*NG, in linkAppendingVarProto()
948 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalInit()
977 Mapper.scheduleRemapFunction(Dst); in linkFunctionBody()
982 Mapper.scheduleMapGlobalAliasee(Dst, *Src.getAliasee(), AliasMCID); in linkAliasBody()
1006 DestNMD->addOperand(Mapper.mapMDNode(*Op)); in linkNamedMDNodes()
1240 Mapper.mapValue(*GV); in run()
1248 Mapper.addFlags(RF_NullMapMissingGlobalValues); in run()
/external/marisa-trie/lib/marisa/grimoire/
Dio.h11 using io::Mapper;
/external/marisa-trie/lib/marisa/grimoire/vector/
Dbit-vector.h30 void map(Mapper &mapper) { in map()
125 void map_(Mapper &mapper) { in map_()
Dflat-vector.h26 void map(Mapper &mapper) { in map()
129 void map_(Mapper &mapper) { in map_()
Dvector.h26 void map(Mapper &mapper) { in map()
198 void map_(Mapper &mapper) { in map_()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp439 ValueMapper Mapper; member in __anon9b7f13b10211::IRLinker
527 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap, in IRLinker()
529 IndirectSymbolMCID(Mapper.registerAlternateMappingContext( in IRLinker()
929 Mapper.scheduleMapAppendingVariable(*NG, in linkAppendingVarProto()
1051 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalVariable()
1080 Mapper.scheduleRemapFunction(Dst); in linkFunctionBody()
1086 Mapper.scheduleMapGlobalIndirectSymbol(Dst, *Src.getIndirectSymbol(), in linkIndirectSymbolBody()
1188 DestNMD->addOperand(Mapper.mapMDNode(*Op)); in linkNamedMDNodes()
1465 Mapper.mapValue(*GV); in run()
1474 Mapper.addFlags(RF_NullMapMissingGlobalValues); in run()
/external/rust/crates/idna/src/
Duts46.rs72 struct Mapper<'a> { struct
79 impl<'a> Iterator for Mapper<'a> { argument
367 let iter = Mapper { in processing()
/external/marisa-trie/lib/marisa/
Dtrie.cc26 grimoire::Mapper mapper; in mmap()
38 grimoire::Mapper mapper; in map()
/external/minigbm/cros_gralloc/mapper_stablec/
DAndroid.bp41 "Mapper.cpp",
/external/zucchini/
Ddisassembler_dex.cc345 using Mapper = base::RepeatingCallback<offset_t(offset_t)>; typedef in zucchini::__anon5534b5740111::InstructionReferenceReader
352 Mapper&& mapper) in InstructionReferenceReader()
405 const Mapper mapper_;
419 using Mapper = base::RepeatingCallback<offset_t(offset_t)>; typedef in zucchini::__anon5534b5740111::ItemReferenceReader
431 Mapper&& mapper, in ItemReferenceReader()
513 const Mapper mapper_;
634 using Mapper = base::RepeatingCallback<offset_t(offset_t)>; typedef in zucchini::__anon5534b5740111::CachedItemListReferenceReader
640 Mapper&& mapper) in CachedItemListReferenceReader()
681 const Mapper mapper_;

12