Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp719 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr() local
720 assert(COpc); in predicateInstr()
721 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, HII->get(COpc)); in predicateInstr()
H A DHexagonFrameLowering.cpp833 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock() local
834 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4 || in insertEpilogueInBlock()
835 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC || in insertEpilogueInBlock()
836 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT || in insertEpilogueInBlock()
837 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT_PIC || in insertEpilogueInBlock()
838 COpc == Hexagon::PS_call_nr || COpc == Hexagon::PS_callr_nr) in insertEpilogueInBlock()
H A DHexagonBitSimplify.cpp2126 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf() local
2127 if (COpc == Opc) in genCombineHalf()
2129 if (!validateReg(H, COpc, 1) || !validateReg(L, COpc, 2)) in genCombineHalf()
2137 BuildMI(B, At, DL, HII.get(COpc), NewR) in genCombineHalf()