Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16070 SmallVector<SDValue, 5> NewResults; in TryCombineBaseUpdate() local
16072 NewResults.push_back(SDValue(UpdN.getNode(), i)); in TryCombineBaseUpdate()
16077 SDValue &LdVal = NewResults[0]; in TryCombineBaseUpdate()
16081 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); // chain in TryCombineBaseUpdate()
16082 DCI.CombineTo(N, NewResults); in TryCombineBaseUpdate()
16359 SmallVector<SDValue, 5> NewResults; in PerformMVEVLDCombine() local
16361 NewResults.push_back(SDValue(UpdN.getNode(), i)); in PerformMVEVLDCombine()
16363 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); // chain in PerformMVEVLDCombine()
16364 DCI.CombineTo(N, NewResults); in PerformMVEVLDCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22527 SDValue NewResults[] = { in performPostLD1Combine() local
22531 DCI.CombineTo(LD, NewResults); in performPostLD1Combine()
23308 std::vector<SDValue> NewResults; in performNEONPostLDSTCombine() local
23310 NewResults.push_back(SDValue(UpdN.getNode(), i)); in performNEONPostLDSTCombine()
23312 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()
23313 DCI.CombineTo(N, NewResults); in performNEONPostLDSTCombine()