Home
last modified time | relevance | path

Searched defs:Bytes (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp18 uint8_t Bytes[4] = { in TEST() local
38 uint8_t Bytes[4] = { in TEST() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp66 unsigned Bytes = data.getU16(&Offset); in parse() local
99 unsigned Bytes = data.getU16(&Offset); in parse() local
/external/llvm/lib/Support/
Dcircular_raw_ostream.cpp26 unsigned Bytes = in write_impl() local
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp377 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher() local
384 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher() local
420 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); in EmitMatcher() local
427 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); in EmitMatcher() local
440 unsigned Bytes = 2+EmitVBRValue(Val, OS); in EmitMatcher() local
/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h54 mutable std::vector<unsigned char> Bytes; variable
/external/elfutils/src/libelf/
Dgelf_xlate.c91 #define INLINE2(Bytes, FName, TName) \ argument
93 #define INLINE3(Bytes, FName, TName) \ argument
/external/llvm/unittests/MC/
DDisassembler.cpp29 uint8_t Bytes[] = {0x90, 0x90, 0xeb, 0xfd}; in TEST() local
/external/guava/guava/src/com/google/common/primitives/
DBytes.java51 public final class Bytes { class
52 private Bytes() {} in Bytes() method in Bytes
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp100 ArrayRef<uint8_t> Bytes; member
113 ArrayRef<uint8_t> Bytes = R->Bytes; in regionReader() local
140 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c892 IN ULONG Bytes, in _BlockIo()
947 IN ULONG Bytes, in _RawWrite()
960 IN ULONG Bytes, in _RawRead()
/external/llvm/tools/llvm-mc/
DDisassembler.cpp35 const ByteArrayTy &Bytes, in PrintInsts()
/external/llvm/include/llvm/Transforms/IPO/
DLowerBitSets.h176 std::vector<uint8_t> Bytes; member
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp153 uint64_t Bytes = endian::byte_swap<uint64_t, little>(TableStart.second); in writeBuffer() local
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp96 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemset() local
197 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemcmp() local
/external/llvm/lib/IR/
DValue.cpp517 else if (uint64_t Bytes = A->getDereferenceableBytes()) { in isDereferenceablePointer() local
529 if (uint64_t Bytes = CS.getDereferenceableBytes(0)) { in isDereferenceablePointer() local
DAttributes.cpp92 uint64_t Bytes) { in getWithDereferenceableBytes()
98 uint64_t Bytes) { in getWithDereferenceableOrNullBytes()
1176 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr()
1184 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr()
DFunction.cpp345 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr()
351 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr()
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp190 ArrayRef<uint8_t> Bytes, in getInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp141 const uint8_t *Bytes; member in BufferMemoryObject
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h101 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes()
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp210 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
226 ArrayRef<uint8_t> Bytes, in getInstruction()
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
739 MCInst &instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp909 unsigned Bytes, unsigned Limit, in isMatchingDecrement()
944 unsigned Bytes, unsigned Limit, in isMatchingIncrement()
1110 unsigned Bytes = getLSMultipleTransferSize(MI); in MergeBaseUpdateLSMultiple() local
1250 unsigned Bytes = getLSMultipleTransferSize(MI); in MergeBaseUpdateLoadStore() local
2078 unsigned Bytes = getLSMultipleTransferSize(Op); in RescheduleOps() local
/external/valgrind/none/tests/x86-linux/
Dseg_override.c21 } Bytes; member
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp241 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, in LLVMDisasmInstruction()

123