Home
last modified time | relevance | path

Searched refs:hasPCRelativeMemops (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp244 return isPPC64() && hasPCRelativeMemops() && isELFv2ABI() && in isUsingPCRelativeCalls()
H A DPPCSubtarget.h276 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops() function
H A DPPCInstrInfo.td1175 def PCRelativeMemops : Predicate<"Subtarget->hasPCRelativeMemops()">;