Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h112 bool HasPCRelativeMemops; variable
273 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops()
DPPCSubtarget.cpp91 HasPCRelativeMemops = false; in initializeEnvironment()
DPPC.td237 SubtargetFeature<"pcrelative-memops", "HasPCRelativeMemops", "true",
/external/llvm-project/clang/lib/Basic/Targets/
DPPC.cpp58 HasPCRelativeMemops = true; in handleTargetFeatures()
395 .Case("pcrelative-memops", HasPCRelativeMemops) in hasFeature()
DPPC.h73 bool HasPCRelativeMemops = false; variable