Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp336 MachineInstr &CondMI = in insertBranch() local
339 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp423 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch() local
425 if (BytesAdded) *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()