Searched refs:OffsetInBytes (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1659 uint64_t OffsetInBytes; in constructMemberDIE() local 1679 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE() 1696 OffsetInBytes = FieldOffset >> 3; in constructMemberDIE() 1702 OffsetInBytes = DT->getOffsetInBits() / 8; in constructMemberDIE() 1711 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE() 1720 dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE() 1723 OffsetInBytes); in constructMemberDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1764 int64_t &OffsetInBytes, SmallVectorImpl<uint64_t> &RemainingOps) const { in extractLeadingOffset() argument 1765 OffsetInBytes = 0; in extractLeadingOffset() 1782 OffsetInBytes += ExprOpIt->getArg(0); in extractLeadingOffset() 1787 OffsetInBytes += Value; in extractLeadingOffset() 1789 OffsetInBytes -= Value; in extractLeadingOffset()
|
H A D | DebugInfo.cpp | 1960 uint64_t OffsetInBytes = GEPOffset.getLimitedValue(); in getAssignmentInfoImpl() local 1962 if (OffsetInBytes == UINT64_MAX) in getAssignmentInfoImpl() 1965 return AssignmentInfo(DL, Alloca, OffsetInBytes * 8, SizeInBits); in getAssignmentInfoImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 269 APInt OffsetInBytes(DL.getTypeSizeInBits(Start->getType()), false); in walkToAllocaAndPrependOffsetDeref() local 271 Start->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetInBytes); in walkToAllocaAndPrependOffsetDeref() 273 if (OffsetInBytes.getBoolValue()) { in walkToAllocaAndPrependOffsetDeref() 274 Ops = {dwarf::DW_OP_plus_uconst, OffsetInBytes.getZExtValue()}; in walkToAllocaAndPrependOffsetDeref()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 4425 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local 4439 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg() 4441 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg() 4450 if (ByValSizeInBytes == OffsetInBytes) in passByValArg() 4458 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg() 4459 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4466 DAG.getConstant(OffsetInBytes, DL, in passByValArg() 4489 OffsetInBytes += LoadSizeInBytes; in passByValArg() 4501 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4503 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 5375 int64_t OffsetInBytes = (OffestFromNewAllocaInBits + 7) / 8; in splitAlloca() local 5376 NewExpr = DIExpression::prepend(NewExpr, /*flags=*/0, OffsetInBytes); in splitAlloca()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2992 bool extractLeadingOffset(int64_t &OffsetInBytes,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 24475 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes, in isValidImmForSVEVecImmAddrMode() argument 24478 if (OffsetInBytes % ScalarSizeInBytes) in isValidImmForSVEVecImmAddrMode() 24482 if (OffsetInBytes / ScalarSizeInBytes > 31) in isValidImmForSVEVecImmAddrMode()
|