Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp67 struct AArch64SIMDInstrOpt : public MachineFunctionPass { struct
153 AArch64SIMDInstrOpt() : MachineFunctionPass(ID) {} in AArch64SIMDInstrOpt() function
205 char AArch64SIMDInstrOpt::ID = 0;
209 INITIALIZE_PASS(AArch64SIMDInstrOpt, "aarch64-simdinstr-opt",
216 bool AArch64SIMDInstrOpt::
273 bool AArch64SIMDInstrOpt::shouldExitEarly(MachineFunction *MF, Subpass SP) { in shouldExitEarly()
318 bool AArch64SIMDInstrOpt::reuseDUP(MachineInstr &MI, unsigned DupOpcode, in reuseDUP()
352 bool AArch64SIMDInstrOpt::optimizeVectElement(MachineInstr &MI) { in optimizeVectElement()
504 bool AArch64SIMDInstrOpt::optimizeLdStInterleave(MachineInstr &MI) { in optimizeLdStInterleave()
633 bool AArch64SIMDInstrOpt::processSeqRegInst(MachineInstr *DefiningMI, in processSeqRegInst()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1401 SRCS_MIN+= Target/AArch64/AArch64SIMDInstrOpt.cpp