Home
last modified time | relevance | path

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

/trueos/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.cpp886 return NodeToApply->getExtType(ResNo).EnforceInteger(TP); in ApplyTypeConstraint()
889 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP); in ApplyTypeConstraint()
892 return NodeToApply->getExtType(ResNo).EnforceVector(TP); in ApplyTypeConstraint()
897 return NodeToApply->UpdateNodeType(OResNo, OtherNode->getExtType(ResNo),TP)| in ApplyTypeConstraint()
898 OtherNode->UpdateNodeType(ResNo,NodeToApply->getExtType(OResNo),TP); in ApplyTypeConstraint()
920 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP); in ApplyTypeConstraint()
927 return NodeToApply->getExtType(ResNo). in ApplyTypeConstraint()
928 EnforceSmallerThan(BigOperand->getExtType(BResNo), TP); in ApplyTypeConstraint()
938 return VecOperand->getExtType(VResNo). in ApplyTypeConstraint()
939 EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), TP); in ApplyTypeConstraint()
[all …]
HDDAGISelMatcherGen.cpp427 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode()
428 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
HDCodeGenDAGPatterns.h349 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; } in getExtType() function
350 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function