Home
last modified time | relevance | path

Searched refs:HasFP16FML (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/Basic/Targets/
HDAArch64.h43 bool HasFP16FML = false; variable
HDAArch64.cpp578 if ((FPU & NeonMode) && HasFP16FML) in getTargetDefines()
734 .Case("fp16fml", HasFP16FML) in hasFeature()
1054 HasFP16FML = true; in handleTargetFeatures()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMPredicates.td116 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">,
HDARMFeatures.td121 def FeatureFP16FML : SubtargetFeature<"fp16fml", "HasFP16FML", "true",
HDARMScheduleA57.td87 HasFPRegsV8_1M, HasFP16FML, HasMatMulInt8, HasBF16];
HDARMInstrNEON.td5242 let Predicates = [HasNEON, HasFP16FML], DecoderNamespace= "VFPV8" in {
5286 } // HasNEON, HasFP16FML
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.td137 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">,
1437 let Predicates = [HasNEON, HasFP16FML] in {