Searched defs:COpc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp720 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); local
721 assert(COpc);
722 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, TII->get(COpc))
H A DHexagonFrameLowering.cpp558 unsigned COpc = PrevIt->getOpcode(); local
559 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4)

Completed in 31 milliseconds