Home | History | Annotate | Download | only in TableGen

Lines Matching refs:EVT

10 // The EVT type is used by tablegen as well as in LLVM. In order to handle
11 // extended types, the EVT type uses support functions that call into
60 EVT ElementType;
63 ExtendedVectorType(EVT elty, unsigned num)
71 EVT getElementType() const {
84 bool EVT::isExtendedFloatingPoint() const {
90 bool EVT::isExtendedInteger() const {
95 bool EVT::isExtendedVector() const {
100 bool EVT::isExtended64BitVector() const {
105 bool EVT::isExtended128BitVector() const {
110 EVT EVT::getExtendedVectorElementType() const {
115 unsigned EVT::getExtendedVectorNumElements() const {
120 unsigned EVT::getExtendedSizeInBits() const {