Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp386 int BccOpc = Cond[1].isImm() ? ARC::BRcc_ru6_p : ARC::BRcc_rr_p; in insertBranch() local
387 MachineInstrBuilder MIB = BuildMI(&MBB, DL, get(BccOpc)); in insertBranch()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp633 unsigned BccOpc = Hexagon::J2_jumpt; in insertBranch() local
642 BccOpc = Cond[0].getImm(); in insertBranch()
683 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
686 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
694 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB); in insertBranch()
718 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB); in insertBranch()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp506 int BccOpc = !AFI->isThumbFunction() in insertBranch() local
524 BuildMI(&MBB, DL, get(BccOpc)) in insertBranch()
535 BuildMI(&MBB, DL, get(BccOpc)) in insertBranch()