Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp67 static char ID;
69 const TargetInstrInfo *TII;
70 MachineRegisterInfo *MRI;
71 TargetSchedModel SchedModel;
81 typedef enum {
84 } Subpass;
87 struct InstReplInfo {
101 std::vector<InstReplInfo> IRT = {
150 static const unsigned MaxNumRepl = 10;
152 AArch64SIMDInstrOpt() : MachineFunctionPass(ID) { in AArch64SIMDInstrOpt() argument
[all …]