Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp739 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/
DValueMapper.cpp108 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/
DCodeViewRecordIO.h92 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/
DValueMapper.cpp98 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/
DIRMover.cpp420 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/
DIRMover.cpp439 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/
Dltpfsnolvm.sh38 …you must configure Device Mapper and install LVM2 from www.systina.com for the testcase to run cor…
Dltpfslvm.sh41 …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/
DNewLdml2IcuConverter.java220 Mapper mapper = null; in processArgs()
336 private void convert(Mapper mapper) { in convert()
354 private void generateMakefile(Mapper mapper, String makefileName) { in generateMakefile()
DMapper.java12 public abstract class Mapper { class
DRbnfMapper.java12 public class RbnfMapper extends Mapper {
DBreakIteratorMapper.java21 class BreakIteratorMapper extends Mapper {
DCollationMapper.java29 public class CollationMapper extends Mapper {
DLocaleMapper.java38 public class LocaleMapper extends Mapper {
/external/ltp/doc/
Dltp-run-files.txt63 Device Mapper tests
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp620 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/
DTypeRecordMapping.cpp430 MapOneMethodRecord Mapper(IsFromOverloadList); in visitKnownMember() local
431 return Mapper(IO, Record); in visitKnownMember()
/external/parameter-framework/upstream/parameter/
DCMakeLists.txt186 Mapper.h
/external/autotest/
Dglobal_config.ini25 # queries performed by the Object Relational Mapper subsystem will be printed,
/external/python/cpython2/Doc/howto/
Dwebservers.rst585 * `SQLAlchemy <http://www.sqlalchemy.org/>`_, the most powerful OR-Mapper
589 * `SQLObject <http://www.sqlobject.org/>`_, another popular OR-Mapper