Searched refs:HasPCRelativeMemops (Results 1 – 5 of 5) sorted by relevance
113 bool HasPCRelativeMemops; variable289 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops()
95 HasPCRelativeMemops = false; in initializeEnvironment()
294 SubtargetFeature<"pcrelative-memops", "HasPCRelativeMemops", "true",
60 HasPCRelativeMemops = true; in handleTargetFeatures()408 if (HasPCRelativeMemops) in getTargetDefines()673 .Case("pcrelative-memops", HasPCRelativeMemops) in hasFeature()
76 bool HasPCRelativeMemops = false; variable