Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp158 uint64_t computeOffsetFromTheBeginning(int MBB);
329 uint64_t MipsBranchExpansion::computeOffsetFromTheBeginning(int MBB) { in computeOffsetFromTheBeginning() function in MipsBranchExpansion
653 uint64_t JOffset = computeOffsetFromTheBeginning(MBB->getNumber()) + in expandToLongBranch()
655 uint64_t TgtMBBOffset = computeOffsetFromTheBeginning(TgtMBB->getNumber()); in expandToLongBranch()