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

/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h70 AVRCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;
H A DAVRInstrInfo.cpp213 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const { function in class:llvm::AVRInstrInfo
318 AVRCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode());
449 getCondFromBranchOpc(I->getOpcode()) == AVRCC::COND_INVALID) {
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp48 static M68k::CondCode getCondFromBranchOpc(unsigned BrOpc) { function
269 getCondFromBranchOpc(I->getOpcode()) == M68k::COND_INVALID)
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp732 static RISCVCC::CondCode getCondFromBranchOpc(unsigned Opc) { function
760 unsigned CC = getCondFromBranchOpc(LastInst.getOpcode());

Completed in 189 milliseconds