Home
last modified time | relevance | path

Searched refs:HasFMA (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp296 HasFMA = true; in handleTargetFeatures()
815 if (HasFMA) in getTargetDefines()
1210 .Case("fma", HasFMA) in hasFeature()
H A DX86.h91 bool HasFMA = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td114 def HasFMA : Predicate<"Subtarget->hasFMA()">;
H A DX86InstrUtils.td866 VEX, VVVV, FMASC, Requires<[HasFMA, NoFMA4, NoVLX]>;
870 VEX, VVVV, FMASC, Requires<[HasFMA, NoFMA4, NoAVX512]>;
874 VEX, VVVV, FMASC, Requires<[HasFMA, NoAVX512]>;
H A DX86InstrFMA.td335 let Predicates = [HasFMA, NoAVX512] in {
H A DX86.td110 def FeatureFMA : SubtargetFeature<"fma", "HasFMA", "true",
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5708 bool HasFMA = TLI.isFMAFasterThanFMulAndFAdd(*MF, DstType) && in canCombineFMadOrFMA() local
5711 if (!HasFMAD && !HasFMA) in canCombineFMadOrFMA()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15879 bool HasFMA = in visitFADDForFMACombine() local
15884 if (!HasFMAD && !HasFMA) in visitFADDForFMACombine()
16116 bool HasFMA = in visitFSUBForFMACombine() local
16121 if (!HasFMAD && !HasFMA) in visitFSUBForFMACombine()
16446 bool HasFMA = in visitFMULForFMADistributiveCombine() local
16457 if (!HasFMAD && !HasFMA) in visitFMULForFMADistributiveCombine()