Searched refs:getBrCond (Results 1 – 5 of 5) sorted by relevance
172 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const { in getBrCond() function in llvm::AVRInstrInfo330 unsigned JNCC = getBrCond(BranchCode).getOpcode(); in analyzeBranch()395 BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in InsertBranch()
70 const MCInstrDesc &getBrCond(AVRCC::CondCodes CC) const;
100 const MCInstrDesc& getBrCond(SystemZCC::CondCodes CC) const;
339 BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in InsertBranch()351 SystemZInstrInfo::getBrCond(SystemZCC::CondCodes CC) const { in getBrCond() function in SystemZInstrInfo
847 BuildMI(BB, dl, TII.getBrCond(CC)).addMBB(copy1MBB); in EmitInstrWithCustomInserter()