Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp66 struct AArch64SIMDInstrOpt : public MachineFunctionPass { struct
152 AArch64SIMDInstrOpt() : MachineFunctionPass(ID) { in AArch64SIMDInstrOpt() function
206 char AArch64SIMDInstrOpt::ID = 0;
210 INITIALIZE_PASS(AArch64SIMDInstrOpt, "aarch64-simdinstr-opt",
217 bool AArch64SIMDInstrOpt::
274 bool AArch64SIMDInstrOpt::shouldExitEarly(MachineFunction *MF, Subpass SP) { in shouldExitEarly()
319 bool AArch64SIMDInstrOpt::reuseDUP(MachineInstr &MI, unsigned DupOpcode, in reuseDUP()
353 bool AArch64SIMDInstrOpt::optimizeVectElement(MachineInstr &MI) { in optimizeVectElement()
505 bool AArch64SIMDInstrOpt::optimizeLdStInterleave(MachineInstr &MI) { in optimizeLdStInterleave()
634 bool AArch64SIMDInstrOpt::processSeqRegInst(MachineInstr *DefiningMI, in processSeqRegInst()
[all …]
H A DCMakeLists.txt89 AArch64SIMDInstrOpt.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMAArch64CodeGen/
H A DMakefile67 AArch64SIMDInstrOpt.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/
H A DBUILD.gn142 "AArch64SIMDInstrOpt.cpp",