Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp720 unsigned COpc = getCondStoreOpcode(Opc, IfTrue); in predicateInstr() local
721 assert(COpc); in predicateInstr()
722 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, TII->get(COpc)) in predicateInstr()
DHexagonFrameLowering.cpp558 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock() local
559 if (COpc == Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4) in insertEpilogueInBlock()
DHexagonBitSimplify.cpp1985 unsigned COpc = getCombineOpcode(H.Low, L.Low); in genCombineHalf() local
1986 if (COpc == Opc) in genCombineHalf()
1992 BuildMI(B, MI, DL, HII.get(COpc), NewR) in genCombineHalf()