Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ZEXTLOAD

526   // If the original load is NON_EXTLOAD, the hi part load must be ZEXTLOAD.
528 HiExtType = ISD::ZEXTLOAD;
533 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, VT, Chain, Ptr, LD->getPointerInfo(),
548 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, VT, Chain, Ptr,
926 // load an i8. This trick is correct for ZEXTLOAD because the top 7
944 ExtType == ISD::ZEXTLOAD ? ISD::ZEXTLOAD : ISD::EXTLOAD;
958 else if (ExtType == ISD::ZEXTLOAD || NVT == Result.getValueType())
981 // EXTLOAD:i24 -> ZEXTLOAD:i16 | (shl EXTLOAD@+2:i8, 16)
983 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, Node->getValueType(0),
1011 // EXTLOAD:i24 -> (shl EXTLOAD:i16, 8) | ZEXTLOAD@+2:i8
1021 Lo = DAG.getExtLoad(ISD::ZEXTLOAD,
1088 case ISD::ZEXTLOAD: ExtendOp = ISD::ZERO_EXTEND; break;