Searched refs:getBrCond (Results 1 – 3 of 3) sorted by relevance
194 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const { in getBrCond() function in llvm::AVRInstrInfo352 unsigned JNCC = getBrCond(BranchCode).getOpcode(); in analyzeBranch()422 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch()
69 const MCInstrDesc &getBrCond(AVRCC::CondCodes CC) const;
1662 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB); in EmitInstrWithCustomInserter()