reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
 8119   if (Bits[PPC::DeprecatedDST]) DeprecatedDST = true;
 8120   if (Bits[PPC::Directive32] && DarwinDirective < PPC::DIR_32) DarwinDirective = PPC::DIR_32;
 8121   if (Bits[PPC::Directive64] && DarwinDirective < PPC::DIR_64) DarwinDirective = PPC::DIR_64;
 8122   if (Bits[PPC::Directive440] && DarwinDirective < PPC::DIR_440) DarwinDirective = PPC::DIR_440;
 8123   if (Bits[PPC::Directive601] && DarwinDirective < PPC::DIR_601) DarwinDirective = PPC::DIR_601;
 8124   if (Bits[PPC::Directive602] && DarwinDirective < PPC::DIR_602) DarwinDirective = PPC::DIR_602;
 8125   if (Bits[PPC::Directive603] && DarwinDirective < PPC::DIR_603) DarwinDirective = PPC::DIR_603;
 8126   if (Bits[PPC::Directive604] && DarwinDirective < PPC::DIR_603) DarwinDirective = PPC::DIR_603;
 8127   if (Bits[PPC::Directive620] && DarwinDirective < PPC::DIR_603) DarwinDirective = PPC::DIR_603;
 8128   if (Bits[PPC::Directive750] && DarwinDirective < PPC::DIR_750) DarwinDirective = PPC::DIR_750;
 8129   if (Bits[PPC::Directive970] && DarwinDirective < PPC::DIR_970) DarwinDirective = PPC::DIR_970;
 8130   if (Bits[PPC::Directive7400] && DarwinDirective < PPC::DIR_7400) DarwinDirective = PPC::DIR_7400;
 8131   if (Bits[PPC::DirectiveA2] && DarwinDirective < PPC::DIR_A2) DarwinDirective = PPC::DIR_A2;
 8132   if (Bits[PPC::DirectiveE500] && DarwinDirective < PPC::DIR_E500) DarwinDirective = PPC::DIR_E500;
 8133   if (Bits[PPC::DirectiveE500mc] && DarwinDirective < PPC::DIR_E500mc) DarwinDirective = PPC::DIR_E500mc;
 8134   if (Bits[PPC::DirectiveE5500] && DarwinDirective < PPC::DIR_E5500) DarwinDirective = PPC::DIR_E5500;
 8135   if (Bits[PPC::DirectivePwr3] && DarwinDirective < PPC::DIR_PWR3) DarwinDirective = PPC::DIR_PWR3;
 8136   if (Bits[PPC::DirectivePwr4] && DarwinDirective < PPC::DIR_PWR4) DarwinDirective = PPC::DIR_PWR4;
 8137   if (Bits[PPC::DirectivePwr5] && DarwinDirective < PPC::DIR_PWR5) DarwinDirective = PPC::DIR_PWR5;
 8138   if (Bits[PPC::DirectivePwr5x] && DarwinDirective < PPC::DIR_PWR5X) DarwinDirective = PPC::DIR_PWR5X;
 8139   if (Bits[PPC::DirectivePwr6] && DarwinDirective < PPC::DIR_PWR6) DarwinDirective = PPC::DIR_PWR6;
 8140   if (Bits[PPC::DirectivePwr6x] && DarwinDirective < PPC::DIR_PWR6X) DarwinDirective = PPC::DIR_PWR6X;
 8141   if (Bits[PPC::DirectivePwr7] && DarwinDirective < PPC::DIR_PWR7) DarwinDirective = PPC::DIR_PWR7;
 8142   if (Bits[PPC::DirectivePwr8] && DarwinDirective < PPC::DIR_PWR8) DarwinDirective = PPC::DIR_PWR8;
 8143   if (Bits[PPC::DirectivePwr9] && DarwinDirective < PPC::DIR_PWR9) DarwinDirective = PPC::DIR_PWR9;
 8144   if (Bits[PPC::Feature64Bit]) Has64BitSupport = true;
 8145   if (Bits[PPC::Feature64BitRegs]) Use64BitRegs = true;
 8146   if (Bits[PPC::FeatureAltivec]) HasAltivec = true;
 8147   if (Bits[PPC::FeatureBPERMD]) HasBPERMD = true;
 8148   if (Bits[PPC::FeatureBookE]) IsBookE = true;
 8149   if (Bits[PPC::FeatureCMPB]) HasCMPB = true;
 8150   if (Bits[PPC::FeatureCRBits]) UseCRBits = true;
 8151   if (Bits[PPC::FeatureDirectMove]) HasDirectMove = true;
 8152   if (Bits[PPC::FeatureE500]) IsE500 = true;
 8153   if (Bits[PPC::FeatureExtDiv]) HasExtDiv = true;
 8154   if (Bits[PPC::FeatureFCPSGN]) HasFCPSGN = true;
 8155   if (Bits[PPC::FeatureFPCVT]) HasFPCVT = true;
 8156   if (Bits[PPC::FeatureFPRND]) HasFPRND = true;
 8157   if (Bits[PPC::FeatureFPU]) HasFPU = true;
 8158   if (Bits[PPC::FeatureFRE]) HasFRE = true;
 8159   if (Bits[PPC::FeatureFRES]) HasFRES = true;
 8160   if (Bits[PPC::FeatureFRSQRTE]) HasFRSQRTE = true;
 8161   if (Bits[PPC::FeatureFRSQRTES]) HasFRSQRTES = true;
 8162   if (Bits[PPC::FeatureFSqrt]) HasFSQRT = true;
 8163   if (Bits[PPC::FeatureFloat128]) HasFloat128 = true;
 8164   if (Bits[PPC::FeatureHTM]) HasHTM = true;
 8165   if (Bits[PPC::FeatureHardFloat]) HasHardFloat = true;
 8166   if (Bits[PPC::FeatureICBT]) HasICBT = true;
 8167   if (Bits[PPC::FeatureISA3_0]) IsISA3_0 = true;
 8168   if (Bits[PPC::FeatureISEL]) HasISEL = true;
 8169   if (Bits[PPC::FeatureInvariantFunctionDescriptors]) HasInvariantFunctionDescriptors = true;
 8170   if (Bits[PPC::FeatureLDBRX]) HasLDBRX = true;
 8171   if (Bits[PPC::FeatureLFIWAX]) HasLFIWAX = true;
 8172   if (Bits[PPC::FeatureLongCall]) UseLongCalls = true;
 8173   if (Bits[PPC::FeatureMFOCRF]) HasMFOCRF = true;
 8174   if (Bits[PPC::FeatureMFTB]) FeatureMFTB = true;
 8175   if (Bits[PPC::FeatureMSYNC]) HasOnlyMSYNC = true;
 8176   if (Bits[PPC::FeatureP8Altivec]) HasP8Altivec = true;
 8177   if (Bits[PPC::FeatureP8Crypto]) HasP8Crypto = true;
 8178   if (Bits[PPC::FeatureP8Vector]) HasP8Vector = true;
 8179   if (Bits[PPC::FeatureP9Altivec]) HasP9Altivec = true;
 8180   if (Bits[PPC::FeatureP9Vector]) HasP9Vector = true;
 8181   if (Bits[PPC::FeaturePOPCNTD] && HasPOPCNTD < POPCNTD_Fast) HasPOPCNTD = POPCNTD_Fast;
 8182   if (Bits[PPC::FeaturePPC4xx]) IsPPC4xx = true;
 8183   if (Bits[PPC::FeaturePPC6xx]) IsPPC6xx = true;
 8184   if (Bits[PPC::FeaturePPCPostRASched]) UsePPCPostRASchedStrategy = true;
 8185   if (Bits[PPC::FeaturePPCPreRASched]) UsePPCPreRASchedStrategy = true;
 8186   if (Bits[PPC::FeaturePartwordAtomic]) HasPartwordAtomics = true;
 8187   if (Bits[PPC::FeatureQPX]) HasQPX = true;
 8188   if (Bits[PPC::FeatureRecipPrec]) HasRecipPrec = true;
 8189   if (Bits[PPC::FeatureSPE]) HasSPE = true;
 8190   if (Bits[PPC::FeatureSTFIWX]) HasSTFIWX = true;
 8191   if (Bits[PPC::FeatureSecurePlt]) SecurePlt = true;
 8192   if (Bits[PPC::FeatureSlowPOPCNTD] && HasPOPCNTD < POPCNTD_Slow) HasPOPCNTD = POPCNTD_Slow;
 8193   if (Bits[PPC::FeatureTwoConstNR]) NeedsTwoConstNR = true;
 8194   if (Bits[PPC::FeatureVSX]) HasVSX = true;
 8195   if (Bits[PPC::FeatureVectorsUseTwoUnits]) VectorsUseTwoUnits = true;