Home
last modified time | relevance | path

Searched refs:isPreLd (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h96 static bool isPreLd(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp3166 bool AArch64InstrInfo::isPreLd(const MachineInstr &MI) { in isPreLd() function in AArch64InstrInfo
3193 return isPreLd(MI) || isPreSt(MI); in isPreLdSt()