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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp721 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); local
722 assert(COpc);
723 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, HII->get(COpc));
H A DHexagonFrameLowering.cpp704 unsigned COpc = PrevIt->getOpcode(); local
705 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4 ||
706 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC ||
707 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT ||
708 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT_PIC ||
709 COpc == Hexagon::PS_call_nr || COpc == Hexagon::PS_callr_nr)
H A DHexagonBitSimplify.cpp2090 unsigned COpc = getCombineOpcode(H.Low, L.Low);
2091 if (COpc == Opc)
2093 if (!validateReg(H, COpc, 1) || !validateReg(L, COpc, 2))
2101 BuildMI(B, At, DL, HII.get(COpc), NewR)

Completed in 81 milliseconds