Searched refs:HasFP16 (Results 1 – 19 of 19) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 154 bool HasFP16 = false; variable 479 bool hasFP16() const { return HasFP16; } in hasFP16()
|
D | ARMInstrVFP.td | 670 Requires<[HasFP16]>; 675 Requires<[HasFP16]>; 680 Requires<[HasFP16]>; 685 Requires<[HasFP16]>;
|
D | ARM.td | 57 def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
|
D | ARMInstrNEON.td | 6256 Requires<[HasNEON, HasFP16]>; 6260 Requires<[HasNEON, HasFP16]>;
|
D | ARMInstrInfo.td | 242 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 258 bool HasFP16 = false; variable 706 bool hasFP16() const { return HasFP16; } in hasFP16()
|
D | ARMPredicates.td | 108 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
|
D | ARMInstrVFP.td | 754 Requires<[HasFP16]>, 766 Requires<[HasFP16]>, 784 Requires<[HasFP16]>, 798 Requires<[HasFP16]>,
|
D | ARM.td | 103 def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
|
D | ARMInstrFormats.td | 1136 list<Predicate> Predicates = [HasFP16];
|
D | ARMInstrNEON.td | 6839 Requires<[HasNEON, HasFP16]>; 6843 Requires<[HasNEON, HasFP16]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 249 bool HasFP16 = false; variable 688 bool hasFP16() const { return HasFP16; } in hasFP16()
|
D | ARMPredicates.td | 100 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
|
D | ARMInstrVFP.td | 716 Requires<[HasFP16]>, 727 Requires<[HasFP16]>, 738 Requires<[HasFP16]>, 744 Requires<[HasFP16]>,
|
D | ARM.td | 103 def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
|
D | ARMInstrFormats.td | 1127 list<Predicate> Predicates = [HasFP16];
|
D | ARMInstrNEON.td | 6788 Requires<[HasNEON, HasFP16]>; 6792 Requires<[HasNEON, HasFP16]>;
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64LegalizerInfo.cpp | 76 const bool HasFP16 = ST.hasFullFP16(); in AArch64LegalizerInfo() local 77 const LLT &MinFPScalar = HasFP16 ? s16 : s32; in AArch64LegalizerInfo() 333 if (HasFP16 && Ty == s16) in AArch64LegalizerInfo()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 19418 if (Bits[ARM::FeatureFP16]) HasFP16 = true;
|