Searched refs:HasFP16FML (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/ |
| HD | AArch64.h | 43 bool HasFP16FML = false; variable
|
| HD | AArch64.cpp | 578 if ((FPU & NeonMode) && HasFP16FML) in getTargetDefines() 734 .Case("fp16fml", HasFP16FML) in hasFeature() 1054 HasFP16FML = true; in handleTargetFeatures()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMPredicates.td | 116 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">,
|
| HD | ARMFeatures.td | 121 def FeatureFP16FML : SubtargetFeature<"fp16fml", "HasFP16FML", "true",
|
| HD | ARMScheduleA57.td | 87 HasFPRegsV8_1M, HasFP16FML, HasMatMulInt8, HasBF16];
|
| HD | ARMInstrNEON.td | 5242 let Predicates = [HasNEON, HasFP16FML], DecoderNamespace= "VFPV8" in { 5286 } // HasNEON, HasFP16FML
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64InstrInfo.td | 137 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">, 1437 let Predicates = [HasNEON, HasFP16FML] in {
|