Searched refs:HasFPARMv8 (Results 1 – 20 of 20) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 71 bool HasFPARMv8 = false; variable 233 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
|
D | AArch64.td | 23 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|
D | AArch64InstrInfo.td | 25 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">, 587 let Predicates = [HasV8_3a, HasFPARMv8] in
|
D | AArch64InstrFormats.td | 3951 let Predicates = [HasFPARMv8] in { 4735 } // end of 'let Predicates = [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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 466 Requires<[HasFPARMv8]>; 472 Requires<[HasFPARMv8, HasDPVFP]>; 494 Requires<[HasFPARMv8]>; 500 Requires<[HasFPARMv8, HasDPVFP]>; 717 Requires<[HasFPARMv8, HasDPVFP]>, 736 Requires<[HasFPARMv8, HasDPVFP]> { 756 []>, Requires<[HasFPARMv8, HasDPVFP]> { 768 []>, Requires<[HasFPARMv8, HasDPVFP]> { 803 Requires<[HasFPARMv8]> { 811 Requires<[HasFPARMv8]> { [all …]
|
D | ARMSubtarget.h | 164 bool HasFPARMv8 = false; variable 555 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
|
D | ARM.td | 55 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8",
|
D | ARMInstrInfo.td | 268 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
|
/external/llvm/docs/TableGen/ |
D | index.rst | 206 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/ |
D | index.rst | 202 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 10904 if (Bits[AArch64::FeatureFPARMv8]) HasFPARMv8 = true;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16546 if (Bits[ARM::FeatureFPARMv8]) HasFPARMv8 = true;
|