Searched refs:getFusedOpcode (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 145 unsigned getFusedOpcode(const SelectionDAG &DAG,
|
D | SIISelLowering.cpp | 7318 unsigned SITargetLowering::getFusedOpcode(const SelectionDAG &DAG, in getFusedOpcode() function in SITargetLowering 7494 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFAddCombine() 7506 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFAddCombine() 7538 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFSubCombine() 7553 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFSubCombine()
|