Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp68 static char ID;
70 const TargetInstrInfo *TII;
71 MachineRegisterInfo *MRI;
72 TargetSchedModel SchedModel;
82 typedef enum {
85 } Subpass;
88 struct InstReplInfo {
102 std::vector<InstReplInfo> IRT = {
151 static const unsigned MaxNumRepl = 10;
153 AArch64SIMDInstrOpt() : MachineFunctionPass(ID) { in AArch64SIMDInstrOpt() function
[all …]