Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp67 struct AArch64SIMDInstrOpt : public MachineFunctionPass { struct
153 AArch64SIMDInstrOpt() : MachineFunctionPass(ID) { in AArch64SIMDInstrOpt() argument
207 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 …]
/src/lib/clang/libllvm/
H A DMakefile1290 SRCS_MIN+= Target/AArch64/AArch64SIMDInstrOpt.cpp