Searched refs:OffsetInBytes (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1930 uint64_t OffsetInBytes; in constructMemberDIE() local 1946 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE() 1963 OffsetInBytes = FieldOffset >> 3; in constructMemberDIE() 1970 OffsetInBytes = DT->getOffsetInBits() / 8; in constructMemberDIE() 1980 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE() 1989 dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE() 1992 OffsetInBytes); in constructMemberDIE()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 271 APInt OffsetInBytes(DL.getTypeSizeInBits(Start->getType()), false); in walkToAllocaAndPrependOffsetDeref() local 273 Start->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetInBytes); in walkToAllocaAndPrependOffsetDeref() 275 if (OffsetInBytes.getBoolValue()) { in walkToAllocaAndPrependOffsetDeref() 276 Ops = {dwarf::DW_OP_plus_uconst, OffsetInBytes.getZExtValue()}; in walkToAllocaAndPrependOffsetDeref()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 2042 int64_t &OffsetInBytes, SmallVectorImpl<uint64_t> &RemainingOps) const { in extractLeadingOffset() argument 2043 OffsetInBytes = 0; in extractLeadingOffset() 2060 OffsetInBytes += ExprOpIt->getArg(0); in extractLeadingOffset() 2065 OffsetInBytes += Value; in extractLeadingOffset() 2067 OffsetInBytes -= Value; in extractLeadingOffset()
|
| H A D | DebugInfo.cpp | 2112 uint64_t OffsetInBytes = GEPOffset.getLimitedValue(); in getAssignmentInfoImpl() local 2114 if (OffsetInBytes == UINT64_MAX) in getAssignmentInfoImpl() 2117 return AssignmentInfo(DL, Alloca, OffsetInBytes * 8, SizeInBits); in getAssignmentInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4598 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local 4612 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg() 4614 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg() 4623 if (ByValSizeInBytes == OffsetInBytes) in passByValArg() 4631 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg() 4632 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4639 DAG.getConstant(OffsetInBytes, DL, in passByValArg() 4662 OffsetInBytes += LoadSizeInBytes; in passByValArg() 4674 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4676 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 5520 int64_t OffsetInBytes = (OffestFromNewAllocaInBits + 7) / 8; in splitAlloca() local 5521 NewExpr = DIExpression::prepend(NewExpr, /*flags=*/0, OffsetInBytes); in splitAlloca()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3585 extractLeadingOffset(int64_t &OffsetInBytes,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 25900 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes, in isValidImmForSVEVecImmAddrMode() argument 25903 if (OffsetInBytes % ScalarSizeInBytes) in isValidImmForSVEVecImmAddrMode() 25907 if (OffsetInBytes / ScalarSizeInBytes > 31) in isValidImmForSVEVecImmAddrMode()
|