Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h113 bool HasPCRelativeMemops; variable
278 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops()
H A DPPCSubtarget.cpp94 HasPCRelativeMemops = false; in initializeEnvironment()
H A DPPC.td251 SubtargetFeature<"pcrelative-memops", "HasPCRelativeMemops", "true",
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp58 HasPCRelativeMemops = true; in handleTargetFeatures()
377 if (HasPCRelativeMemops) in getTargetDefines()
603 .Case("pcrelative-memops", HasPCRelativeMemops) in hasFeature()
H A DPPC.h75 bool HasPCRelativeMemops = false; variable