Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h101 static bool isPreSt(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp3138 bool AArch64InstrInfo::isPreSt(const MachineInstr &MI) { in isPreSt() function in AArch64InstrInfo
3152 return isPreLd(MI) || isPreSt(MI); in isPreLdSt()