Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBranchRelaxation.cpp106 unsigned InstOffset = 0; in computeOffset() local
112 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() local
159 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()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp621 int64_t InstOffset, in buildSpillLoadStore() argument
640 int64_t Offset = InstOffset + MFI.getObjectOffset(Index); in buildSpillLoadStore()
DSIISelLowering.cpp5728 uint64_t InstOffset = cast<ConstantSDNode>(Ops[5])->getZExtValue(); in lowerSBuffer() local
5730 Ops[5] = DAG.getTargetConstant(InstOffset + 16 * i, DL, MVT::i32); in lowerSBuffer()