Searched refs:AArch64SIMDInstrOpt (Results 1 – 2 of 2) sorted by relevance
67 struct AArch64SIMDInstrOpt : public MachineFunctionPass { struct153 AArch64SIMDInstrOpt() : MachineFunctionPass(ID) { in AArch64SIMDInstrOpt() argument207 char AArch64SIMDInstrOpt::ID = 0;211 INITIALIZE_PASS(AArch64SIMDInstrOpt, "aarch64-simdinstr-opt",218 bool AArch64SIMDInstrOpt::275 bool AArch64SIMDInstrOpt::shouldExitEarly(MachineFunction *MF, Subpass SP) { in shouldExitEarly()320 bool AArch64SIMDInstrOpt::reuseDUP(MachineInstr &MI, unsigned DupOpcode, in reuseDUP()354 bool AArch64SIMDInstrOpt::optimizeVectElement(MachineInstr &MI) { in optimizeVectElement()506 bool AArch64SIMDInstrOpt::optimizeLdStInterleave(MachineInstr &MI) { in optimizeLdStInterleave()635 bool AArch64SIMDInstrOpt::processSeqRegInst(MachineInstr *DefiningMI, in processSeqRegInst()[all …]
1290 SRCS_MIN+= Target/AArch64/AArch64SIMDInstrOpt.cpp