Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ZEXTLOAD

530   // If the original load is NON_EXTLOAD, the hi part load must be ZEXTLOAD.
532 HiExtType = ISD::ZEXTLOAD;
537 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, VT, Chain, Ptr, LD->getPointerInfo(),
552 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, VT, Chain, Ptr,
930 // load an i8. This trick is correct for ZEXTLOAD because the top 7
948 ExtType == ISD::ZEXTLOAD ? ISD::ZEXTLOAD : ISD::EXTLOAD;
962 else if (ExtType == ISD::ZEXTLOAD || NVT == Result.getValueType())
985 // EXTLOAD:i24 -> ZEXTLOAD:i16 | (shl EXTLOAD@+2:i8, 16)
987 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, Node->getValueType(0),
1015 // EXTLOAD:i24 -> (shl EXTLOAD:i16, 8) | ZEXTLOAD@+2:i8
1025 Lo = DAG.getExtLoad(ISD::ZEXTLOAD,
1092 case ISD::ZEXTLOAD: ExtendOp = ISD::ZERO_EXTEND; break;