HomeSort by relevance Sort by last modified time
    Searched refs:offset_type (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 43 /// typedef uint32_t offset_type; // The type for offsets into the table.
48 /// static std::pair<offset_type, offset_type>
52 /// offset_type KeyLen);
55 /// data_type_ref Data, offset_type DataLen);
74 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
75 offset_type NumBuckets;
76 offset_type NumEntries;
81 offset_type Off
287 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
440 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t offset_type; // The type for offsets into the table.
47 /// static std::pair<offset_type, offset_type>
51 /// offset_type KeyLen);
54 /// data_type_ref Data, offset_type DataLen);
73 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTableGenerator
74 offset_type NumBuckets;
75 offset_type NumEntries;
80 offset_type Off
287 typedef typename Info::offset_type offset_type; typedef in class:llvm::OnDiskChainedHashTable
440 typedef typename base_type::offset_type offset_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 276 typedef uint64_t offset_type; typedef in class:llvm::IndexedInstrProf::HashT
284 static std::pair<offset_type, offset_type>
287 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
288 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
292 StringRef ReadKey(const unsigned char *D, offset_type N) {
298 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfReader.h 299 using offset_type = uint64_t;
307 static std::pair<offset_type, offset_type>
311 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
312 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
316 StringRef ReadKey(const unsigned char *D, offset_type N) {
322 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_bitwise.cpp 119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); local
132 if (!offset_type || !_.IsIntScalarType(offset_type))
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); local
160 if (!offset_type || !_.IsIntScalarType(offset_type))
validate_extensions.cpp 767 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); local
768 if (!_.IsFloatVectorType(offset_type) ||
769 _.GetDimension(offset_type) != 2 ||
770 _.GetBitWidth(offset_type) != 32) {
1522 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); local
1581 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); local
1643 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); local
1705 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); local
1772 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); local
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_bitwise.cpp 119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); local
132 if (!offset_type || !_.IsIntScalarType(offset_type))
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); local
160 if (!offset_type || !_.IsIntScalarType(offset_type))
validate_extensions.cpp 767 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); local
768 if (!_.IsFloatVectorType(offset_type) ||
769 _.GetDimension(offset_type) != 2 ||
770 _.GetBitWidth(offset_type) != 32) {
1522 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); local
1581 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); local
1643 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); local
1705 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); local
1772 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); local
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 84 typedef uint64_t offset_type; typedef in class:llvm::InstrProfRecordWriterTrait
94 static std::pair<offset_type, offset_type>
99 offset_type N = K.size();
100 LE.write<offset_type>(N);
102 offset_type M = 0;
112 LE.write<offset_type>(M);
117 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) {
121 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) {
InstrProfReader.cpp 464 typedef InstrProfLookupTrait::offset_type offset_type;
481 offset_type N) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProfWriter.cpp 101 using offset_type = uint64_t;
112 static std::pair<offset_type, offset_type>
118 offset_type N = K.size();
119 LE.write<offset_type>(N);
121 offset_type M = 0;
131 LE.write<offset_type>(M);
136 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) {
140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) {
InstrProfReader.cpp 487 using offset_type = InstrProfLookupTrait::offset_type;
504 offset_type N) {
  /external/clang/lib/Serialization/
ASTReaderInternals.h 76 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
142 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
215 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
269 typedef unsigned offset_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
GlobalModuleIndex.cpp 77 typedef unsigned offset_type; typedef in class:__anon16497::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in class:__anon16501::IdentifierIndexWriterTrait
ASTWriter.cpp 1726 typedef unsigned offset_type; typedef in class:__anon16489::HeaderFileInfoTrait
2878 typedef unsigned offset_type; typedef in class:__anon16491::ASTMethodPoolTrait
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 122 typedef unsigned offset_type; typedef in class:__anon16251::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in class:__anon16256::PTHIdentifierTableTrait
  /external/clang/lib/Lex/
PTHLexer.cpp 323 typedef unsigned offset_type; typedef in class:__anon16305::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in class:PTHManager::PTHStringLookupTrait
  /external/flatbuffers/src/
idl_gen_cpp.cpp 1758 auto offset_type = local
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 874 const glsl_type *offset_type = NULL);
    [all...]

Completed in 1613 milliseconds