Home
last modified time | relevance | path

Searched refs:OffsetInBytes (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp70 NonLoc OffsetInBytes = SvalBuilder.makeArrayIndex( in getDynamicExtentWithOffset() local
77 ExtentInBytes, OffsetInBytes, in getDynamicExtentWithOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1569 uint64_t OffsetInBytes; in constructMemberDIE() local
1587 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()
1599 OffsetInBytes = FieldOffset >> 3; in constructMemberDIE()
1605 OffsetInBytes = DT->getOffsetInBits() / 8; in constructMemberDIE()
1614 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE()
1618 OffsetInBytes); in constructMemberDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4376 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local
4390 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg()
4392 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
4401 if (ByValSizeInBytes == OffsetInBytes) in passByValArg()
4409 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg()
4410 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg()
4417 DAG.getConstant(OffsetInBytes, DL, in passByValArg()
4440 OffsetInBytes += LoadSizeInBytes; in passByValArg()
4452 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg()
4454 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15597 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes, in isValidImmForSVEVecImmAddrMode() argument
15600 if (OffsetInBytes % ScalarSizeInBytes) in isValidImmForSVEVecImmAddrMode()
15604 if (OffsetInBytes / ScalarSizeInBytes > 31) in isValidImmForSVEVecImmAddrMode()