Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp127 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
188 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()
250 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
261 if (!isCondBranchOpcode(I->getOpcode())) in removeBranch()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp146 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
182 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h321 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
H A DAArch64InstrInfo.cpp230 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
265 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
342 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
356 if (!isCondBranchOpcode(I->getOpcode())) { in removeBranch()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h482 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
H A DARMBaseInstrInfo.cpp347 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()
411 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
421 if (!isCondBranchOpcode(I->getOpcode())) in removeBranch()