Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp71 NonLoc OffsetInBytes = SvalBuilder.makeArrayIndex( in getDynamicExtentWithOffset() local
78 ExtentInBytes, OffsetInBytes, in getDynamicExtentWithOffset()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1624 uint64_t OffsetInBytes; in constructMemberDIE() local
1642 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()
1654 OffsetInBytes = FieldOffset >> 3; in constructMemberDIE()
1660 OffsetInBytes = DT->getOffsetInBits() / 8; in constructMemberDIE()
1669 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE()
1678 dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE()
1681 OffsetInBytes); in constructMemberDIE()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp216 APInt OffsetInBytes(DL.getTypeSizeInBits(Start->getType()), false); in walkToAllocaAndPrependOffsetDeref() local
218 Start->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetInBytes); in walkToAllocaAndPrependOffsetDeref()
220 if (OffsetInBytes.getBoolValue()) { in walkToAllocaAndPrependOffsetDeref()
221 Ops = {dwarf::DW_OP_plus_uconst, OffsetInBytes.getZExtValue()}; in walkToAllocaAndPrependOffsetDeref()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4413 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local
4427 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg()
4429 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
4438 if (ByValSizeInBytes == OffsetInBytes) in passByValArg()
4446 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg()
4447 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg()
4454 DAG.getConstant(OffsetInBytes, DL, in passByValArg()
4477 OffsetInBytes += LoadSizeInBytes; in passByValArg()
4489 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg()
4491 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1749 uint64_t OffsetInBytes = GEPOffset.getLimitedValue(); in getAssignmentInfoImpl() local
1751 if (OffsetInBytes == UINT64_MAX) in getAssignmentInfoImpl()
1754 return AssignmentInfo(DL, Alloca, OffsetInBytes * 8, SizeInBits); in getAssignmentInfoImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3773 APInt OffsetInBytes(DL.getTypeSizeInBits(Ptr->getType()), false); in emitFunc() local
3775 DL, OffsetInBytes); in emitFunc()
3779 migrateDebugInfo(OldAI, OffsetInBytes.getZExtValue() * 8, SizeInBits, in emitFunc()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20800 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes, in isValidImmForSVEVecImmAddrMode() argument
20803 if (OffsetInBytes % ScalarSizeInBytes) in isValidImmForSVEVecImmAddrMode()
20807 if (OffsetInBytes / ScalarSizeInBytes > 31) in isValidImmForSVEVecImmAddrMode()