Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp258 return isPPC64() && hasPCRelativeMemops() && isELFv2ABI() && in isUsingPCRelativeCalls()
H A DPPCSubtarget.h289 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops() function
H A DPPCInstrInfo.td699 def PCRelativeMemops : Predicate<"Subtarget->hasPCRelativeMemops()">;