Home
last modified time | relevance | path

Searched refs:CondMI (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp336 MachineInstr &CondMI = in insertBranch() local
339 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp423 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch() local
425 if (BytesAdded) *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()