Home
last modified time | relevance | path

Searched refs:getBrCond (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp201 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const { in getBrCond() function in llvm::AVRInstrInfo
357 unsigned JNCC = getBrCond(BranchCode).getOpcode(); in analyzeBranch()
427 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch()
H A DAVRInstrInfo.h69 const MCInstrDesc &getBrCond(AVRCC::CondCodes CC) const;
H A DAVRISelLowering.cpp1907 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB); in EmitInstrWithCustomInserter()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h50 const MCInstrDesc &getBrCond(RISCVCC::CondCode CC) const;
H A DRISCVInstrInfo.cpp777 const MCInstrDesc &RISCVInstrInfo::getBrCond(RISCVCC::CondCode CC) const { in getBrCond() function in RISCVInstrInfo
939 *BuildMI(&MBB, DL, getBrCond(CC)).add(Cond[1]).add(Cond[2]).addMBB(TBB); in insertBranch()
H A DRISCVISelLowering.cpp10015 BuildMI(FirstMBB, DL, TII.getBrCond(FirstCC)) in EmitLoweredCascadedSelect()
10027 BuildMI(ThisMBB, DL, TII.getBrCond(SecondCC)) in EmitLoweredCascadedSelect()
10150 BuildMI(HeadMBB, DL, TII.getBrCond(CC)) in emitSelectPseudo()