Searched defs:AArch64SIMDInstrOpt (Results 1 – 1 of 1) sorted by relevance
66 struct AArch64SIMDInstrOpt : public MachineFunctionPass { struct67 static char ID;69 const TargetInstrInfo *TII;70 MachineRegisterInfo *MRI;71 TargetSchedModel SchedModel;76 std::map<std::pair<unsigned, std::string>, bool> SIMDInstrTable;79 std::unordered_map<std::string, bool> InterlEarlyExit;81 typedef enum {84 } Subpass;87 struct InstReplInfo {[all …]