Searched refs:HasPCRelativeMemops (Results 1 – 5 of 5) sorted by relevance
113 bool HasPCRelativeMemops; variable278 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops()
94 HasPCRelativeMemops = false; in initializeEnvironment()
251 SubtargetFeature<"pcrelative-memops", "HasPCRelativeMemops", "true",
58 HasPCRelativeMemops = true; in handleTargetFeatures()377 if (HasPCRelativeMemops) in getTargetDefines()603 .Case("pcrelative-memops", HasPCRelativeMemops) in hasFeature()
75 bool HasPCRelativeMemops = false; variable