Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Opc

199 static int getComplementOpc(int Opc) {
200 switch (Opc) {
226 unsigned Opc = CmpMI->getOpcode();
230 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri);
245 Opc = getComplementOpc(Opc);
248 return CmpInfo(NewImm, Opc, getAdjustedCmp(Cmp));
255 unsigned Opc;
257 std::tie(Imm, Opc, Cmp) = Info;
262 BuildMI(*MBB, CmpMI, CmpMI->getDebugLoc(), TII->get(Opc))