Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp591 unsigned BccOpc = Hexagon::J2_jumpt; in insertBranch() local
600 BccOpc = Cond[0].getImm(); in insertBranch()
641 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
644 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
652 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB); in insertBranch()
676 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB); in insertBranch()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp488 int BccOpc = !AFI->isThumbFunction() in insertBranch() local
506 BuildMI(&MBB, DL, get(BccOpc)) in insertBranch()
514 BuildMI(&MBB, DL, get(BccOpc)) in insertBranch()