Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h91 bool HasFMA = false; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15879 bool HasFMA = in visitFADDForFMACombine() local
16116 bool HasFMA = in visitFSUBForFMACombine() local
16446 bool HasFMA = in visitFMULForFMADistributiveCombine() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5708 bool HasFMA = TLI.isFMAFasterThanFMulAndFAdd(*MF, DstType) && in canCombineFMadOrFMA() local