Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3786 std::vector<SDValue> VLDDupResults; in CombineVLDDUP() local
3788 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()
3789 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()
3790 DCI.CombineTo(VLD, VLDDupResults); in CombineVLDDUP()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp9529 std::vector<SDValue> VLDDupResults; in CombineVLDDUP() local
9531 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()
9532 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()
9533 DCI.CombineTo(VLD, VLDDupResults); in CombineVLDDUP()