Searched refs:getFusedOpcode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 159 unsigned getFusedOpcode(const SelectionDAG &DAG,
|
| H A D | SIISelLowering.cpp | 8399 unsigned SITargetLowering::getFusedOpcode(const SelectionDAG &DAG, in getFusedOpcode() function in SITargetLowering 8575 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFAddCombine() 8587 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFAddCombine() 8619 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFSubCombine() 8634 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFSubCombine()
|