Searched refs:StructSize (Results 1 – 3 of 3) sorted by relevance
48 StructSize = 0; in StructLayout()57 if ((StructSize & (TyAlign-1)) != 0) in StructLayout()58 StructSize = RoundUpToAlignment(StructSize, TyAlign); in StructLayout()63 MemberOffsets[i] = StructSize; in StructLayout()64 StructSize += DL.getTypeAllocSize(Ty); // Consume space for this data item in StructLayout()72 if ((StructSize & (StructAlignment-1)) != 0) in StructLayout()73 StructSize = RoundUpToAlignment(StructSize, StructAlignment); in StructLayout()
468 uint64_t StructSize; variable473 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes()475 uint64_t getSizeInBits() const { return 8 * StructSize; } in getSizeInBits()
90 bool needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize);340 bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize) in needsUnimp() argument357 StructSize = MO.getImm(); in needsUnimp()