Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp246 return isPPC64() && hasPCRelativeMemops() && isELFv2ABI() && in isUsingPCRelativeCalls()
H A DPPCSubtarget.h278 bool hasPCRelativeMemops() const { return HasPCRelativeMemops; } in hasPCRelativeMemops() function
H A DPPCInstrInfo.td1189 def PCRelativeMemops : Predicate<"Subtarget->hasPCRelativeMemops()">;