Home
last modified time | relevance | path

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/
DAArch64Subtarget.h79 bool HasFPARMv8 = false; variable
310 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
DAArch64.td22 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
DAArch64InstrInfo.td77 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
917 let Predicates = [HasJS, HasFPARMv8] in
923 } // HasJS, HasFPARMv8
DAArch64InstrFormats.td4286 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/
DARMInstrVFP.td499 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 …]
DARMScheduleM4.td22 IsNotMClass, HasDPVFP, HasFPARMv8, HasFullFP16, Has8MSecExt, HasV8,
DARMPredicates.td82 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8Base()">,
DARMSubtarget.h171 bool HasFPARMv8 = false; variable
DARM.td110 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/
DARMGenSubtargetInfo.inc19422 if (Bits[ARM::FeatureFPARMv8]) HasFPARMv8 = true;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19220 if (Bits[AArch64::FeatureFPARMv8]) HasFPARMv8 = true;