Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h57 bool HasFPARMv8 = false; variable
175 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
DAArch64.td23 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
DAArch64InstrFormats.td3520 let Predicates = [HasFPARMv8] in {
4302 } // end of 'let Predicates = [HasFPARMv8]'
DAArch64InstrInfo.td21 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h71 bool HasFPARMv8 = false; variable
233 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
DAArch64.td23 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
DAArch64InstrInfo.td25 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
587 let Predicates = [HasV8_3a, HasFPARMv8] in
DAArch64InstrFormats.td3951 let Predicates = [HasFPARMv8] in {
4735 } // end of 'let Predicates = [HasFPARMv8]'
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td451 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 …]
DARMSubtarget.h106 bool HasFPARMv8 = false; variable
427 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
DARM.td62 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8",
DARMInstrInfo.td232 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrVFP.td466 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 …]
DARMSubtarget.h164 bool HasFPARMv8 = false; variable
555 bool hasFPARMv8() const { return HasFPARMv8; } in hasFPARMv8()
DARM.td55 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8",
DARMInstrInfo.td268 def HasFPARMv8 : Predicate<"Subtarget->hasFPARMv8()">,
/external/llvm/docs/TableGen/
Dindex.rst206 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
Dindex.rst202 def FeatureFPARMv8 : SubtargetFeature<"fp-armv8", "HasFPARMv8", "true",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc10904 if (Bits[AArch64::FeatureFPARMv8]) HasFPARMv8 = true;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc16546 if (Bits[ARM::FeatureFPARMv8]) HasFPARMv8 = true;