Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3516 ArrayRef<TypeSetByHwMode> ChildTypes = Dst->getExtTypes(); in getInstResultType()
3951 if (Src->getExtTypes().size() > 1) in createAndImportSelDAGMatcher()
3974 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in createAndImportSelDAGMatcher()
4206 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->getExtTypes(); in importChildMatcher()
4491 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer()
4733 if (Dst->getExtTypes().size() < NumDefs) in importExplicitDefRenderers()
5205 if (DstI.Operands.NumDefs < Src->getExtTypes().size()) in runOnPattern()
5213 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in runOnPattern()
5325 assert(Src->getExtTypes().size() == 1 && in runOnPattern()
5346 assert(Src->getExtTypes().size() == 1 && in runOnPattern()
[all …]
H A DCodeGenDAGPatterns.cpp1943 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
3379 if (Slot->getExtTypes() != Pat->getExtTypes()) in HandleUse()
3952 else if (Rec.first->getExtTypes() != P->getExtTypes()) in FindNames()
4314 for (const TypeSetByHwMode &VTS : N->getExtTypes()) in collectModes()
H A DCodeGenDAGPatterns.h697 const std::vector<TypeSetByHwMode> &getExtTypes() const { return Types; } in getExtTypes() function