Searched refs:getBrCond (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h69 const MCInstrDesc &getBrCond(AVRCC::CondCodes CC) const;
H A DAVRInstrInfo.cpp190 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const { function in class:llvm::AVRInstrInfo
346 unsigned JNCC = getBrCond(BranchCode).getOpcode();
416 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB);
H A DAVRISelLowering.cpp2390 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB);
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h50 const MCInstrDesc &getBrCond(RISCVCC::CondCode CC) const;
H A DRISCVExpandPseudoInsts.cpp142 BuildMI(MBB, MBBI, DL, TII->getBrCond(CC))
H A DRISCVInstrInfo.cpp766 const MCInstrDesc &RISCVInstrInfo::getBrCond(RISCVCC::CondCode CC) const { function in class:RISCVInstrInfo
928 *BuildMI(&MBB, DL, getBrCond(CC)).add(Cond[1]).add(Cond[2]).addMBB(TBB);
H A DRISCVISelLowering.cpp11281 BuildMI(FirstMBB, DL, TII.getBrCond(FirstCC))
11293 BuildMI(ThisMBB, DL, TII.getBrCond(SecondCC))
11418 BuildMI(HeadMBB, DL, TII.getBrCond(CC))

Completed in 186 milliseconds