Searched refs:HasFPARMv8 (Results 1 – 9 of 9) sorted by relevance
/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]'
|
D | AArch64InstrInfo.td | 21 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
|
/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",
|
D | ARMInstrInfo.td | 232 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
|
/external/llvm/docs/TableGen/ |
D | index.rst | 206 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|