Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp422 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch() local
424 if (BytesAdded) *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp628 MachineInstr &CondMI = in insertBranch() local
631 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()