HomeSort by: relevance | last modified time | path
    Searched refs:HasPCRelativeMemops (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h 113 bool HasPCRelativeMemops;
276 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; }
PPCSubtarget.cpp 94 HasPCRelativeMemops = false;
244 return isPPC64() && hasPCRelativeMemops() && isELFv2ABI() &&
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
PPC.cpp 58 HasPCRelativeMemops = true;
208 if (HasPCRelativeMemops)
424 .Case("pcrelative-memops", HasPCRelativeMemops)
PPC.h 75 bool HasPCRelativeMemops = false;

Completed in 18 milliseconds