Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3769 SDValue VLDDup = DAG.getMemIntrinsicNode(NewOpc, SDLoc(VLD), SDTys, Ops, 2, in CombineVLDDUP() local
3781 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo)); in CombineVLDDUP()
3788 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()
3789 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp9512 SDValue VLDDup = DAG.getMemIntrinsicNode(NewOpc, SDLoc(VLD), SDTys, in CombineVLDDUP() local
9524 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo)); in CombineVLDDUP()
9531 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()
9532 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()