/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 739 InstructionMapper &Mapper, 754 InstructionMapper &Mapper); 758 InstructionMapper &Mapper); 775 SuffixTree &ST, InstructionMapper &Mapper); 795 InstructionMapper &Mapper, unsigned MaxCandidateLen); 888 SuffixTree &ST, InstructionMapper &Mapper, in findCandidates() argument 962 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates() 963 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates() 1039 std::vector<OutlinedFunction> &FunctionList, InstructionMapper &Mapper, in pruneOverlaps() argument 1131 InstructionMapper &Mapper) { in buildCandidateList() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 108 class Mapper { class 124 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anonad0d22330111::Mapper 130 ~Mapper() { assert(!hasWorkToDo() && "Expected to be flushed"); } in ~Mapper() 192 Mapper &M; 224 MDNodeMapper(Mapper &M) : M(M) {} in MDNodeMapper() 340 Value *Mapper::mapValue(const Value *V) { in mapValue() 491 Value *Mapper::mapBlockAddress(const BlockAddress &BA) { in mapBlockAddress() 508 Metadata *Mapper::mapToMetadata(const Metadata *Key, Metadata *Val) { in mapToMetadata() 513 Metadata *Mapper::mapToSelf(const Metadata *MD) { in mapToSelf() 792 Optional<Metadata *> Mapper::mapSimpleMetadata(const Metadata *MD) { in mapSimpleMetadata() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 92 Error mapVectorN(T &Items, const ElementMapper &Mapper) { in mapVectorN() argument 100 if (auto EC = Mapper(*this, X)) in mapVectorN() 108 if (auto EC = Mapper(*this, Item)) in mapVectorN() 118 Error mapVectorTail(T &Items, const ElementMapper &Mapper) { in mapVectorTail() argument 121 if (auto EC = Mapper(*this, Item)) in mapVectorTail() 128 if (auto EC = Mapper(*this, Field)) in mapVectorTail()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 98 class Mapper { class 114 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anond37ff2db0111::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/llvm/lib/Linker/ |
D | IRMover.cpp | 420 ValueMapper Mapper; member in __anon061754930211::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/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | IRMover.cpp | 439 ValueMapper Mapper; member in __anone3fe09eb0211::IRLinker 513 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap, in IRLinker() 515 AliasMCID(Mapper.registerAlternateMappingContext(AliasValueMap, in IRLinker() 880 Mapper.scheduleMapAppendingVariable(*NG, in linkAppendingVarProto() 996 Mapper.scheduleMapGlobalInitializer(Dst, *Src.getInitializer()); in linkGlobalVariable() 1025 Mapper.scheduleRemapFunction(Dst); in linkFunctionBody() 1030 Mapper.scheduleMapGlobalAliasee(Dst, *Src.getAliasee(), AliasMCID); in linkAliasBody() 1114 DestNMD->addOperand(Mapper.mapMDNode(*Op)); in linkNamedMDNodes() 1355 Mapper.mapValue(*GV); in run() 1363 Mapper.addFlags(RF_NullMapMissingGlobalValues); in run()
|
/external/ltp/testscripts/ |
D | ltpfsnolvm.sh | 38 …you must configure Device Mapper and install LVM2 from www.systina.com for the testcase to run cor…
|
D | ltpfslvm.sh | 41 …you must configure Device Mapper and install LVM2 from www.systina.com for the testcase to run cor…
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | NewLdml2IcuConverter.java | 220 Mapper mapper = null; in processArgs() 336 private void convert(Mapper mapper) { in convert() 354 private void generateMakefile(Mapper mapper, String makefileName) { in generateMakefile()
|
D | Mapper.java | 12 public abstract class Mapper { class
|
D | RbnfMapper.java | 12 public class RbnfMapper extends Mapper {
|
D | BreakIteratorMapper.java | 21 class BreakIteratorMapper extends Mapper {
|
D | CollationMapper.java | 29 public class CollationMapper extends Mapper {
|
D | LocaleMapper.java | 38 public class LocaleMapper extends Mapper {
|
/external/ltp/doc/ |
D | ltp-run-files.txt | 63 Device Mapper tests
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 620 DebugTypeInfoRemoval Mapper(M.getContext()); in stripNonLineTableDebugInfo() local 624 Mapper.traverseAndRemap(Node); in stripNonLineTableDebugInfo() 625 auto *NewNode = Mapper.mapNode(Node); in stripNonLineTableDebugInfo() 635 Mapper.traverseAndRemap(SP); in stripNonLineTableDebugInfo() 636 auto *NewSP = cast<DISubprogram>(Mapper.mapNode(SP)); in stripNonLineTableDebugInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 430 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local 431 return Mapper(IO, Record); in visitKnownMember()
|
/external/parameter-framework/upstream/parameter/ |
D | CMakeLists.txt | 186 Mapper.h
|
/external/autotest/ |
D | global_config.ini | 25 # queries performed by the Object Relational Mapper subsystem will be printed,
|
/external/python/cpython2/Doc/howto/ |
D | webservers.rst | 585 * `SQLAlchemy <http://www.sqlalchemy.org/>`_, the most powerful OR-Mapper 589 * `SQLObject <http://www.sqlobject.org/>`_, another popular OR-Mapper
|