Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp421 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch() local
424 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp175 MachineInstr &CondMI = *BuildMI(&MBB, DL, get(Opc)).add(Cond[1]).addMBB(TBB); in insertBranch() local
177 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1078 MachineInstr &CondMI = in insertBranch() local
1081 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp497 bool tryOptSelectConjunction(GSelect &Sel, MachineInstr &CondMI);
5054 MachineInstr &CondMI) { in tryOptSelectConjunction() argument