Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h241 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function
DAArch64InstrInfo.cpp111 if (isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
129 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
130 while (isUncondBranchOpcode(SecondLastOpc)) { in AnalyzeBranch()
150 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
158 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
168 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
225 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h416 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
DARMBaseInstrInfo.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()