Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp31 class AArch64StorePairSuppress : public MachineFunctionPass { class
41 AArch64StorePairSuppress() : MachineFunctionPass(ID) { in AArch64StorePairSuppress() function in __anondab15a050111::AArch64StorePairSuppress
61 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()
/freebsd/lib/clang/libllvm/
H A DMakefile1285 SRCS_MIN+= Target/AArch64/AArch64StorePairSuppress.cpp