Home
last modified time | relevance | path

Searched refs:isUncondBranchOpcode (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h233 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function
HDAArch64InstrInfo.cpp112 if (isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
130 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
131 while (isUncondBranchOpcode(SecondLastOpc)) { in AnalyzeBranch()
151 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
159 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
169 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
226 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h405 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
HDARMBaseInstrInfo.cpp311 } else if (isUncondBranchOpcode(I->getOpcode())) { in AnalyzeBranch()
334 (isUncondBranchOpcode(I->getOpcode()) || in AnalyzeBranch()
374 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
460 if (isUncondBranchOpcode(Opc)) { in PredicateInstruction()