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

/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp416 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); local
419 *BytesAdded += getInstSizeInBytes(CondMI);
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp175 MachineInstr &CondMI = *BuildMI(&MBB, DL, get(Opc)).add(Cond[1]).addMBB(TBB); local
177 *BytesAdded += getInstSizeInBytes(CondMI);
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp927 MachineInstr &CondMI = local
930 *BytesAdded += getInstSizeInBytes(CondMI);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp449 bool tryOptSelectConjunction(GSelect &Sel, MachineInstr &CondMI);
5019 MachineInstr &CondMI) {

Completed in 210 milliseconds