Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp194 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const { in getBrCond() function in llvm::AVRInstrInfo
352 unsigned JNCC = getBrCond(BranchCode).getOpcode(); in analyzeBranch()
422 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch()
H A DAVRInstrInfo.h69 const MCInstrDesc &getBrCond(AVRCC::CondCodes CC) const;
H A DAVRISelLowering.cpp1726 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB); in EmitInstrWithCustomInserter()