Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DX86.cpp225 HasFMA = true; in handleTargetFeatures()
676 if (HasFMA) in getTargetDefines()
1005 .Case("fma", HasFMA) in hasFeature()
H A DX86.h91 bool HasFMA = false; variable
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrFormats.td916 VEX_4V, FMASC, Requires<[HasFMA, NoFMA4, NoVLX]>;
920 VEX_4V, FMASC, Requires<[HasFMA, NoFMA4, NoAVX512]>;
924 VEX_4V, FMASC, Requires<[HasFMA, NoAVX512]>;
H A DX86InstrFMA.td335 let Predicates = [HasFMA, NoAVX512] in {
H A DX86.td116 def FeatureFMA : SubtargetFeature<"fma", "HasFMA", "true",
H A DX86InstrInfo.td940 def HasFMA : Predicate<"Subtarget->hasFMA()">;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5050 bool HasFMA = TLI.isFMAFasterThanFMulAndFAdd(*MF, DstType) && in canCombineFMadOrFMA() local
5053 if (!HasFMAD && !HasFMA) in canCombineFMadOrFMA()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13984 bool HasFMA = in visitFADDForFMACombine() local
13989 if (!HasFMAD && !HasFMA) in visitFADDForFMACombine()
14197 bool HasFMA = in visitFSUBForFMACombine() local
14202 if (!HasFMAD && !HasFMA) in visitFSUBForFMACombine()
14518 bool HasFMA = in visitFMULForFMADistributiveCombine() local
14529 if (!HasFMAD && !HasFMA) in visitFMULForFMADistributiveCombine()