Home
last modified time | relevance | path

Searched refs:getExtTypes (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3168 if (Src->getExtTypes().size() > 1) in createAndImportSelDAGMatcher()
3191 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in createAndImportSelDAGMatcher()
3397 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->getExtTypes(); in importChildMatcher()
3551 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer()
3589 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer()
3924 if (DstI.Operands.NumDefs != Src->getExtTypes().size()) in runOnPattern()
3926 to_string(Src->getExtTypes().size()) + " def(s) vs " + in runOnPattern()
3932 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in runOnPattern()
4028 assert(Src->getExtTypes().size() == 1 && in runOnPattern()
DCodeGenDAGPatterns.cpp1771 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
3168 if (Slot->getExtTypes() != Pat->getExtTypes()) in HandleUse()
3719 else if (Rec.first->getExtTypes() != P->getExtTypes()) in FindNames()
4096 for (const TypeSetByHwMode &VTS : N->getExtTypes()) in collectModes()
DCodeGenDAGPatterns.h625 const std::vector<TypeSetByHwMode> &getExtTypes() const { return Types; } in getExtTypes() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp1095 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
2272 if (Slot->getExtTypes() != Pat->getExtTypes()) in HandleUse()
2763 else if (Rec.first->getExtTypes() != P->getExtTypes()) in FindNames()
DCodeGenDAGPatterns.h346 const SmallVectorImpl<EEVT::TypeSet> &getExtTypes() const { return Types; } in getExtTypes() function
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1318 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
2641 if (Slot->getExtTypes() != Pat->getExtTypes()) in HandleUse()
3202 else if (Rec.first->getExtTypes() != P->getExtTypes()) in FindNames()
DCodeGenDAGPatterns.h372 const SmallVectorImpl<EEVT::TypeSet> &getExtTypes() const { return Types; } in getExtTypes() function