HomeSort by: relevance | last modified time | path
    Searched defs:SecondLastOpc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 217 unsigned SecondLastOpc = 0;
228 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode());
231 if (isUnpredicatedTerminator(*SecondLastInst) && !SecondLastOpc)
236 if (!SecondLastOpc) {
273 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 191 unsigned SecondLastOpc = SecondLastInst->getOpcode();
196 while (isUncondBranchOpcode(SecondLastOpc)) {
206 SecondLastOpc = SecondLastInst->getOpcode();
216 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
224 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
231 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 232 unsigned SecondLastOpc = SecondLastInst->getOpcode();
233 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEInstrInfo.cpp 176 unsigned SecondLastOpc = SecondLastInst->getOpcode();
181 while (isUncondBranchOpcode(SecondLastOpc)) {
191 SecondLastOpc = SecondLastInst->getOpcode();
200 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
208 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 281 unsigned SecondLastOpc = SecondLastInst->getOpcode();
286 while (isUncondBranchOpcode(SecondLastOpc)) {
296 SecondLastOpc = SecondLastInst->getOpcode();
322 SecondLastOpc = SecondLastInst->getOpcode();
331 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
339 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
349 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {

Completed in 20 milliseconds