Searched refs:getFusedOpcode (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 202 unsigned getFusedOpcode(const SelectionDAG &DAG,
|
| H A D | SIISelLowering.cpp | 10933 unsigned SITargetLowering::getFusedOpcode(const SelectionDAG &DAG, in getFusedOpcode() function in SITargetLowering 11276 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFAddCombine() 11288 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFAddCombine() 11320 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFSubCombine() 11335 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFSubCombine()
|