Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp139 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
200 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()
262 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
273 if (!isCondBranchOpcode(I->getOpcode())) in removeBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp145 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
181 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
216 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp112 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
166 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
200 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
304 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h412 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
H A DAArch64InstrInfo.cpp271 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
314 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
331 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
383 if (!isCondBranchOpcode(LastOpc)) in analyzeBranchPredicate()
458 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
472 if (!isCondBranchOpcode(I->getOpcode())) { in removeBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h638 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
H A DARMBaseInstrInfo.cpp384 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()
460 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
470 if (!isCondBranchOpcode(I->getOpcode())) in removeBranch()