Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3503 ArrayRef<TypeSetByHwMode> ChildTypes = Dst->getExtTypes(); in getInstResultType()
3937 if (Src->getExtTypes().size() > 1) in createAndImportSelDAGMatcher()
3960 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in createAndImportSelDAGMatcher()
4192 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->getExtTypes(); in importChildMatcher()
4477 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer()
4719 if (Dst->getExtTypes().size() < NumDefs) in importExplicitDefRenderers()
5191 if (DstI.Operands.NumDefs < Src->getExtTypes().size()) in runOnPattern()
5199 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in runOnPattern()
5311 assert(Src->getExtTypes().size() == 1 && in runOnPattern()
5332 assert(Src->getExtTypes().size() == 1 && in runOnPattern()
[all …]
H A DCodeGenDAGPatterns.cpp1943 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
3378 if (Slot->getExtTypes() != Pat->getExtTypes()) in HandleUse()
3951 else if (Rec.first->getExtTypes() != P->getExtTypes()) in FindNames()
4313 for (const TypeSetByHwMode &VTS : N->getExtTypes()) in collectModes()
H A DCodeGenDAGPatterns.h697 const std::vector<TypeSetByHwMode> &getExtTypes() const { return Types; } in getExtTypes() function