Searched refs:OrigOpc (Results 1 – 3 of 3) sorted by relevance
89 unsigned OrigOpc; member300 OriginalMCID = &TII->get(I.OrigOpc); in shouldExitEarly()520 if (MI.getOpcode() == I.OrigOpc) { in optimizeLdStInterleave()
625 unsigned OrigOpc = MI->getOpcode(); in splitMemRef() local626 bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi || in splitMemRef()627 OrigOpc == Hexagon::S2_storerd_pi); in splitMemRef()
10781 unsigned OrigOpc = Node->getOpcode(); in mutateStrictFPToFP() local10783 switch (OrigOpc) { in mutateStrictFPToFP()