Searched refs:PerformADDCombineWithOperands (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXISelLowering.cpp | 5298 PerformADDCombineWithOperands(SDNode *N, SDValue N0, SDValue N1, in PerformADDCombineWithOperands() function 5457 if (SDValue Result = PerformADDCombineWithOperands(N, N0, N1, DCI)) in PerformADDCombine() 5461 return PerformADDCombineWithOperands(N, N1, N0, DCI); in PerformADDCombine()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMISelLowering.cpp | 13545 static SDValue PerformADDCombineWithOperands(SDNode *N, SDValue N0, SDValue N1, in PerformADDCombineWithOperands() function 14036 if (SDValue Result = PerformADDCombineWithOperands(N, N0, N1, DCI, Subtarget)) in PerformADDCombine() 14040 return PerformADDCombineWithOperands(N, N1, N0, DCI, Subtarget); in PerformADDCombine()
|