Home
last modified time | relevance | path

Searched refs:getCondFromBranchOpc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp218 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const { in getCondFromBranchOpc() function in llvm::AVRInstrInfo
323 AVRCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode()); in analyzeBranch()
454 getCondFromBranchOpc(I->getOpcode()) == AVRCC::COND_INVALID) { in removeBranch()
H A DAVRInstrInfo.h72 AVRCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp48 static M68k::CondCode getCondFromBranchOpc(unsigned BrOpc) { in getCondFromBranchOpc() function
269 getCondFromBranchOpc(I->getOpcode()) == M68k::COND_INVALID) in removeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp845 static RISCVCC::CondCode getCondFromBranchOpc(unsigned Opc) { in getCondFromBranchOpc() function
877 unsigned CC = getCondFromBranchOpc(LastInst.getOpcode()); in parseCondBranch()