Lines Matching refs:BccOpc
123 int BccOpc = Hexagon::JMP_t;
132 BccOpc = Hexagon::JMP_f;
158 get(BccOpc)).addReg(Cond[regPos].getReg()).addMBB(TBB);
163 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[regPos].getReg()).addMBB(TBB);
307 int BccOpc = Hexagon::JMP_t;
313 if (I->getOpcode() != BOpc && I->getOpcode() != BccOpc &&
324 if (I->getOpcode() != BccOpc && I->getOpcode() != BccOpcNot)