Home
last modified time | relevance | path

Searched refs:pointer_type (Results 1 – 25 of 34) sorted by relevance

12

/external/elfutils/tests/
Drun-peel-type.sh28 v raw type pointer_type
40 v raw type pointer_type
52 v raw type pointer_type
Drun-readelf-dwz-multi.sh97 [ 2b] pointer_type abbrev: 1
134 [ 6e] pointer_type abbrev: 2
158 [ 2b] pointer_type abbrev: 1
195 [ 6e] pointer_type abbrev: 2
Drun-readelf-zdebug-rel.sh105 [ 87] pointer_type abbrev: 8
108 [ 8d] pointer_type abbrev: 8
209 [ 89] pointer_type abbrev: 8
212 [ 8f] pointer_type abbrev: 8
Drun-exprlocs.sh107 [a7] pointer_type
Drun-readelf-loc.sh985 { 74} pointer_type abbrev: 7
988 { 7a} pointer_type abbrev: 7
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp468 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 …]
Dcopy_prop_arrays.h124 const analysis::Pointer* pointer_type = in GetStorageClass() local
126 return pointer_type->storage_class(); in GetStorageClass()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp468 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 …]
Dcopy_prop_arrays.h123 const analysis::Pointer* pointer_type = in GetStorageClass() local
125 return pointer_type->storage_class(); in GetStorageClass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp533 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()
Dvalidate_atomics.cpp112 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/
Dvalidate_memory.cpp713 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()
Dvalidate_atomics.cpp112 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/
Dstructured_loop_to_selection_reduction_opportunity.cpp259 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/
Dstructured_loop_to_selection_reduction_opportunity.cpp257 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/
Dvmcore.ml192 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 …]
Dexecutionengine.ml25 let str_arr_type = pointer_type (pointer_type i8_type) in
/external/llvm/test/Bindings/OCaml/
Dcore.ml243 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/
Dcore.ml72 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/
Dll_prof.py356 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/
Dmpers.awk205 if (match($0, /typedef|union_type|structure_type|pointer_type\
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp556 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/
Dmarkv_codec.cpp556 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/
Dmojom_js_generator.py413 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/
Dtiled_dot_emitter.cc941 llvm::Type* GetPointerToElementType(llvm::Type* pointer_type) { in GetPointerToElementType() argument
943 llvm::cast<llvm::PointerType>(pointer_type)->getElementType(); in GetPointerToElementType()

12