Searched refs:InstOffset (Results 1 – 4 of 4) sorted by relevance
106 unsigned InstOffset = 0; in computeOffset() local112 InstOffset = alignTo(InstOffset, B.getAlignment()); in computeOffset()114 OffsetMap[&B] = InstOffset; in computeOffset()116 InstOffset += HII->getSize(MI); in computeOffset()119 InstOffset += HEXAGON_INSTR_SIZE; in computeOffset()153 unsigned InstOffset = BlockToInstOffset[&B]; in isJumpOutOfRange() local159 InstOffset += HII->nonDbgBBSize(&B) * HEXAGON_INSTR_SIZE; in isJumpOutOfRange()173 Distance = std::abs((long long)InstOffset - BlockToInstOffset[TBB]) in isJumpOutOfRange()186 Distance = std::abs((long long)InstOffset - BlockToInstOffset[FBB]) in isJumpOutOfRange()
108 unsigned InstOffset = 0; in fixupLoopInstrs() local121 InstOffset = alignTo(InstOffset, MBB.getAlignment()); in fixupLoopInstrs()124 BlockToInstOffset[&MBB] = InstOffset; in fixupLoopInstrs()126 InstOffset += HII->getSize(MI); in fixupLoopInstrs()133 InstOffset = BlockToInstOffset[&MBB]; in fixupLoopInstrs()148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs()160 InstOffset += InstSize; in fixupLoopInstrs()
621 int64_t InstOffset, in buildSpillLoadStore() argument640 int64_t Offset = InstOffset + MFI.getObjectOffset(Index); in buildSpillLoadStore()
5728 uint64_t InstOffset = cast<ConstantSDNode>(Ops[5])->getZExtValue(); in lowerSBuffer() local5730 Ops[5] = DAG.getTargetConstant(InstOffset + 16 * i, DL, MVT::i32); in lowerSBuffer()