Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DPPC.cpp58 HasPCRelativeMemops = true; in handleTargetFeatures()
208 if (HasPCRelativeMemops) in getTargetDefines()
424 .Case("pcrelative-memops", HasPCRelativeMemops) in hasFeature()
H A DPPC.h75 bool HasPCRelativeMemops = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h113 bool HasPCRelativeMemops; variable
276 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops()
H A DPPCSubtarget.cpp94 HasPCRelativeMemops = false; in initializeEnvironment()
H A DPPC.td244 SubtargetFeature<"pcrelative-memops", "HasPCRelativeMemops", "true",