Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10137 bool CanFuse = Options.UnsafeFPMath || isContractable(N); in visitFADDForFMACombine() local
10139 CanFuse || HasFMAD); in visitFADDForFMACombine()
10211 if (CanFuse && in visitFADDForFMACombine()
10224 if (CanFuse && in visitFADDForFMACombine()
10348 bool CanFuse = Options.UnsafeFPMath || isContractable(N); in visitFSUBForFMACombine() local
10350 CanFuse || HasFMAD); in visitFSUBForFMACombine()
10482 if (CanFuse && N0.getOpcode() == PreferredFusedOpcode && in visitFSUBForFMACombine()
10496 if (CanFuse && N1.getOpcode() == PreferredFusedOpcode && in visitFSUBForFMACombine()