Searched refs:OffsetInBytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1626 uint64_t OffsetInBytes; in constructMemberDIE() local 1644 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE() 1656 OffsetInBytes = FieldOffset >> 3; in constructMemberDIE() 1662 OffsetInBytes = DT->getOffsetInBits() / 8; in constructMemberDIE() 1671 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE() 1680 dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE() 1683 OffsetInBytes); in constructMemberDIE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 267 APInt OffsetInBytes(DL.getTypeSizeInBits(Start->getType()), false); in walkToAllocaAndPrependOffsetDeref() local 269 Start->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetInBytes); in walkToAllocaAndPrependOffsetDeref() 271 if (OffsetInBytes.getBoolValue()) { in walkToAllocaAndPrependOffsetDeref() 272 Ops = {dwarf::DW_OP_plus_uconst, OffsetInBytes.getZExtValue()}; in walkToAllocaAndPrependOffsetDeref()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4410 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local 4424 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg() 4426 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg() 4435 if (ByValSizeInBytes == OffsetInBytes) in passByValArg() 4443 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg() 4444 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4451 DAG.getConstant(OffsetInBytes, DL, in passByValArg() 4474 OffsetInBytes += LoadSizeInBytes; in passByValArg() 4486 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4488 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 2034 uint64_t OffsetInBytes = GEPOffset.getLimitedValue(); in getAssignmentInfoImpl() local 2036 if (OffsetInBytes == UINT64_MAX) in getAssignmentInfoImpl() 2039 return AssignmentInfo(DL, Alloca, OffsetInBytes * 8, SizeInBits); in getAssignmentInfoImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 23038 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes, in isValidImmForSVEVecImmAddrMode() argument 23041 if (OffsetInBytes % ScalarSizeInBytes) in isValidImmForSVEVecImmAddrMode() 23045 if (OffsetInBytes / ScalarSizeInBytes > 31) in isValidImmForSVEVecImmAddrMode()
|