Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp9674 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFAddCombine() local
9675 if (FusedOp != 0) { in performFAddCombine()
9677 return DAG.getNode(FusedOp, SL, VT, A, Two, RHS); in performFAddCombine()
9686 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFAddCombine() local
9687 if (FusedOp != 0) { in performFAddCombine()
9689 return DAG.getNode(FusedOp, SL, VT, A, Two, LHS); in performFAddCombine()
9718 unsigned FusedOp = getFusedOpcode(DAG, N, LHS.getNode()); in performFSubCombine() local
9719 if (FusedOp != 0){ in performFSubCombine()
9723 return DAG.getNode(FusedOp, SL, VT, A, Two, NegRHS); in performFSubCombine()
9733 unsigned FusedOp = getFusedOpcode(DAG, N, RHS.getNode()); in performFSubCombine() local
[all …]