Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1758 getExtType(i).writeToStream(OS); in print()
1944 R->setType(i, getExtType(i)); in InlinePatternFragments()
2812 N->getExtType(0).isValueTypeByHwMode(false) && in SimplifyTree()
2813 N->getExtType(0) == N->getChild(0)->getExtType(0) && in SimplifyTree()
3201 Slot->UpdateNodeType(0, Pat->getExtType(0), I); in HandleUse()
3202 Pat->UpdateNodeType(0, Slot->getExtType(0), I); in HandleUse()
3551 Pat->getExtType(k).writeToStream(OS); in parseInstructionPattern()
3988 if (N->getExtType(i).empty() || TI.isConcrete(N->getExtType(i), false)) in ForceArbitraryInstResultType()
3992 if (TI.forceArbitrary(N->getExtType(i))) in ForceArbitraryInstResultType()
4055 i, T->getExtType(i), Result); in ParseOnePattern()
[all …]
H A DDAGISelMatcherGen.cpp488 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode()
489 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
H A DCodeGenDAGPatterns.h690 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() function
693 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function