Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp7350 std::vector<SDValue> VLDDupResults; in CombineVLDDUP() local
7352 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()
7353 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()
7354 DCI.CombineTo(VLD, VLDDupResults); in CombineVLDDUP()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10180 std::vector<SDValue> VLDDupResults; in CombineVLDDUP() local
10182 VLDDupResults.push_back(SDValue(VLDDup.getNode(), n)); in CombineVLDDUP()
10183 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()
10184 DCI.CombineTo(VLD, VLDDupResults); in CombineVLDDUP()