Searched refs:OffsetInBytes (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | DynamicExtent.cpp | 70 NonLoc OffsetInBytes = SvalBuilder.makeArrayIndex( in getDynamicExtentWithOffset() local 77 ExtentInBytes, OffsetInBytes, in getDynamicExtentWithOffset()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4407 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local 4421 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg() 4423 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg() 4432 if (ByValSizeInBytes == OffsetInBytes) in passByValArg() 4440 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg() 4441 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4448 DAG.getConstant(OffsetInBytes, DL, in passByValArg() 4471 OffsetInBytes += LoadSizeInBytes; in passByValArg() 4483 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg() 4485 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 18902 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes, in isValidImmForSVEVecImmAddrMode() argument 18905 if (OffsetInBytes % ScalarSizeInBytes) in isValidImmForSVEVecImmAddrMode() 18909 if (OffsetInBytes / ScalarSizeInBytes > 31) in isValidImmForSVEVecImmAddrMode()
|