Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:ExtType

1406   ISD::LoadExtType ExtType = Load->getExtensionType();
1410 if (ExtType == ISD::NON_EXTLOAD && VT.getSizeInBits() < 32) {
1432 ExtType == ISD::NON_EXTLOAD || Load->getMemoryVT().bitsGE(MVT::i32))
1463 if (ExtType == ISD::SEXTLOAD) {