HomeSort by relevance Sort by last modified time
    Searched refs:LongBranchSeqSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 93 unsigned LongBranchSeqSize;
424 assert(LongBrMBB->size() + BalTgtMBB->size() == LongBranchSeqSize);
437 assert(LongBrMBB->size() == LongBranchSeqSize);
466 LongBranchSeqSize =
509 I->Size += LongBranchSeqSize * 4;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsBranchExpansion.cpp 170 unsigned LongBranchSeqSize;
620 assert(LongBrMBB->size() + BalTgtMBB->size() == LongBranchSeqSize);
639 assert(LongBrMBB->size() == LongBranchSeqSize);
708 LongBranchSeqSize = IsPIC ? ((ABI.IsN64() || STI->isTargetNaCl()) ? 10 : 9)
747 I->Size += LongBranchSeqSize * 4;

Completed in 58 milliseconds