Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.cpp143 if (MBlaze::isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()
162 if (MBlaze::isCondBranchOpcode(SecondLastInst->getOpcode()) && in AnalyzeBranch()
224 !MBlaze::isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
234 if (!MBlaze::isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
DMBlazeInstrInfo.h155 inline static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp127 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
188 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()
250 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
261 if (!isCondBranchOpcode(I->getOpcode())) in removeBranch()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp146 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
182 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp146 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
182 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h260 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
DAArch64InstrInfo.cpp119 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
154 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
230 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
241 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h326 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
DAArch64InstrInfo.cpp221 if (isCondBranchOpcode(LastOpc)) { in analyzeBranch()
256 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
333 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
347 if (!isCondBranchOpcode(I->getOpcode())) { in removeBranch()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h320 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
DARMBaseInstrInfo.cpp297 if (isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()
334 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
379 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
389 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h425 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
DARMBaseInstrInfo.cpp329 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()
391 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
401 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h472 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
DARMBaseInstrInfo.cpp347 } else if (isCondBranchOpcode(I->getOpcode())) { in analyzeBranch()
411 !isCondBranchOpcode(I->getOpcode())) in removeBranch()
421 if (!isCondBranchOpcode(I->getOpcode())) in removeBranch()