Home
last modified time | relevance | path

Searched refs:HasPCRelativeMemops (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h113 bool HasPCRelativeMemops; variable
289 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops()
H A DPPCSubtarget.cpp95 HasPCRelativeMemops = false; in initializeEnvironment()
H A DPPC.td294 SubtargetFeature<"pcrelative-memops", "HasPCRelativeMemops", "true",
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DPPC.cpp60 HasPCRelativeMemops = true; in handleTargetFeatures()
408 if (HasPCRelativeMemops) in getTargetDefines()
673 .Case("pcrelative-memops", HasPCRelativeMemops) in hasFeature()
H A DPPC.h76 bool HasPCRelativeMemops = false; variable