Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp427 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch() local
430 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp938 MachineInstr &CondMI = in insertBranch() local
941 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp449 bool tryOptSelectConjunction(GSelect &Sel, MachineInstr &CondMI);
4974 MachineInstr &CondMI) { in tryOptSelectConjunction() argument