Searched refs:getExtType (Results 1 – 3 of 3) sorted by relevance
886 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 …]
427 if (NodeNoTypes->getExtType(i) == N->getExtType(i)) continue; in EmitMatchCode()428 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
349 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; } in getExtType() function350 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() function