Searched refs:getBrCond (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 201 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 D | AVRInstrInfo.h | 69 const MCInstrDesc &getBrCond(AVRCC::CondCodes CC) const;
|
| H A D | AVRISelLowering.cpp | 1907 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB); in EmitInstrWithCustomInserter()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 50 const MCInstrDesc &getBrCond(RISCVCC::CondCode CC) const;
|
| H A D | RISCVInstrInfo.cpp | 777 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 D | RISCVISelLowering.cpp | 10015 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()
|