Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dinstruction_fusion.h73 bool CanFuse() const { return !explanation_.has_value(); } in CanFuse() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11534 bool CanFuse = Options.UnsafeFPMath || isContractable(N); in visitFADDForFMACombine() local
11751 bool CanFuse = Options.UnsafeFPMath || isContractable(N); in visitFSUBForFMACombine() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15001 bool CanFuse = Options.UnsafeFPMath || N->getFlags().hasAllowContract(); in visitFSUBForFMACombine() local