Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A 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 …]
H A DARMScheduleM4.td22 IsNotMClass, HasDPVFP, HasFPARMv8, HasFullFP16, Has8MSecExt, HasV8,
H A DARMSubtarget.h185 bool HasFPARMv8 = false; variable
H A DARMPredicates.td92 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8Base()">,
H A DARM.td110 defm FeatureFPARMv8: VFPver<"fp-armv8", "HasFPARMv8", "Enable ARMv8 FP",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h96 bool HasFPARMv8 = false; variable
359 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
H A DAArch64.td22 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
H A DAArch64InstrInfo.td78 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
1216 let Predicates = [HasJS, HasFPARMv8], Defs = [NZCV] in
1222 } // HasJS, HasFPARMv8
H A DAArch64InstrFormats.td4476 let Predicates = [HasFPARMv8] in {
5277 } // end of 'let Predicates = [HasFPARMv8]'
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A Dindex.rst206 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",