Searched refs:AArch64MIPeepholeOpt (Results 1 – 5 of 5) sorted by relevance
52 struct AArch64MIPeepholeOpt : public MachineFunctionPass { struct55 AArch64MIPeepholeOpt() : MachineFunctionPass(ID) { in AArch64MIPeepholeOpt() argument115 char AArch64MIPeepholeOpt::ID = 0;119 INITIALIZE_PASS(AArch64MIPeepholeOpt, "aarch64-mi-peephole-opt",161 bool AArch64MIPeepholeOpt::visitAND( in visitAND()195 bool AArch64MIPeepholeOpt::visitORR(MachineInstr &MI) { in visitORR()256 bool AArch64MIPeepholeOpt::visitINSERT(MachineInstr &MI) { in visitINSERT()322 bool AArch64MIPeepholeOpt::visitADDSUB( in visitADDSUB()364 bool AArch64MIPeepholeOpt::visitADDSSUBS( in visitADDSSUBS()406 bool AArch64MIPeepholeOpt::checkMovImmInstr(MachineInstr &MI, in checkMovImmInstr()[all …]
71 AArch64MIPeepholeOpt.cpp
49 AArch64MIPeepholeOpt.cpp \
134 "AArch64MIPeepholeOpt.cpp",
6266 llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp