Searched refs:NewResults (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 16070 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 D | AArch64ISelLowering.cpp | 22527 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()
|