reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/CodeGenDAGPatterns.cpp
 1526      return TI.EnforceInteger(NodeToApply->getExtType(ResNo));
 1529     return TI.EnforceFloatingPoint(NodeToApply->getExtType(ResNo));
 1532     return TI.EnforceVector(NodeToApply->getExtType(ResNo));
 1560     return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo));
 1567     return TI.EnforceSmallerThan(NodeToApply->getExtType(ResNo),
 1577     return TI.EnforceVectorEltTypeIs(VecOperand->getExtType(VResNo),
 1588     return TI.EnforceVectorSubVectorTypeIs(BigVecOperand->getExtType(VResNo),
 1592     return TI.EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), VVT);
 1599     return TI.EnforceSameNumElts(OtherNode->getExtType(OResNo),
 1607     return TI.EnforceSameSize(OtherNode->getExtType(OResNo),