Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp7333 SDValue VLDDup = DAG.getMemIntrinsicNode(NewOpc, VLD->getDebugLoc(), SDTys, in CombineVLDDUP() local
7345 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo)); in CombineVLDDUP()
7352 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()
7353 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10163 SDValue VLDDup = DAG.getMemIntrinsicNode(NewOpc, SDLoc(VLD), SDTys, in CombineVLDDUP() local
10175 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo)); in CombineVLDDUP()
10182 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()
10183 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()