Home
last modified time | relevance | path

Searched refs:HasFPARMv8 (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h57 bool HasFPARMv8 = false; variable
175 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
DAArch64.td23 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
DAArch64InstrFormats.td3520 let Predicates = [HasFPARMv8] in {
4302 } // end of 'let Predicates = [HasFPARMv8]'
/external/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]'
/external/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",
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrVFP.td534 Requires<[HasFPARMv8]>;
540 Requires<[HasFPARMv8, HasDPVFP]>;
563 Requires<[HasFPARMv8]>;
569 Requires<[HasFPARMv8, HasDPVFP]>;
812 Requires<[HasFPARMv8, HasDPVFP]>,
826 Requires<[HasFPARMv8, HasDPVFP]>;
829 Requires<[HasFPARMv8, HasDPVFP]>;
835 Requires<[HasFPARMv8, HasDPVFP]> {
851 Requires<[HasFPARMv8, HasDPVFP]>;
854 Requires<[HasFPARMv8, HasDPVFP]>;
[all …]
DARMScheduleM4.td22 IsNotMClass, HasDPVFP, HasFPARMv8, HasFullFP16, Has8MSecExt, HasV8,
DARMSubtarget.h180 bool HasFPARMv8 = false; variable
DARMPredicates.td90 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8Base()">,
DARM.td110 defm FeatureFPARMv8: VFPver<"fp-armv8", "HasFPARMv8", "Enable ARMv8 FP",
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td451 Requires<[HasFPARMv8]>;
457 Requires<[HasFPARMv8, HasDPVFP]>;
479 Requires<[HasFPARMv8]>;
485 Requires<[HasFPARMv8, HasDPVFP]>;
690 []>, Requires<[HasFPARMv8, HasDPVFP]> {
702 []>, Requires<[HasFPARMv8, HasDPVFP]> {
717 []>, Requires<[HasFPARMv8, HasDPVFP]> {
729 []>, Requires<[HasFPARMv8, HasDPVFP]> {
776 Requires<[HasFPARMv8]> {
784 Requires<[HasFPARMv8]> {
[all …]
DARMSubtarget.h106 bool HasFPARMv8 = false; variable
427 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
DARM.td62 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h93 bool HasFPARMv8 = false; variable
341 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
DAArch64.td22 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
DAArch64InstrInfo.td76 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
1057 let Predicates = [HasJS, HasFPARMv8], Defs = [NZCV] in
1063 } // HasJS, HasFPARMv8
/external/llvm/docs/TableGen/
Dindex.rst206 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
/external/llvm-project/llvm/docs/TableGen/
Dindex.rst205 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",

12