Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp67 struct AArch64SIMDInstrOpt : public MachineFunctionPass { struct
68 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 …]