Searched refs:HasFMA (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 225 HasFMA = true; in handleTargetFeatures() 676 if (HasFMA) in getTargetDefines() 1005 .Case("fma", HasFMA) in hasFeature()
|
| H A D | X86.h | 91 bool HasFMA = false; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrFormats.td | 916 VEX_4V, FMASC, Requires<[HasFMA, NoFMA4, NoVLX]>; 920 VEX_4V, FMASC, Requires<[HasFMA, NoFMA4, NoAVX512]>; 924 VEX_4V, FMASC, Requires<[HasFMA, NoAVX512]>;
|
| H A D | X86InstrFMA.td | 335 let Predicates = [HasFMA, NoAVX512] in {
|
| H A D | X86.td | 116 def FeatureFMA : SubtargetFeature<"fma", "HasFMA", "true",
|
| H A D | X86InstrInfo.td | 940 def HasFMA : Predicate<"Subtarget->hasFMA()">;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5050 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 D | DAGCombiner.cpp | 13984 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()
|