Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp721 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr() local
722 assert(COpc); in predicateInstr()
723 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, HII->get(COpc)); in predicateInstr()
DHexagonFrameLowering.cpp830 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock() local
831 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4 || in insertEpilogueInBlock()
832 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC || in insertEpilogueInBlock()
833 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT || in insertEpilogueInBlock()
834 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT_PIC || in insertEpilogueInBlock()
835 COpc == Hexagon::PS_call_nr || COpc == Hexagon::PS_callr_nr) in insertEpilogueInBlock()
DHexagonBitSimplify.cpp2125 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf() local
2126 if (COpc == Opc) in genCombineHalf()
2128 if (!validateReg(H, COpc, 1) || !validateReg(L, COpc, 2)) in genCombineHalf()
2136 BuildMI(B, At, DL, HII.get(COpc), NewR) in genCombineHalf()