Searched refs:HasPCRelativeMemops (Results 1 – 5 of 5) sorted by relevance
112 bool HasPCRelativeMemops; variable273 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops()
91 HasPCRelativeMemops = false; in initializeEnvironment()
237 SubtargetFeature<"pcrelative-memops", "HasPCRelativeMemops", "true",
58 HasPCRelativeMemops = true; in handleTargetFeatures()395 .Case("pcrelative-memops", HasPCRelativeMemops) in hasFeature()
73 bool HasPCRelativeMemops = false; variable