Searched refs:getFusedOpcode (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 216 unsigned getFusedOpcode(const SelectionDAG &DAG,
|
| H A D | SIISelLowering.cpp | 14396 unsigned SITargetLowering::getFusedOpcode(const SelectionDAG &DAG, in getFusedOpcode() function in SITargetLowering 15258 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFAddCombine() 15270 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFAddCombine() 15302 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFSubCombine() 15317 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFSubCombine()
|