Searched refs:AArch64StorePairSuppress (Results 1 – 2 of 2) sorted by relevance
31 class AArch64StorePairSuppress : public MachineFunctionPass { class41 AArch64StorePairSuppress() : MachineFunctionPass(ID) { in AArch64StorePairSuppress() function in __anondab15a050111::AArch64StorePairSuppress61 char AArch64StorePairSuppress::ID = 0;64 INITIALIZE_PASS(AArch64StorePairSuppress, "aarch64-stp-suppress",68 return new AArch64StorePairSuppress(); in createAArch64StorePairSuppressPass()77 bool AArch64StorePairSuppress::shouldAddSTPToBlock(const MachineBasicBlock *BB) { in shouldAddSTPToBlock()118 bool AArch64StorePairSuppress::isNarrowFPStore(const MachineInstr &MI) { in isNarrowFPStore()130 bool AArch64StorePairSuppress::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
1285 SRCS_MIN+= Target/AArch64/AArch64StorePairSuppress.cpp