/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/llvm-project/llvm/unittests/Analysis/ |
D | IRSimilarityIdentifierTest.cpp | 33 void getVectors(Module &M, IRInstructionMapper &Mapper, in getVectors() argument 38 Mapper.convertToUnsignedVec(BB, InstrList, UnsignedVec); in getVectors() 65 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local 66 getVectors(*M, Mapper, InstrList, UnsignedVec); in TEST() 96 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local 97 getVectors(*M, Mapper, InstrList, UnsignedVec); in TEST() 124 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local 125 getVectors(*M, Mapper, InstrList, UnsignedVec); in TEST() 149 IRInstructionMapper Mapper(&InstDataAllocator, &IDLAllocator); in TEST() local 150 getVectors(*M, Mapper, InstrList, UnsignedVec); in TEST() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 388 void findCandidates(InstructionMapper &Mapper, 398 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum); 402 InstructionMapper &Mapper, 424 void populateMapper(InstructionMapper &Mapper, Module &M, 516 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates() argument 518 SuffixTree ST(Mapper.UnsignedVec); in findCandidates() 559 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates() 560 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates() 565 Mapper.MBBFlagsMap[MBB]); in findCandidates() 599 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction() argument [all …]
|
/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/llvm-project/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 106 class Mapper { class 122 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anon8d033c670111::Mapper 128 ~Mapper() { assert(!hasWorkToDo() && "Expected to be flushed"); } in ~Mapper() 187 Mapper &M; 219 MDNodeMapper(Mapper &M) : M(M) {} in MDNodeMapper() 335 Value *Mapper::mapValue(const Value *V) { in mapValue() 487 Value *Mapper::mapBlockAddress(const BlockAddress &BA) { in mapBlockAddress() 504 Metadata *Mapper::mapToMetadata(const Metadata *Key, Metadata *Val) { in mapToMetadata() 509 Metadata *Mapper::mapToSelf(const Metadata *MD) { in mapToSelf() 774 Optional<Metadata *> Mapper::mapSimpleMetadata(const Metadata *MD) { in mapSimpleMetadata() [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 __anon96faa5db0111::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/angle/src/compiler/translator/TranslatorMetalDirect/ |
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/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 98 class Mapper { class 114 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anon176263f90111::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/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/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 143 Error mapVectorN(T &Items, const ElementMapper &Mapper, 153 if (auto EC = Mapper(*this, X)) 162 if (auto EC = Mapper(*this, X)) 170 if (auto EC = Mapper(*this, Item)) 180 Error mapVectorTail(T &Items, const ElementMapper &Mapper, 185 if (auto EC = Mapper(*this, Item)) 192 if (auto EC = Mapper(*this, Field))
|
/external/crosvm/devices/src/virtio/fs/ |
D | worker.rs | 47 struct Mapper { struct 52 impl Mapper { impl 79 impl fuse::Mapper for Mapper { implementation 158 let mapper = Mapper::new(Arc::clone(&self.tube), self.slot); in process_queue()
|
/external/crosvm/fuse/src/ |
D | fuzzing.rs | 6 use crate::server::{Mapper, Reader, Server, Writer}; 27 impl Mapper for NullMapper {
|
D | worker.rs | 12 use crate::server::{Mapper, Reader, Server, Writer}; 123 impl Mapper for DevFuseMapper {
|
D | lib.rs | 20 pub use server::{Mapper, Reader, Server, Writer};
|
/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()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TFUtils.cpp | 194 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local 195 if (!Mapper) in getTensorSpecFromJSON() 203 if (!Mapper.map<std::string>("name", TensorName)) in getTensorSpecFromJSON() 205 if (!Mapper.map<std::string>("type", TensorType)) in getTensorSpecFromJSON() 207 if (!Mapper.map<int>("port", TensorPort)) in getTensorSpecFromJSON() 209 if (!Mapper.map<std::vector<int64_t>>("shape", TensorShape)) in getTensorSpecFromJSON()
|
/external/marisa-trie/lib/marisa/grimoire/ |
D | io.h | 11 using io::Mapper;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | IRSimilarityIdentifier.h | 612 : Mapper(&InstDataAllocator, &InstDataListAllocator) {} in IRSimilarityIdentifier() 616 : Mapper(&InstDataAllocator, &InstDataListAllocator) { in IRSimilarityIdentifier() 692 IRInstructionMapper Mapper; variable
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 420 ValueMapper Mapper; member in __anon54f909310211::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/vector/ |
D | bit-vector.h | 30 void map(Mapper &mapper) { in map() 125 void map_(Mapper &mapper) { in map_()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | CMakeLists.txt | 13 Mapper.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/ |
D | BUILD.gn | 25 "Mapper.cpp",
|