Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp107 unsigned InstOffset = 0; in computeOffset() local
113 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() local
160 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()
H A DHexagonFixupHwLoops.cpp108 unsigned InstOffset = 0; in fixupLoopInstrs() local
121 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()
H A DHexagonRegisterInfo.cpp242 int InstOffset = 0; in eliminateFrameIndex() local
275 InstOffset = (VecOffset % 16 - 8) * HwLen; in eliminateFrameIndex()
339 RealOffset = InstOffset; in eliminateFrameIndex()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCSymbolizer.cpp87 const uint64_t InstOffset = InstAddress - Function.getAddress(); in tryAddingSymbolicOperand() local
89 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()
/llvm-project-15.0.7/bolt/lib/Core/
H A DJumpTable.cpp42 const uint64_t InstOffset = Addr - getAddress(); in getEntriesForAddress() local
52 if (InstOffset >= LI->first && InstOffset < NextOffset) { in getEntriesForAddress()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1273 MCRegister ScratchOffsetReg, int64_t InstOffset, MachineMemOperand *MMO, in buildSpillLoadStore() argument
1302 int64_t Offset = InstOffset + MFI.getObjectOffset(Index); in buildSpillLoadStore()
H A DSIISelLowering.cpp6738 uint64_t InstOffset = cast<ConstantSDNode>(Ops[5])->getZExtValue(); in lowerSBuffer() local
6740 Ops[5] = DAG.getTargetConstant(InstOffset + 16 * i, DL, MVT::i32); in lowerSBuffer()