Searched refs:HasFMA (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 325 HasFMA = true; in handleTargetFeatures() 862 if (HasFMA) in getTargetDefines() 1293 .Case("fma", HasFMA) in hasFeature()
|
| H A D | X86.h | 95 bool HasFMA = false; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrPredicates.td | 118 def HasFMA : Predicate<"Subtarget->hasFMA()">;
|
| H A D | X86InstrUtils.td | 864 VEX, VVVV, FMASC, Requires<[HasFMA, NoFMA4, NoVLX]>; 868 VEX, VVVV, FMASC, Requires<[HasFMA, NoFMA4, NoAVX512]>; 872 VEX, VVVV, FMASC, Requires<[HasFMA, NoAVX512]>;
|
| H A D | X86InstrFMA.td | 335 let Predicates = [HasFMA, NoAVX512] in {
|
| H A D | X86.td | 110 def FeatureFMA : SubtargetFeature<"fma", "HasFMA", "true",
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5946 bool HasFMA = TLI.isFMAFasterThanFMulAndFAdd(*MF, DstType) && in canCombineFMadOrFMA() local 5949 if (!HasFMAD && !HasFMA) in canCombineFMadOrFMA()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 16883 bool HasFMA = in visitFADDForFMACombine() local 16888 if (!HasFMAD && !HasFMA) in visitFADDForFMACombine() 17120 bool HasFMA = in visitFSUBForFMACombine() local 17125 if (!HasFMAD && !HasFMA) in visitFSUBForFMACombine() 17445 bool HasFMA = in visitFMULForFMADistributiveCombine() local 17455 if (!HasFMAD && !HasFMA) in visitFMULForFMADistributiveCombine()
|