Home
last modified time | relevance | path

Searched defs:offset_type (Results 1 – 25 of 45) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DMemProf.h454 using offset_type = uint64_t; variable
474 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() argument
480 offset_type /*Unused*/) { in ReadData() argument
502 using offset_type = uint64_t; variable
525 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey() argument
532 offset_type /*Unused*/) { in EmitData() argument
548 using offset_type = uint64_t; variable
563 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey() argument
570 offset_type /*Unused*/) { in EmitData() argument
582 using offset_type = uint64_t; variable
[all …]
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_bitwise.cpp150 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
177 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
Dvalidate_extensions.cpp1811 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2568 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2630 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2696 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2759 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2827 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp145 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
172 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
Dvalidate_extensions.cpp1783 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2540 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2602 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2668 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2731 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2799 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp145 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass() local
172 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
Dvalidate_extensions.cpp1783 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2538 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2600 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2666 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2728 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
2795 const uint32_t offset_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/clang/lib/Serialization/
DASTReaderInternals.h76 typedef unsigned offset_type; typedef
142 typedef unsigned offset_type; typedef
215 typedef unsigned offset_type; typedef
269 typedef unsigned offset_type; typedef
DGlobalModuleIndex.cpp77 typedef unsigned offset_type; typedef in __anon22930a4e0311::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in __anon22930a4e0711::IdentifierIndexWriterTrait
/external/pytorch/aten/src/ATen/cuda/detail/
DOffsetCalculator.cuh32 using offset_type = at::detail::Array<stride_t, std::max<int>(NARGS, 1)>; typedef
83 using offset_type = at::detail::Array<index_t, std::max<int>(NARGS, 1)>; typedef
/external/flatbuffers/include/flatbuffers/
Dbuffer.h30 typedef uoffset_t offset_type; typedef
42 typedef uoffset64_t offset_type; typedef
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h74 typedef typename Info::offset_type offset_type; typedef
287 typedef typename Info::offset_type offset_type; typedef
440 typedef typename base_type::offset_type offset_type; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DOnDiskHashTable.h73 typedef typename Info::offset_type offset_type; typedef
287 typedef typename Info::offset_type offset_type; typedef
440 typedef typename base_type::offset_type offset_type; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DOnDiskHashTable.h72 typedef typename Info::offset_type offset_type; typedef
286 typedef typename Info::offset_type offset_type; typedef
439 typedef typename base_type::offset_type offset_type; typedef
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dtftext_utils.cc113 auto offset_type = GetResultType(func, 1); in VerifyWhitespaceTokenizer() local
120 auto offset_type = GetResultType(func, 2); in VerifyWhitespaceTokenizer() local
/external/pytorch/aten/src/ATen/native/cuda/
DSpectralOps.cu20 using offset_type = at::detail::Array<index_t, 1>; typedef
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp84 typedef uint64_t offset_type; typedef in llvm::InstrProfRecordWriterTrait
121 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp100 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
/external/clang/lib/Lex/
DPTHLexer.cpp323 typedef unsigned offset_type; typedef in __anond89208360111::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in PTHManager::PTHStringLookupTrait
/external/clang/lib/Frontend/
DCacheTokens.cpp122 typedef unsigned offset_type; typedef in __anonfa2e28e90111::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in __anonfa2e28e90611::PTHIdentifierTableTrait
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp106 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
146 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h84 using offset_type = uint32_t; variable
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h276 typedef uint64_t offset_type; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h320 using offset_type = uint64_t; variable
/external/tensorflow/tensorflow/core/kernels/
Dgpu_prim_helpers_test.cu.cc272 void MakeSegmentedSum(DataType type, DataType offset_type) { in MakeSegmentedSum()

12