Home
last modified time | relevance | path

Searched refs:VLDDup (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16427 SDValue VLDDup = DAG.getMemIntrinsicNode(NewOpc, SDLoc(VLD), SDTys, in CombineVLDDUP() local
16439 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() local
16529 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), VLDDup.getValue(1)); in PerformVDUPCombine()
16530 return VLDDup; in PerformVDUPCombine()