Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3469 ArrayRef<TypeSetByHwMode> ChildTypes = Dst->getExtTypes(); in getInstResultType()
3887 if (Src->getExtTypes().size() > 1) in createAndImportSelDAGMatcher()
3910 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in createAndImportSelDAGMatcher()
4142 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->getExtTypes(); in importChildMatcher()
4416 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer()
4659 if (Dst->getExtTypes().size() < NumDefs) in importExplicitDefRenderers()
5126 if (DstI.Operands.NumDefs < Src->getExtTypes().size()) in runOnPattern()
5128 to_string(Src->getExtTypes().size()) + " def(s) vs " + in runOnPattern()
5134 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in runOnPattern()
5246 assert(Src->getExtTypes().size() == 1 && in runOnPattern()
[all …]
DCodeGenDAGPatterns.cpp1897 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
3326 if (Slot->getExtTypes() != Pat->getExtTypes()) in HandleUse()
3895 else if (Rec.first->getExtTypes() != P->getExtTypes()) in FindNames()
4273 for (const TypeSetByHwMode &VTS : N->getExtTypes()) in collectModes()
DCodeGenDAGPatterns.h699 const std::vector<TypeSetByHwMode> &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