Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1428 uint64_t OffsetInBytes; in constructMemberDIE() local
1446 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()
1458 OffsetInBytes = FieldOffset >> 3; in constructMemberDIE()
1464 OffsetInBytes = DT->getOffsetInBits() / 8; in constructMemberDIE()
1473 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes); in constructMemberDIE()
1477 OffsetInBytes); in constructMemberDIE()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4154 unsigned OffsetInBytes = 0; // From beginning of struct in passByValArg() local
4167 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) { in passByValArg()
4169 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()
4178 if (ByValSizeInBytes == OffsetInBytes) in passByValArg()
4186 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) { in passByValArg()
4187 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes; in passByValArg()
4194 DAG.getConstant(OffsetInBytes, DL, in passByValArg()
4217 OffsetInBytes += LoadSizeInBytes; in passByValArg()
4229 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes; in passByValArg()
4231 DAG.getConstant(OffsetInBytes, DL, PtrTy)); in passByValArg()