Searched refs:COpc (Results 1 – 3 of 3) sorted by relevance
720 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr() local721 assert(COpc); in predicateInstr()722 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, TII->get(COpc)) in predicateInstr()
558 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock() local559 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4) in insertEpilogueInBlock()
1985 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf() local1986 if (COpc == Opc) in genCombineHalf()1992 BuildMI(B, MI, DL, HII.get(COpc), NewR) in genCombineHalf()