Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h199 SDValue reassociateScalarOps(SDNode *N, SelectionDAG &DAG) const;
H A DSIISelLowering.cpp9886 if (SDValue RV = reassociateScalarOps(N, DCI.DAG)) in performXorCombine()
10804 SDValue SITargetLowering::reassociateScalarOps(SDNode *N, in reassociateScalarOps() function in SITargetLowering
10993 if (SDValue V = reassociateScalarOps(N, DAG)) { in performAddCombine()