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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicSize.cpp59 NonLoc OffsetInBytes = SvalBuilder.makeArrayIndex(
66 ExtentInBytes, OffsetInBytes,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1542 uint64_t OffsetInBytes; local
1560 OffsetInBytes = (Offset - StartBitOffset) / 8;
1572 OffsetInBytes = FieldOffset >> 3;
1578 OffsetInBytes = DT->getOffsetInBits() / 8;
1587 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes);
1591 OffsetInBytes);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4389 unsigned OffsetInBytes = 0; // From beginning of struct local
4403 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) {
4405 DAG.getConstant(OffsetInBytes, DL, PtrTy));
4414 if (ByValSizeInBytes == OffsetInBytes)
4422 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) {
4423 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes;
4430 DAG.getConstant(OffsetInBytes, DL,
4453 OffsetInBytes += LoadSizeInBytes;
4465 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes;
4467 DAG.getConstant(OffsetInBytes, D
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13463 /// Check if the value of \p OffsetInBytes can be used as an immediate for
13471 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes, argument
13474 if (OffsetInBytes % ScalarSizeInBytes)
13478 if (OffsetInBytes / ScalarSizeInBytes > 31)

Completed in 157 milliseconds