Searched refs:InstOffset (Results 1 – 5 of 5) sorted by relevance
98 unsigned InstOffset = 0; in computeOffset() local104 InstOffset = alignTo(InstOffset, B.getAlignment()); in computeOffset()106 OffsetMap[&B] = InstOffset; in computeOffset()108 InstOffset += HII->getSize(MI); in computeOffset()111 InstOffset += HEXAGON_INSTR_SIZE; in computeOffset()145 unsigned InstOffset = BlockToInstOffset[&B]; in isJumpOutOfRange() local151 InstOffset += HII->nonDbgBBSize(&B) * HEXAGON_INSTR_SIZE; in isJumpOutOfRange()165 Distance = std::abs((long long)InstOffset - BlockToInstOffset[TBB]) in isJumpOutOfRange()178 Distance = std::abs((long long)InstOffset - BlockToInstOffset[FBB]) in isJumpOutOfRange()
100 unsigned InstOffset = 0; in fixupLoopInstrs() local113 InstOffset = alignTo(InstOffset, MBB.getAlignment()); in fixupLoopInstrs()116 BlockToInstOffset[&MBB] = InstOffset; in fixupLoopInstrs()118 InstOffset += HII->getSize(MI); in fixupLoopInstrs()125 InstOffset = BlockToInstOffset[&MBB]; in fixupLoopInstrs()140 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs()152 InstOffset += InstSize; in fixupLoopInstrs()
242 int InstOffset = 0; in eliminateFrameIndex() local275 InstOffset = (VecOffset % 16 - 8) * HwLen; in eliminateFrameIndex()339 RealOffset = InstOffset; in eliminateFrameIndex()
1572 MCRegister ScratchOffsetReg, int64_t InstOffset, MachineMemOperand *MMO, in buildSpillLoadStore() argument1605 int64_t Offset = InstOffset + MFI.getObjectOffset(Index); in buildSpillLoadStore()
8937 uint64_t InstOffset = Ops[5]->getAsZExtVal(); in lowerSBuffer() local8939 Ops[5] = DAG.getTargetConstant(InstOffset + 16 * i, DL, MVT::i32); in lowerSBuffer()