Searched refs:HasFPARMv8 (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 79 bool HasFPARMv8 = false; variable 310 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
|
D | AArch64.td | 22 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|
D | AArch64InstrInfo.td | 77 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">, 917 let Predicates = [HasJS, HasFPARMv8] in 923 } // HasJS, HasFPARMv8
|
D | AArch64InstrFormats.td | 4286 let Predicates = [HasFPARMv8] in { 5087 } // end of 'let Predicates = [HasFPARMv8]'
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 499 Requires<[HasFPARMv8]>; 505 Requires<[HasFPARMv8, HasDPVFP]>; 528 Requires<[HasFPARMv8]>; 534 Requires<[HasFPARMv8, HasDPVFP]>; 751 Requires<[HasFPARMv8, HasDPVFP]>, 763 Requires<[HasFPARMv8, HasDPVFP]>; 766 Requires<[HasFPARMv8, HasDPVFP]>; 772 Requires<[HasFPARMv8, HasDPVFP]> { 786 Requires<[HasFPARMv8, HasDPVFP]>; 789 Requires<[HasFPARMv8, HasDPVFP]>; [all …]
|
D | ARMScheduleM4.td | 22 IsNotMClass, HasDPVFP, HasFPARMv8, HasFullFP16, Has8MSecExt, HasV8,
|
D | ARMPredicates.td | 82 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8Base()">,
|
D | ARMSubtarget.h | 171 bool HasFPARMv8 = false; variable
|
D | ARM.td | 110 defm FeatureFPARMv8: VFPver<"fp-armv8", "HasFPARMv8", "Enable ARMv8 FP",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 19422 if (Bits[ARM::FeatureFPARMv8]) HasFPARMv8 = true;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 19220 if (Bits[AArch64::FeatureFPARMv8]) HasFPARMv8 = true;
|