Searched refs:COpc (Results 1 – 3 of 3) sorted by relevance
718 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr() local719 assert(COpc); in predicateInstr()720 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, TII->get(COpc)) in predicateInstr()
630 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock() local631 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4 || in insertEpilogueInBlock()632 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC) in insertEpilogueInBlock()
1981 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf() local1982 if (COpc == Opc) in genCombineHalf()1990 BuildMI(B, At, DL, HII.get(COpc), NewR) in genCombineHalf()