Searched refs:HasFPARMv8 (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A 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 …]
|
H A D | ARMScheduleM4.td | 22 IsNotMClass, HasDPVFP, HasFPARMv8, HasFullFP16, Has8MSecExt, HasV8,
|
H A D | ARMSubtarget.h | 185 bool HasFPARMv8 = false; variable
|
H A D | ARMPredicates.td | 92 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8Base()">,
|
H A D | ARM.td | 110 defm FeatureFPARMv8: VFPver<"fp-armv8", "HasFPARMv8", "Enable ARMv8 FP",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 96 bool HasFPARMv8 = false; variable 359 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
|
H A D | AArch64.td | 22 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|
H A D | AArch64InstrInfo.td | 78 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">, 1216 let Predicates = [HasJS, HasFPARMv8], Defs = [NZCV] in 1222 } // HasJS, HasFPARMv8
|
H A D | AArch64InstrFormats.td | 4476 let Predicates = [HasFPARMv8] in { 5277 } // end of 'let Predicates = [HasFPARMv8]'
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
H A D | index.rst | 206 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|