Searched refs:COpc (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp718 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); local
719 assert(COpc);
720 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, TII->get(COpc))
H A DHexagonBitSimplify.cpp1981 unsigned COpc = getCombineOpcode(H.Low, L.Low);
1982 if (COpc == Opc)
1990 BuildMI(B, At, DL, HII.get(COpc), NewR)
H A DHexagonFrameLowering.cpp630 unsigned COpc = PrevIt->getOpcode(); local
631 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4 ||
632 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC)

Completed in 338 milliseconds