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