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