Home | History | Annotate | Download | only in R600

Lines Matching refs:EXTLOAD

120   // EXTLOAD should be the same as ZEXTLOAD. It is legal for some address
126 setLoadExtAction(ISD::EXTLOAD, MVT::i8, Custom);
127 setLoadExtAction(ISD::EXTLOAD, MVT::i16, Custom);
1584 SDValue NewLoad = DAG.getExtLoad(ISD::EXTLOAD, DL, VT, Chain, Ptr,
1700 // FIXME: This should really check the extload type, but the handling of
1701 // extload vecto parameters seems to be broken.