Searched refs:HasFP16FML (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 106 bool HasFP16FML = false; variable 445 bool hasFP16FML() const { return HasFP16FML; } in hasFP16FML()
|
| H A D | AArch64.td | 90 def FeatureFP16FML : SubtargetFeature<"fp16fml", "HasFP16FML", "true",
|
| H A D | AArch64InstrInfo.td | 106 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">, 914 let Predicates = [HasNEON, HasFP16FML] in {
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | AArch64.cpp | 354 if ((FPU & NeonMode) && HasFP16FML) in getTargetDefines() 449 HasFP16FML = false; in handleTargetFeatures() 548 HasFP16FML = true; in handleTargetFeatures()
|
| H A D | AArch64.h | 40 bool HasFP16FML; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 269 bool HasFP16FML = false; variable 732 bool hasFP16FML() const { return HasFP16FML; } in hasFP16FML()
|
| H A D | ARMPredicates.td | 114 def HasFP16FML : Predicate<"Subtarget->hasFP16FML()">,
|
| H A D | ARM.td | 118 def FeatureFP16FML : SubtargetFeature<"fp16fml", "HasFP16FML", "true",
|
| H A D | ARMScheduleA57.td | 87 HasFPRegsV8_1M, HasFP16FML, HasMatMulInt8, HasBF16];
|
| H A D | ARMInstrNEON.td | 5217 let Predicates = [HasNEON, HasFP16FML], DecoderNamespace= "VFPV8" in { 5261 } // HasNEON, HasFP16FML
|