Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCInstrInfo.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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrInfo.cpp145 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
181 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
216 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h354 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
HDAArch64InstrInfo.cpp232 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
267 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
344 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
358 if (!isCondBranchOpcode(I->getOpcode())) { in removeBranch()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h619 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
HDARMBaseInstrInfo.cpp346 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()
410 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
420 if (!isCondBranchOpcode(I->getOpcode())) in removeBranch()