Searched refs:OffsetInBytes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | DynamicExtent.cpp | 70 NonLoc OffsetInBytes = SvalBuilder.makeArrayIndex( in getDynamicExtentWithOffset() local 77 ExtentInBytes, OffsetInBytes, in getDynamicExtentWithOffset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1575 uint64_t OffsetInBytes; in constructMemberDIE() local 1593 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE() 1605 OffsetInBytes = FieldOffset >> 3; in constructMemberDIE() 1611 OffsetInBytes = DT->getOffsetInBits() / 8; in constructMemberDIE() 1620 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE() 1629 dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE() 1632 OffsetInBytes); in constructMemberDIE()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4395 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local 4409 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg() 4411 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg() 4420 if (ByValSizeInBytes == OffsetInBytes) in passByValArg() 4428 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg() 4429 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4436 DAG.getConstant(OffsetInBytes, DL, in passByValArg() 4459 OffsetInBytes += LoadSizeInBytes; in passByValArg() 4471 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4473 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 16102 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes, in isValidImmForSVEVecImmAddrMode() argument 16105 if (OffsetInBytes % ScalarSizeInBytes) in isValidImmForSVEVecImmAddrMode() 16109 if (OffsetInBytes / ScalarSizeInBytes > 31) in isValidImmForSVEVecImmAddrMode()
|