Searched refs:InstOffset (Results 1 – 7 of 7) sorted by relevance
107 unsigned InstOffset = 0; in computeOffset() local113 InstOffset = alignTo(InstOffset, B.getAlignment()); in computeOffset()115 OffsetMap[&B] = InstOffset; in computeOffset()117 InstOffset += HII->getSize(MI); in computeOffset()120 InstOffset += HEXAGON_INSTR_SIZE; in computeOffset()154 unsigned InstOffset = BlockToInstOffset[&B]; in isJumpOutOfRange() local160 InstOffset += HII->nonDbgBBSize(&B) * HEXAGON_INSTR_SIZE; in isJumpOutOfRange()174 Distance = std::abs((long long)InstOffset - BlockToInstOffset[TBB]) in isJumpOutOfRange()187 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()
242 int InstOffset = 0; in eliminateFrameIndex() local275 InstOffset = (VecOffset % 16 - 8) * HwLen; in eliminateFrameIndex()339 RealOffset = InstOffset; in eliminateFrameIndex()
87 const uint64_t InstOffset = InstAddress - Function.getAddress(); in tryAddingSymbolicOperand() local89 Function.getRelocationInRange(InstOffset, InstOffset + InstSize); in tryAddingSymbolicOperand()112 if (!Relocation || Relocation->Offset != InstOffset + ImmOffset) in tryAddingSymbolicOperand()113 Relocation = Function.getRelocationAt(InstOffset + ImmOffset); in tryAddingSymbolicOperand()129 Addend += InstOffset + InstSize - Relocation->Offset; in tryAddingSymbolicOperand()
42 const uint64_t InstOffset = Addr - getAddress(); in getEntriesForAddress() local52 if (InstOffset >= LI->first && InstOffset < NextOffset) { in getEntriesForAddress()
1273 MCRegister ScratchOffsetReg, int64_t InstOffset, MachineMemOperand *MMO, in buildSpillLoadStore() argument1302 int64_t Offset = InstOffset + MFI.getObjectOffset(Index); in buildSpillLoadStore()
6738 uint64_t InstOffset = cast<ConstantSDNode>(Ops[5])->getZExtValue(); in lowerSBuffer() local6740 Ops[5] = DAG.getTargetConstant(InstOffset + 16 * i, DL, MVT::i32); in lowerSBuffer()