Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h190 unsigned getFusedOpcode(const SelectionDAG &DAG,
H A DSIISelLowering.cpp10249 unsigned SITargetLowering::getFusedOpcode(const SelectionDAG &DAG, in getFusedOpcode() function in SITargetLowering
10489 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFAddCombine()
10501 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFAddCombine()
10533 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFSubCombine()
10548 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFSubCombine()