Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.cpp139 if (MBlaze::isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
163 MBlaze::isUncondBranchOpcode(LastInst->getOpcode())) { in AnalyzeBranch()
173 if (MBlaze::isUncondBranchOpcode(SecondLastInst->getOpcode()) && in AnalyzeBranch()
174 MBlaze::isUncondBranchOpcode(LastInst->getOpcode())) { in AnalyzeBranch()
223 if (!MBlaze::isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
DMBlazeInstrInfo.h144 inline static bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp144 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode() function
178 if (isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
196 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
197 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
225 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp293 if (isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
313 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
314 while (isUncondBranchOpcode(SecondLastOpc)) { in AnalyzeBranch()
334 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
344 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
357 isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
378 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
447 if (isUncondBranchOpcode(Opc)) { in PredicateInstruction()
DARMBaseInstrInfo.h315 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h258 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function
DAArch64InstrInfo.cpp115 if (isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
133 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
134 while (isUncondBranchOpcode(SecondLastOpc)) { in analyzeBranch()
154 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
162 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
172 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
229 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h420 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
DARMBaseInstrInfo.cpp327 } else if (isUncondBranchOpcode(I->getOpcode())) { in analyzeBranch()
350 (isUncondBranchOpcode(I->getOpcode()) || in analyzeBranch()
390 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
476 if (isUncondBranchOpcode(Opc)) { in PredicateInstruction()