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
45 EVT ElementType;
48 ExtendedVectorType(EVT elty, unsigned num)
53 EVT getElementType() const {
66 bool EVT::isExtendedFloatingPoint() const {
72 bool EVT::isExtendedInteger() const {
77 bool EVT::isExtendedVector() const {
82 bool EVT::isExtended64BitVector() const {
87 bool EVT::isExtended128BitVector() const {
92 EVT EVT::getExtendedVectorElementType() const {
97 unsigned EVT::getExtendedVectorNumElements() const {
102 unsigned EVT::getExtendedSizeInBits() const {