/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 57 bool HasFPARMv8 = false; variable 175 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
|
D | AArch64.td | 23 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|
D | AArch64InstrFormats.td | 3520 let Predicates = [HasFPARMv8] in { 4302 } // end of 'let Predicates = [HasFPARMv8]'
|
/external/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]'
|
/external/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",
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 534 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 …]
|
D | ARMScheduleM4.td | 22 IsNotMClass, HasDPVFP, HasFPARMv8, HasFullFP16, Has8MSecExt, HasV8,
|
D | ARMSubtarget.h | 180 bool HasFPARMv8 = false; variable
|
D | ARMPredicates.td | 90 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8Base()">,
|
D | ARM.td | 110 defm FeatureFPARMv8: VFPver<"fp-armv8", "HasFPARMv8", "Enable ARMv8 FP",
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 451 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 …]
|
D | ARMSubtarget.h | 106 bool HasFPARMv8 = false; variable 427 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
|
D | ARM.td | 62 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8",
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 93 bool HasFPARMv8 = false; variable 341 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
|
D | AArch64.td | 22 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|
D | AArch64InstrInfo.td | 76 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">, 1057 let Predicates = [HasJS, HasFPARMv8], Defs = [NZCV] in 1063 } // HasJS, HasFPARMv8
|
/external/llvm/docs/TableGen/ |
D | index.rst | 206 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|
/external/llvm-project/llvm/docs/TableGen/ |
D | index.rst | 205 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|