Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h240 static bool isPreSt(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp4077 bool AArch64InstrInfo::isPreSt(const MachineInstr &MI) { in isPreSt() function in AArch64InstrInfo
4091 return isPreLd(MI) || isPreSt(MI); in isPreLdSt()