Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp718 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr() local
719 assert(COpc); in predicateInstr()
720 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, TII->get(COpc)) in predicateInstr()
DHexagonFrameLowering.cpp630 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock() local
631 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4 || in insertEpilogueInBlock()
632 COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC) in insertEpilogueInBlock()
DHexagonBitSimplify.cpp1981 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf() local
1982 if (COpc == Opc) in genCombineHalf()
1990 BuildMI(B, At, DL, HII.get(COpc), NewR) in genCombineHalf()