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.cpp712 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr() local
713 assert(COpc); in predicateInstr()
714 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, HII->get(COpc)); in predicateInstr()
H A DHexagonFrameLowering.cpp822 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock() local
823 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4 || in insertEpilogueInBlock()
824 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC || in insertEpilogueInBlock()
825 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT || in insertEpilogueInBlock()
826 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT_PIC || in insertEpilogueInBlock()
827 COpc == Hexagon::PS_call_nr || COpc == Hexagon::PS_callr_nr) in insertEpilogueInBlock()
H A DHexagonBitSimplify.cpp2104 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf() local
2105 if (COpc == Opc) in genCombineHalf()
2107 if (!validateReg(H, COpc, 1) || !validateReg(L, COpc, 2)) in genCombineHalf()
2115 BuildMI(B, At, DL, HII.get(COpc), NewR) in genCombineHalf()