Searched refs:isLdStPairSuppressed (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h78 static bool isLdStPairSuppressed(const MachineInstr &MI);
H A DAArch64LoadStoreOptimizer.cpp1221 if (MI.hasOrderedMemoryRef() || TII->isLdStPairSuppressed(MI))
1226 !TII->isLdStPairSuppressed(FirstMI) &&
H A DAArch64InstrInfo.cpp1739 bool AArch64InstrInfo::isLdStPairSuppressed(const MachineInstr &MI) { function in class:AArch64InstrInfo
2020 if (isLdStPairSuppressed(MI))

Completed in 101 milliseconds