Searched refs:HasFP16FML (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AArch64.h | 44 bool HasFP16FML = false; variable
|
| H A D | AArch64.cpp | 527 if ((FPU & NeonMode) && HasFP16FML) in getTargetDefines() 676 .Case("fp16fml", HasFP16FML) in hasFeature() 959 HasFP16FML = true; in handleTargetFeatures()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMPredicates.td | 116 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">,
|
| H A D | ARM.td | 127 def FeatureFP16FML : SubtargetFeature<"fp16fml", "HasFP16FML", "true",
|
| H A D | ARMScheduleA57.td | 87 HasFPRegsV8_1M, HasFP16FML, HasMatMulInt8, HasBF16];
|
| H A D | ARMInstrNEON.td | 5228 let Predicates = [HasNEON, HasFP16FML], DecoderNamespace= "VFPV8" in { 5272 } // HasNEON, HasFP16FML
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 109 def FeatureFP16FML : SubtargetFeature<"fp16fml", "HasFP16FML", "true",
|
| H A D | AArch64InstrInfo.td | 131 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">, 1320 let Predicates = [HasNEON, HasFP16FML] in {
|