Searched refs:getExtTypes (Results 1 – 3 of 3) sorted by relevance
301 ArrayRef<TypeSetByHwMode> ChildTypes = Dst.getExtTypes(); in getInstResultType()788 for (const TypeSetByHwMode &VTy : Src.getExtTypes()) { in createAndImportSelDAGMatcher()1013 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild.getExtTypes(); in importChildMatcher()2157 SrcNumDefs = Src.getExtTypes().size(); in runOnPattern()
2059 if (getExtTypes() != N.getExtTypes() || in isIsomorphicTo()3506 if (Slot->getExtTypes() != Pat->getExtTypes()) in HandleUse()4071 else if (Rec.first->getExtTypes() != P.getExtTypes()) in FindNames()4435 for (const TypeSetByHwMode &VTS : N.getExtTypes()) in collectModes()
695 const std::vector<TypeSetByHwMode> &getExtTypes() const { return Types; } in getExtTypes() function