/external/elfutils/tests/ |
D | run-peel-type.sh | 28 v raw type pointer_type 40 v raw type pointer_type 52 v raw type pointer_type
|
D | run-readelf-dwz-multi.sh | 97 [ 2b] pointer_type abbrev: 1 134 [ 6e] pointer_type abbrev: 2 158 [ 2b] pointer_type abbrev: 1 195 [ 6e] pointer_type abbrev: 2
|
D | run-readelf-zdebug-rel.sh | 105 [ 87] pointer_type abbrev: 8 108 [ 8d] pointer_type abbrev: 8 209 [ 89] pointer_type abbrev: 8 212 [ 8f] pointer_type abbrev: 8
|
D | run-exprlocs.sh | 107 [a7] pointer_type
|
D | run-readelf-loc.sh | 985 { 74} pointer_type abbrev: 7 988 { 7a} pointer_type abbrev: 7
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.cpp | 468 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local 469 if (pointer_type) { in IsPointerToArrayType() 470 return pointer_type->pointee_type()->kind() == analysis::Type::kArray || in IsPointerToArrayType() 471 pointer_type->pointee_type()->kind() == analysis::Type::kImage; in IsPointerToArrayType() 499 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 500 uint32_t new_type_id = type_mgr->GetId(pointer_type->pointee_type()); in CanUpdateUses() 508 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 509 const analysis::Type* pointee_type = pointer_type->pointee_type(); in CanUpdateUses() 527 pointer_type->storage_class()); in CanUpdateUses() 678 Instruction* pointer_type = in UpdateUses() local [all …]
|
D | copy_prop_arrays.h | 124 const analysis::Pointer* pointer_type = in GetStorageClass() local 126 return pointer_type->storage_class(); in GetStorageClass()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.cpp | 468 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local 469 if (pointer_type) { in IsPointerToArrayType() 470 return pointer_type->pointee_type()->kind() == analysis::Type::kArray || in IsPointerToArrayType() 471 pointer_type->pointee_type()->kind() == analysis::Type::kImage; in IsPointerToArrayType() 499 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 500 uint32_t new_type_id = type_mgr->GetId(pointer_type->pointee_type()); in CanUpdateUses() 508 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 509 const analysis::Type* pointee_type = pointer_type->pointee_type(); in CanUpdateUses() 527 pointer_type->storage_class()); in CanUpdateUses() 678 Instruction* pointer_type = in UpdateUses() local [all …]
|
D | copy_prop_arrays.h | 123 const analysis::Pointer* pointer_type = in GetStorageClass() local 125 return pointer_type->storage_class(); in GetStorageClass()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 533 const auto pointer_type = _.FindDef(pointer->type_id()); in ValidateLoad() local 534 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateLoad() 540 const auto pointee_type = _.FindDef(pointer_type->GetOperandAs<uint32_t>(2)); in ValidateLoad() 574 const auto pointer_type = _.FindDef(pointer->type_id()); in ValidateStore() local 575 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateStore() 580 const auto type_id = pointer_type->GetOperandAs<uint32_t>(2); in ValidateStore() 592 if (!_.GetPointerTypeInfo(pointer_type->id(), &data_type, &storage_class)) { in ValidateStore() 949 auto pointer_type = state.FindDef(pointer->type_id()); in ValidateArrayLength() local 950 if (pointer_type->opcode() != SpvOpTypePointer) { in ValidateArrayLength() 957 auto structure_type = state.FindDef(pointer_type->GetOperandAs<uint32_t>(2)); in ValidateArrayLength()
|
D | validate_atomics.cpp | 112 const uint32_t pointer_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local 116 if (!_.GetPointerTypeInfo(pointer_type, &data_type, &storage_class)) { in AtomicsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 713 const auto pointer_type = _.FindDef(pointer->type_id()); in ValidateLoad() local 714 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateLoad() 720 const auto pointee_type = _.FindDef(pointer_type->GetOperandAs<uint32_t>(2)); in ValidateLoad() 750 const auto pointer_type = _.FindDef(pointer->type_id()); in ValidateStore() local 751 if (!pointer_type || pointer_type->opcode() != SpvOpTypePointer) { in ValidateStore() 756 const auto type_id = pointer_type->GetOperandAs<uint32_t>(2); in ValidateStore() 768 if (!_.GetPointerTypeInfo(pointer_type->id(), &data_type, &storage_class)) { in ValidateStore() 1113 auto pointer_type = state.FindDef(pointer->type_id()); in ValidateArrayLength() local 1114 if (pointer_type->opcode() != SpvOpTypePointer) { in ValidateArrayLength() 1121 auto structure_type = state.FindDef(pointer_type->GetOperandAs<uint32_t>(2)); in ValidateArrayLength()
|
D | validate_atomics.cpp | 112 const uint32_t pointer_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local 116 if (!_.GetPointerTypeInfo(pointer_type, &data_type, &storage_class)) { in AtomicsPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 259 auto pointer_type = in FixNonDominatedIdUses() local 261 switch (pointer_type->storage_class()) { in FixNonDominatedIdUses() 265 context_->get_type_mgr()->GetId(pointer_type))}); in FixNonDominatedIdUses() 274 context_->get_type_mgr()->GetId(pointer_type))}); in FixNonDominatedIdUses()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 257 auto pointer_type = in FixNonDominatedIdUses() local 259 switch (pointer_type->storage_class()) { in FixNonDominatedIdUses() 263 context_->get_type_mgr()->GetId(pointer_type))}); in FixNonDominatedIdUses() 272 context_->get_type_mgr()->GetId(pointer_type))}); in FixNonDominatedIdUses()
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | vmcore.ml | 192 let c = const_pointer_null (pointer_type i64_type) in 235 let void_ptr = pointer_type i8_type in 297 (const_gep (const_null (pointer_type i8_type)) 312 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m); 344 let pty = pointer_type nsty in 408 insist (pointer_type float_type == 548 ignore (add_alias m (pointer_type i32_type) v "alias") 562 insist (pointer_type ty = type_of fn); 565 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m)); 870 let rt = struct_type context [| pointer_type i8_type; i32_type |] in [all …]
|
D | executionengine.ml | 25 let str_arr_type = pointer_type (pointer_type i8_type) in
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 243 let c = const_pointer_null (pointer_type i64_type) in 286 let void_ptr = pointer_type i8_type in 349 (const_gep (const_null (pointer_type i8_type)) 366 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m); 398 let pty = pointer_type nsty in 470 insist (pointer_type float_type == 631 ignore (add_alias m (pointer_type i32_type) v "alias") 645 insist (pointer_type ty = type_of fn); 648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m)); 971 let void_ptr = pointer_type i8_type in [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | core.ml | 72 let pointer_i32 = pointer_type i32_type in 253 let c = const_pointer_null (pointer_type i64_type) in 296 let void_ptr = pointer_type i8_type in 359 (const_gep (const_null (pointer_type i8_type)) 376 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m); 408 let pty = pointer_type nsty in 516 insist (pointer_type float_type == 677 ignore (add_alias m (pointer_type i32_type) v "alias") 691 insist (pointer_type ty = type_of fn); 694 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m)); [all …]
|
/external/v8/tools/ |
D | ll_prof.py | 356 pointer_type = LogReader._ARCH_TO_POINTER_TYPE_MAP[self.arch] 360 ("code_address", pointer_type), 364 ("from_address", pointer_type), 365 ("to_address", pointer_type)]) 368 ("address", pointer_type)])
|
/external/strace/ |
D | mpers.awk | 205 if (match($0, /typedef|union_type|structure_type|pointer_type\
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 556 const uint32_t pointer_type = id_to_type_id_.at(pointer_id); in GetRuleBasedMtf() local 557 const val::Instruction* pointer_inst = FindDef(pointer_type); in GetRuleBasedMtf()
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 556 const uint32_t pointer_type = id_to_type_id_.at(pointer_id); in GetRuleBasedMtf() local 557 const val::Instruction* pointer_inst = FindDef(pointer_type); in GetRuleBasedMtf()
|
/external/libchrome/mojo/public/tools/bindings/generators/ |
D | mojom_js_generator.py | 413 pointer_type = "NullablePointerTo" if mojom.IsNullableKind(kind) \ 415 return "new codec.%s(%s)" % (pointer_type, self._JavaScriptType(kind))
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | tiled_dot_emitter.cc | 941 llvm::Type* GetPointerToElementType(llvm::Type* pointer_type) { in GetPointerToElementType() argument 943 llvm::cast<llvm::PointerType>(pointer_type)->getElementType(); in GetPointerToElementType()
|