Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11534 bool CanFuse = Options.UnsafeFPMath || isContractable(N); in visitFADDForFMACombine() local
11536 CanFuse || HasFMAD); in visitFADDForFMACombine()
11610 if (CanFuse && in visitFADDForFMACombine()
11623 if (CanFuse && in visitFADDForFMACombine()
11751 bool CanFuse = Options.UnsafeFPMath || isContractable(N); in visitFSUBForFMACombine() local
11753 CanFuse || HasFMAD); in visitFSUBForFMACombine()
11889 if (CanFuse && N0.getOpcode() == PreferredFusedOpcode && in visitFSUBForFMACombine()
11903 if (CanFuse && N1.getOpcode() == PreferredFusedOpcode && in visitFSUBForFMACombine()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12534 bool CanFuse = Options.UnsafeFPMath || isContractable(N); in visitFADDForFMACombine() local
12538 CanFuse || HasFMAD); in visitFADDForFMACombine()
12744 bool CanFuse = Options.UnsafeFPMath || isContractable(N); in visitFSUBForFMACombine() local
12746 CanFuse || HasFMAD); in visitFSUBForFMACombine()
12899 if (CanFuse && N0.getOpcode() == PreferredFusedOpcode && in visitFSUBForFMACombine()
12912 if (CanFuse && N1.getOpcode() == PreferredFusedOpcode && in visitFSUBForFMACombine()