/external/marisa-trie/lib/marisa/grimoire/io/ |
D | mapper.cc | 20 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 …]
|
D | mapper.h | 12 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/ |
D | MachineOutliner.cpp | 885 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/ |
D | ValueMapper.cpp | 107 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/ |
D | ValueMapper.cpp | 98 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/ |
D | MapFunctionsToDefinitions.cpp | 12 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/ |
D | CodeViewRecordIO.h | 142 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/ |
D | worker.rs | 66 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/ |
D | fuzzing.rs | 13 use crate::server::Mapper; 34 impl Mapper for NullMapper {
|
D | worker.rs | 20 use crate::server::Mapper; 141 impl Mapper for DevFuseMapper {
|
D | lib.rs | 26 pub use server::Mapper;
|
/external/marisa-trie/lib/marisa/grimoire/trie/ |
D | louds-trie.h | 23 void map(Mapper &mapper); 76 Mapper mapper_; 100 void map_(Mapper &mapper);
|
D | tail.h | 19 void map(Mapper &mapper); 59 void map_(Mapper &mapper);
|
D | header.h | 18 void map(Mapper &mapper) { in map()
|
D | tail.cc | 45 void Tail::map(Mapper &mapper) { in map() 201 void Tail::map_(Mapper &mapper) { in map_()
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 420 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/ |
D | io.h | 11 using io::Mapper;
|
/external/marisa-trie/lib/marisa/grimoire/vector/ |
D | bit-vector.h | 30 void map(Mapper &mapper) { in map() 125 void map_(Mapper &mapper) { in map_()
|
D | flat-vector.h | 26 void map(Mapper &mapper) { in map() 129 void map_(Mapper &mapper) { in map_()
|
D | vector.h | 26 void map(Mapper &mapper) { in map() 198 void map_(Mapper &mapper) { in map_()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 439 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/ |
D | uts46.rs | 72 struct Mapper<'a> { struct 79 impl<'a> Iterator for Mapper<'a> { argument 367 let iter = Mapper { in processing()
|
/external/marisa-trie/lib/marisa/ |
D | trie.cc | 26 grimoire::Mapper mapper; in mmap() 38 grimoire::Mapper mapper; in map()
|
/external/minigbm/cros_gralloc/mapper_stablec/ |
D | Android.bp | 41 "Mapper.cpp",
|
/external/zucchini/ |
D | disassembler_dex.cc | 345 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_;
|