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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16414 SDValue VLDDup = DAG.getMemIntrinsicNode(NewOpc, SDLoc(VLD), SDTys, local
16426 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo));
16433 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n));
16434 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs));
16513 SDValue VLDDup = local
16516 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), VLDDup.getValue(1));
16517 return VLDDup;

Completed in 196 milliseconds