Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h106 bool HasFP16FML = false; variable
445 bool hasFP16FML() const { return HasFP16FML; } in hasFP16FML()
H A DAArch64.td90 def FeatureFP16FML : SubtargetFeature<"fp16fml", "HasFP16FML", "true",
H A DAArch64InstrInfo.td106 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">,
914 let Predicates = [HasNEON, HasFP16FML] in {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.cpp354 if ((FPU & NeonMode) && HasFP16FML) in getTargetDefines()
449 HasFP16FML = false; in handleTargetFeatures()
548 HasFP16FML = true; in handleTargetFeatures()
H A DAArch64.h40 bool HasFP16FML; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h269 bool HasFP16FML = false; variable
732 bool hasFP16FML() const { return HasFP16FML; } in hasFP16FML()
H A DARMPredicates.td114 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">,
H A DARM.td118 def FeatureFP16FML : SubtargetFeature<"fp16fml", "HasFP16FML", "true",
H A DARMScheduleA57.td87 HasFPRegsV8_1M, HasFP16FML, HasMatMulInt8, HasBF16];
H A DARMInstrNEON.td5217 let Predicates = [HasNEON, HasFP16FML], DecoderNamespace= "VFPV8" in {
5261 } // HasNEON, HasFP16FML