Searched refs:HasFPARMv8 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 44 bool HasFPARMv8; variable 118 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
|
D | AArch64Subtarget.cpp | 54 HasV8_1aOps(false), HasV8_2aOps(false), HasFPARMv8(false), HasNEON(false), in AArch64Subtarget()
|
D | AArch64.td | 23 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|
D | AArch64InstrFormats.td | 3523 let Predicates = [HasFPARMv8] in { 4305 } // end of 'let Predicates = [HasFPARMv8]'
|
D | AArch64InstrInfo.td | 21 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 87 bool HasFPARMv8; variable 336 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
|
D | ARMInstrVFP.td | 363 Requires<[HasFPARMv8]>; 369 Requires<[HasFPARMv8, HasDPVFP]>; 385 Requires<[HasFPARMv8]>; 391 Requires<[HasFPARMv8, HasDPVFP]>; 564 []>, Requires<[HasFPARMv8, HasDPVFP]> { 576 []>, Requires<[HasFPARMv8, HasDPVFP]> { 591 []>, Requires<[HasFPARMv8, HasDPVFP]> { 603 []>, Requires<[HasFPARMv8, HasDPVFP]> { 634 Requires<[HasFPARMv8]> { 642 Requires<[HasFPARMv8]> { [all …]
|
D | ARMSubtarget.cpp | 119 HasFPARMv8 = false; in initializeEnvironment()
|
D | ARM.td | 62 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8",
|
D | ARMInstrInfo.td | 230 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
|
/external/llvm/docs/TableGen/ |
D | index.rst | 206 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|