Lines Matching refs:IntN
81 MachineSDNode *LoadInstrForLoadIntrinsic(SDNode *IntN);
85 SDNode *StoreInstrForLoadIntrinsic(MachineSDNode *LoadN, SDNode *IntN);
359 MachineSDNode *HexagonDAGToDAGISel::LoadInstrForLoadIntrinsic(SDNode *IntN) {
360 if (IntN->getOpcode() != ISD::INTRINSIC_W_CHAIN)
363 SDLoc dl(IntN);
364 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue();
377 IntN->getOperand(4));
381 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5));
384 { IntN->getOperand(2), I, SDValue(Mod,0), IntN->getOperand(0) });
399 IntN->getOperand(4));
404 { IntN->getOperand(2), SDValue(Mod,0), IntN->getOperand(0) });
412 SDNode *IntN) {
421 SDLoc dl(IntN);
424 SDValue Loc = IntN->getOperand(3);
441 ReplaceUses(SDValue(IntN, 0), SDValue(LoadN, 1));
442 ReplaceUses(SDValue(IntN, 1), SDValue(StoreN, 0));