Searched refs:OrigOpc (Results 1 – 3 of 3) sorted by relevance
87 // Instruction represented by OrigOpc is replaced by instructions in ReplOpc.89 unsigned OrigOpc;300 OriginalMCID = &TII->get(I.OrigOpc); in shouldExitEarly() 520 if (MI.getOpcode() == I.OrigOpc) { in optimizeLdStInterleave() 88 unsigned OrigOpc; global() member
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()