Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:Load

334   // Generate an indirect load.
354 const SDValue Tos[] = { SDValue(Result_2, 0), // Load value.
589 } else if (MulOp0.getOpcode() == ISD::LOAD) {
615 } else if (MulOp1.getOpcode() == ISD::LOAD) {
788 // Checking for intrinsics circular load/store, and bitreverse load/store
802 SDValue Load = N->getOperand(3);
806 // We need to add the rerurn type for the load. This intrinsic has
807 // two return types, one for the load and one for the post-increment.
863 Ops.push_back(Load);
875 ST = CurDAG->getTruncStore(Chain, dl, SDValue(Result, 1), Load,
878 ST = CurDAG->getStore(Chain, dl, SDValue(Result, 1), Load, Mem);
899 SDValue Load = N->getOperand(3);
902 // We need to add the rerurn type for the load. This intrinsic has
903 // two return types, one for the load and one for the post-increment.
957 Ops.push_back(Load);
966 ST = CurDAG->getTruncStore(Chain, dl, SDValue(Result, 1), Load,
969 ST = CurDAG->getStore(Chain, dl, SDValue(Result, 1), Load, Mem);
1254 case ISD::LOAD: