Searched defs:COpc (Results 1 - 2 of 2) 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 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 100 milliseconds