Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.h70 explicit operator bool() const { return CanFuse(); }
73 bool CanFuse() const { return !explanation_.has_value(); } in CanFuse() function
79 if (CanFuse() || decision.CanFuse()) { in Or()
89 if (CanFuse()) { in And()
92 if (decision.CanFuse()) { in And()
Dinstruction_fusion.cc622 CHECK(!should_fuse.CanFuse()); in Run()
/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()