Searched defs:HasFMA (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | X86.h | 96 bool HasFMA = false; global() variable |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 15577 bool HasFMA = visitFADDForFMACombine() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | CombinerHelper.cpp | 5425 bool HasFMA = TLI.isFMAFasterThanFMulAndFAdd(*MF, DstType) && canCombineFMadOrFMA() local |