Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9771 std::vector<SDValue> VLDDupResults; in CombineVLDDUP() local
9773 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()
9774 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()
9775 DCI.CombineTo(VLD, VLDDupResults); in CombineVLDDUP()