Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp66 struct AArch64SIMDInstrOpt : public MachineFunctionPass { struct
67 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 …]