Searched refs:OrigOpc (Results 1 – 3 of 3) sorted by relevance
88 unsigned OrigOpc; member299 OriginalMCID = &TII->get(I.OrigOpc); in shouldExitEarly()519 if (MI.getOpcode() == I.OrigOpc) { in optimizeLdStInterleave()
626 unsigned OrigOpc = MI->getOpcode(); in splitMemRef() local627 bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi || in splitMemRef()628 OrigOpc == Hexagon::S2_storerd_pi); in splitMemRef()
9605 unsigned OrigOpc = Node->getOpcode(); in mutateStrictFPToFP() local9607 switch (OrigOpc) { in mutateStrictFPToFP()