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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp1 //===--- AArch64StorePairSuppress.cpp --- Suppress store pair formation ---===//
30 class AArch64StorePairSuppress : public MachineFunctionPass { class in namespace:__anon3877
40 AArch64StorePairSuppress() : MachineFunctionPass(ID) { function in class:__anon3877::AArch64StorePairSuppress
60 char AArch64StorePairSuppress::ID = 0;
63 INITIALIZE_PASS(AArch64StorePairSuppress, "aarch64-stp-suppress",
67 return new AArch64StorePairSuppress();
76 bool AArch64StorePairSuppress::shouldAddSTPToBlock(const MachineBasicBlock *BB) {
109 bool AArch64StorePairSuppress::isNarrowFPStore(const MachineInstr &MI) {
121 bool AArch64StorePairSuppress::runOnMachineFunction(MachineFunction &MF) {
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1035 SRCS_MIN+= Target/AArch64/AArch64StorePairSuppress.cpp

Completed in 160 milliseconds