Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp404 uint64_t StartBitOffset, Tail = 0; in accumulateBitFields() local
419 StartBitOffset = BitOffset; in accumulateBitFields()
420 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type); in accumulateBitFields()
428 Members.push_back(MemberInfo(bitsToCharUnits(StartBitOffset), in accumulateBitFields()
440 uint64_t StartBitOffset) { in accumulateBitFields() argument
448 if (StartBitOffset % in accumulateBitFields()
466 StartBitOffset = getFieldBitOffset(*Field); in accumulateBitFields()
467 Tail = StartBitOffset + Field->getBitWidthValue(Context); in accumulateBitFields()
485 !IsBetterAsSingleFieldRun(Tail - StartBitOffset, StartBitOffset) && in accumulateBitFields()
496 llvm::Type *Type = getIntNType(Tail - StartBitOffset); in accumulateBitFields()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp169 uint32_t &StartBitOffset, uint32_t &EndBitOffset);
591 uint32_t &StartBitOffset, in GetStorageBitRange() argument
600 StartBitOffset = MemberBitOffset & ~(AlignBits - 1); in GetStorageBitRange()
601 if ((StartBitOffset + AlignBits) < (MemberBitOffset + MemberBitSize)) in GetStorageBitRange()
604 EndBitOffset = StartBitOffset + AlignBits; in GetStorageBitRange()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2443 uint64_t StartBitOffset = MemberOffsetInBits; in lowerRecordFieldList() local
2448 StartBitOffset -= MemberOffsetInBits; in lowerRecordFieldList()
2450 StartBitOffset); in lowerRecordFieldList()
H A DDwarfUnit.cpp1591 uint64_t StartBitOffset = Offset - (Offset & AlignMask); in constructMemberDIE() local
1593 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()