Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1053 MachineInstr &CondMI = *BuildMI(&MBB, DL, getBrCond(CC, Cond[2].isImm())) in insertBranch() local
1058 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp506 bool tryOptSelectConjunction(GSelect &Sel, MachineInstr &CondMI);
4909 MachineInstr &CondMI) { in tryOptSelectConjunction() argument