Searched refs:VLDDup (Results 1 – 1 of 1) sorted by relevance
16427 SDValue VLDDup = DAG.getMemIntrinsicNode(NewOpc, SDLoc(VLD), SDTys, in CombineVLDDUP() local16439 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo)); in CombineVLDDUP()16446 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()16447 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()16526 SDValue VLDDup = in PerformVDUPCombine() local16529 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), VLDDup.getValue(1)); in PerformVDUPCombine()16530 return VLDDup; in PerformVDUPCombine()