Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp174 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
246 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
281 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
353 if (!isCondBranchOpcode(I->getOpcode()) && in removeBranch()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h463 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
H A DAArch64InstrInfo.cpp265 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
308 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
325 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
377 if (!isCondBranchOpcode(LastOpc)) in analyzeBranchPredicate()
452 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
466 if (!isCondBranchOpcode(I->getOpcode())) { in removeBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h640 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
H A DARMBaseInstrInfo.cpp393 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()
480 !isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()
490 if (!isCondBranchOpcode(I->getOpcode()) && I->getOpcode() != ARM::t2LoopEnd) in removeBranch()
6823 if (isCondBranchOpcode(EndLoop->getOpcode())) { in createTripCountGreaterCondition()