Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp421 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch() local
/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
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1053 MachineInstr &CondMI = *BuildMI(&MBB, DL, getBrCond(CC, Cond[2].isImm())) insertBranch() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4846 tryOptSelectConjunction(GSelect & SelI,MachineInstr & CondMI) tryOptSelectConjunction() argument