Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h200 unsigned getFusedOpcode(const SelectionDAG &DAG,
H A DSIISelLowering.cpp10778 unsigned SITargetLowering::getFusedOpcode(const SelectionDAG &DAG, in getFusedOpcode() function in SITargetLowering
11121 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFAddCombine()
11133 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFAddCombine()
11165 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFSubCombine()
11180 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFSubCombine()