Searched refs:HasFP16 (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSubtarget.h | 103 bool HasFP16; variable 218 bool hasFP16() const { return HasFP16; } in hasFP16()
|
D | ARMSubtarget.cpp | 64 , HasFP16(false) in ARMSubtarget()
|
D | ARM.td | 45 def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
|
D | ARMInstrNEON.td | 4675 Requires<[HasNEON, HasFP16]>; 4679 Requires<[HasNEON, HasFP16]>;
|
D | ARMInstrInfo.td | 189 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 225 bool HasFP16 = false; variable 618 bool hasFP16() const { return HasFP16; } in hasFP16()
|
D | ARMInstrVFP.td | 682 Requires<[HasFP16]>, 693 Requires<[HasFP16]>, 704 Requires<[HasFP16]>, 710 Requires<[HasFP16]>,
|
D | ARM.td | 47 def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
|
D | ARMInstrFormats.td | 1029 list<Predicate> Predicates = [HasFP16];
|
D | ARMInstrNEON.td | 6531 Requires<[HasNEON, HasFP16]>; 6535 Requires<[HasNEON, HasFP16]>;
|
D | ARMInstrInfo.td | 284 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16544 if (Bits[ARM::FeatureFP16]) HasFP16 = true;
|