Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h96 bool HasFMA = false; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15577 bool HasFMA = visitFADDForFMACombine() local
15814 bool HasFMA = visitFSUBForFMACombine() local
16144 bool HasFMA = visitFMULForFMADistributiveCombine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5425 bool HasFMA = TLI.isFMAFasterThanFMulAndFAdd(*MF, DstType) && canCombineFMadOrFMA() local