Home
last modified time | relevance | path

Searched refs:ByteSize (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp73 Optional<uint8_t> ByteSize; in extract() local
100 if ((ByteSize = dwarf::getFixedFormByteSize(F, dwarf::FormParams()))) { in extract()
102 FixedAttributeSize->NumBytes += *ByteSize; in extract()
112 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract()
188 size_t ByteSize = NumBytes; in getByteSize() local
190 ByteSize += NumAddrs * U.getAddressByteSize(); in getByteSize()
192 ByteSize += NumRefAddrs * U.getRefAddrByteSize(); in getByteSize()
194 ByteSize += NumDwarfOffsets * U.getDwarfOffsetByteSize(); in getByteSize()
195 return ByteSize; in getByteSize()
202 if (ByteSize.HasByteSize) in getByteSize()
[all …]
H A DDWARFDie.cpp692 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
701 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec()
38 this->ByteSize.HasByteSize = ByteSize.hasValue(); in AttributeSpec()
39 if (this->ByteSize.HasByteSize) in AttributeSpec()
40 this->ByteSize.ByteSize = *ByteSize; in AttributeSpec()
62 uint8_t ByteSize; member
65 ByteSizeStorage ByteSize; member
H A DDWARFAttribute.h29 uint32_t ByteSize = 0; member
48 ByteSize = 0; in clear()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp34 DWORD ByteSize = 0; in getChecksum() local
35 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum()
36 if (ByteSize == 0) in getChecksum()
38 std::vector<BYTE> ChecksumBytes(ByteSize); in getChecksum()
39 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp202 const unsigned ByteSize = 1U << i; in initializeCallbacks() local
203 const unsigned BitSize = ByteSize * 8; in initializeCallbacks()
204 std::string ByteSizeStr = utostr(ByteSize); in initializeCallbacks()
633 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
634 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
648 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
649 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
665 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
666 const unsigned BitSize = ByteSize * 8; in instrumentAtomic()
679 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
[all …]
H A DEfficiencySanitizer.cpp248 const unsigned ByteSize = 1U << Idx; in initializeCallbacks() local
249 std::string ByteSizeStr = utostr(ByteSize); in initializeCallbacks()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp213 unsigned ByteSize) { in ExtractConstantBytes() argument
218 assert(ByteSize && "Must be accessing some piece"); in ExtractConstantBytes()
220 assert(ByteSize != CSize && "Should not extract everything"); in ExtractConstantBytes()
227 V = V.trunc(ByteSize*8); in ExtractConstantBytes()
280 ByteSize*8)); in ExtractConstantBytes()
282 if (ByteStart+ByteSize+ShAmt <= CSize) in ExtractConstantBytes()
300 if (ByteStart+ByteSize <= ShAmt) in ExtractConstantBytes()
302 ByteSize*8)); in ExtractConstantBytes()
318 ByteSize*8)); in ExtractConstantBytes()
321 if (ByteStart == 0 && ByteSize*8 == SrcBitSize) in ExtractConstantBytes()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp23 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize()
93 std::tie(SectionReader, Reader) = Reader.split(Header->ByteSize); in reload()
H A DPDBStringTableBuilder.cpp141 H.ByteSize = Strings.calculateSerializedSize(); in writeHeader()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp82 unsigned ByteSize = SizeInBits / SizeOfByte; in addOpPiece() local
83 emitUnsigned(ByteSize); in addOpPiece()
H A DCodeViewDebug.cpp1547 uint32_t ByteSize; in lowerTypeBasic() local
1550 ByteSize = Ty->getSizeInBits() / 8; in lowerTypeBasic()
1558 switch (ByteSize) { in lowerTypeBasic()
1567 switch (ByteSize) { in lowerTypeBasic()
1576 switch (ByteSize) { in lowerTypeBasic()
1586 switch (ByteSize) { in lowerTypeBasic()
1595 switch (ByteSize) { in lowerTypeBasic()
1604 switch (ByteSize) { in lowerTypeBasic()
1610 if (ByteSize == 1) in lowerTypeBasic()
1614 if (ByteSize == 1) in lowerTypeBasic()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h316 support::ulittle32_t ByteSize; // Number of bytes of names buffer. member
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp780 unsigned ByteSize = Ref.Count * sizeof(TypeIndex); in remapTypesInSymbolRecord() local
781 if (Contents.size() < Ref.Offset + ByteSize) in remapTypesInSymbolRecord()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h560 SDValue get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG);
H A DPPCISelLowering.cpp2053 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) { in get_VSPLTI_elt() argument
2061 if (EltSize < ByteSize) { in get_VSPLTI_elt()
2062 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval. in get_VSPLTI_elt()
2134 if (ValSizeInBytes < ByteSize) return SDValue(); in get_VSPLTI_elt()
2138 if (!APInt(ValSizeInBytes * 8, Value).isSplat(ByteSize * 8)) in get_VSPLTI_elt()
2142 int MaskVal = SignExtend32(Value, ByteSize * 8); in get_VSPLTI_elt()
12639 unsigned ByteSize = Op1VT.getScalarSizeInBits() / 8; in combineStoreFPToInt() local
12641 DAG.getIntPtrConstant(ByteSize, dl, false), in combineStoreFPToInt()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1924 unsigned ByteSize = VT.getStoreSize(); in CreateStackTemporary() local
1929 int FrameIdx = MFI.CreateStackObject(ByteSize, StackAlign, false); in CreateStackTemporary()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7688 const uint64_t ByteSize = DL.getTypeAllocSize(RetTy); in LowerFSINCOS() local
7690 int FrameIdx = MFI.CreateStackObject(ByteSize, StackAlign, false); in LowerFSINCOS()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17383 unsigned ByteSize = SrcVT.getSizeInBits()/8; in BuildFILD() local
17391 MachineMemOperand::MOLoad, ByteSize, ByteSize); in BuildFILD()