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.cpp325 HasFMA = true; in handleTargetFeatures()
862 if (HasFMA) in getTargetDefines()
1293 .Case("fma", HasFMA) in hasFeature()
H A DX86.h95 bool HasFMA = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td118 def HasFMA : Predicate<"Subtarget->hasFMA()">;
H A DX86InstrUtils.td864 VEX, VVVV, FMASC, Requires<[HasFMA, NoFMA4, NoVLX]>;
868 VEX, VVVV, FMASC, Requires<[HasFMA, NoFMA4, NoAVX512]>;
872 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.cpp5946 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 DDAGCombiner.cpp16883 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()