Home
last modified time | relevance | path

Searched refs:BccOpc (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp125 int BccOpc = Hexagon::JMP_t; in InsertBranch() local
134 BccOpc = Hexagon::JMP_f; in InsertBranch()
160 get(BccOpc)).addReg(Cond[regPos].getReg()).addMBB(TBB); in InsertBranch()
165 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[regPos].getReg()).addMBB(TBB); in InsertBranch()
309 int BccOpc = Hexagon::JMP_t; in RemoveBranch() local
315 if (I->getOpcode() != BOpc && I->getOpcode() != BccOpc && in RemoveBranch()
326 if (I->getOpcode() != BccOpc && I->getOpcode() != BccOpcNot) in RemoveBranch()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp399 int BccOpc = !AFI->isThumbFunction() in InsertBranch() local
415 BuildMI(&MBB, DL, get(BccOpc)).addMBB(TBB) in InsertBranch()
421 BuildMI(&MBB, DL, get(BccOpc)).addMBB(TBB) in InsertBranch()