Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVLoadStoreOptimizer.cpp62 bool tryToPairLdStInst(MachineBasicBlock::iterator &MBBI);
112 tryToPairLdStInst(MBBI)) in INITIALIZE_PASS()
123 bool RISCVLoadStoreOpt::tryToPairLdStInst(MachineBasicBlock::iterator &MBBI) { in tryToPairLdStInst() function in RISCVLoadStoreOpt
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp220 bool tryToPairLdStInst(MachineBasicBlock::iterator &MBBI);
2797 bool AArch64LoadStoreOpt::tryToPairLdStInst(MachineBasicBlock::iterator &MBBI) { in tryToPairLdStInst() function in AArch64LoadStoreOpt
3037 if (TII->isPairableLdStInst(*MBBI) && tryToPairLdStInst(MBBI)) in optimizeBlock()