Searched defs:AArch64SIMDInstrOpt (Results 1 – 1 of 1) sorted by relevance
67 struct AArch64SIMDInstrOpt : public MachineFunctionPass { struct68 static char ID;70 const TargetInstrInfo *TII;71 MachineRegisterInfo *MRI;72 TargetSchedModel SchedModel;77 std::map<std::pair<unsigned, std::string>, bool> SIMDInstrTable;80 std::unordered_map<std::string, bool> InterlEarlyExit;82 typedef enum {85 } Subpass;88 struct InstReplInfo {[all …]