/external/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 639 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins, 643 opcode{3}, opcode{2}, opcode{1}, typeinfo.HasOddOpcode }, 645 !strconcat(mnemonic, "{", typeinfo.InstrSuffix, "}\t", args), pattern, 649 let OpSize = typeinfo.OpSize; 650 let hasREX_WPrefix = typeinfo.HasREX_WPrefix; 654 class BinOpRR<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo, 657 : ITy<opcode, f, typeinfo, outlist, 658 (ins typeinfo.RegClass:$src1, typeinfo.RegClass:$src2), 664 class BinOpRR_F<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo, 666 : BinOpRR<opcode, mnemonic, typeinfo, (outs), [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 613 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins, 616 opcode{3}, opcode{2}, opcode{1}, typeinfo.HasOddOpcode }, 618 !strconcat(mnemonic, "{", typeinfo.InstrSuffix, "}\t", args), pattern> { 621 let OpSize = typeinfo.OpSize; 622 let hasREX_WPrefix = typeinfo.HasREX_WPrefix; 626 class BinOpRR<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo, 628 : ITy<opcode, MRMDestReg, typeinfo, outlist, 629 (ins typeinfo.RegClass:$src1, typeinfo.RegClass:$src2), 635 class BinOpRR_F<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo, 637 : BinOpRR<opcode, mnemonic, typeinfo, (outs), WriteALU, [all …]
|
/external/mesa3d/src/freedreno/decode/ |
D | script.c | 214 regval <<= elem->typeinfo.shr; in l_rnn_etype() 215 ret = pushdecval(L, rnn, regval, &elem->typeinfo); in l_rnn_etype() 326 struct rnntypeinfo *info = &elem->typeinfo; in l_rnn_reg_meta_index() 350 regval &= typeinfo_mask(&bf->typeinfo); in l_rnn_reg_meta_index() 351 regval >>= bf->typeinfo.low; in l_rnn_reg_meta_index() 352 regval <<= bf->typeinfo.shr; in l_rnn_reg_meta_index() 356 bf->typeinfo.type, regval); in l_rnn_reg_meta_index() 358 return pushdecval(L, rnndoff->rnn, regval, &bf->typeinfo); in l_rnn_reg_meta_index() 372 if (info && info->typeinfo) { in l_rnn_reg_meta_tostring() 374 info->typeinfo, regval); in l_rnn_reg_meta_tostring() [all …]
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.h | 173 virtual void PopulateChildren(const TypeInfo* typeinfo); 207 const google::protobuf::Type& entry_type, const TypeInfo* typeinfo); 262 const google::protobuf::Field& field, const TypeInfo* typeinfo) { in CreateDefaultDataPieceForField() argument 263 return CreateDefaultDataPieceForField(field, typeinfo, false); in CreateDefaultDataPieceForField() 268 const google::protobuf::Field& field, const TypeInfo* typeinfo, 291 const TypeInfo* typeinfo,
|
D | default_value_objectwriter.cc | 276 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument 290 typeinfo->ResolveTypeUrl(sub_field.type_url()); in GetMapValueType() 302 const TypeInfo* typeinfo) { in PopulateChildren() argument 354 typeinfo->ResolveTypeUrl(field.type_url()); in PopulateChildren() 367 field_type = GetMapValueType(*found_type, typeinfo); in PopulateChildren() 390 field, typeinfo, use_ints_for_enums_) in PopulateChildren() 417 const google::protobuf::Field& field, const TypeInfo* typeinfo, in FindEnumDefault() argument 423 typeinfo->GetEnumByTypeUrl(field.type_url()); in FindEnumDefault() 438 const google::protobuf::Field& field, const TypeInfo* typeinfo, in CreateDefaultDataPieceForField() argument 482 return FindEnumDefault(field, typeinfo, use_ints_for_enums); in CreateDefaultDataPieceForField()
|
D | proto_writer.h | 137 const TypeInfo* typeinfo() { return typeinfo_; } in typeinfo() function 162 ProtoElement(const TypeInfo* typeinfo, const google::protobuf::Type& type, 245 ProtoWriter(const TypeInfo* typeinfo, const google::protobuf::Type& type,
|
/external/angle/third_party/vulkan-headers/src/registry/ |
D | cgenerator.py | 237 def genType(self, typeinfo, name, alias): argument 239 OutputGenerator.genType(self, typeinfo, name, alias) 240 typeElem = typeinfo.elem 257 self.genStruct(typeinfo, name, alias) 320 def genStruct(self, typeinfo, typeName, alias): argument 332 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 334 typeElem = typeinfo.elem 353 targetLen = self.getMaxCParamTypeLength(typeinfo)
|
/external/vulkan-headers/registry/ |
D | cgenerator.py | 237 def genType(self, typeinfo, name, alias): argument 238 OutputGenerator.genType(self, typeinfo, name, alias) 239 typeElem = typeinfo.elem 256 self.genStruct(typeinfo, name, alias) 327 def genStruct(self, typeinfo, typeName, alias): argument 328 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 330 typeElem = typeinfo.elem 349 targetLen = self.getMaxCParamTypeLength(typeinfo)
|
D | reg.py | 620 typeinfo = self.lookupElementInfo(typename, self.typedict) 621 if typeinfo is not None: 627 depname = typeinfo.elem.get(attrib_name) 640 for subtype in typeinfo.elem.findall('.//type'): 648 for subenum in typeinfo.elem.findall('.//enum'): 654 depType = typeinfo.elem.get('bitvalues') 661 group.flagType = typeinfo 663 typeinfo.required = required
|
/external/libyuv/files/tools/ubsan/ |
D | vptr_blacklist.txt | 82 # Ubsan vptr needs typeinfo on the target class, but it looks like typeinfo is 84 # avoid link errors; e.g., undefined reference to 'typeinfo for [CLASS_NAME]'. 86 …api/proxy/proxy_channel.cc:__unnamed_53: error: undefined reference to 'typeinfo for IPC::TestSink' 89 …e/browser/net/predictor.cc:__unnamed_577: error: undefined reference to 'typeinfo for ProxyAdvisor' 92 …/src/fpdfapi/fpdf_render/:__unnamed_360: error: undefined reference to 'typeinfo for CPDF_InlineIm… 95 …vmuxer.o)(.data.rel..L__unnamed_2+0x18): error: undefined reference to 'typeinfo for mkvparser::IM…
|
/external/tensorflow/tensorflow/java/src/gen/perl/ |
D | tftypes.pl | 72 my $typeinfo, my $imports; 163 $typeinfo .= 183 $text =~ s/\@TYPEINFO\@/$typeinfo/;
|
/external/libcxx/utils/symcheck-blacklists/ |
D | linux_blacklist.txt | 11 # typeinfo for std::__1::__types 14 # typeinfo name for std::__1::__types
|
D | osx_blacklist.txt | 11 # typeinfo for std::__1::__types 14 # typeinfo name for std::__1::__types
|
/external/libbrillo/ |
D | libpolicy.ver | 9 typeinfo*for*enterprise_management::*; 13 typeinfo*for*policy::*;
|
/external/vulkan-validation-layers/scripts/ |
D | thread_safety_generator.py | 909 def genType(self, typeinfo, name, alias): argument 910 OutputGenerator.genType(self, typeinfo, name, alias) 921 def genStruct(self, typeinfo, typeName, alias): argument 922 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 923 body = 'typedef ' + typeinfo.elem.get('category') + ' ' + typeName + ' {\n' 925 for member in typeinfo.elem.findall('.//member'):
|
D | layer_chassis_generator.py | 1649 def genType(self, typeinfo, name, alias): argument 1656 def genStruct(self, typeinfo, typeName): argument 1657 OutputGenerator.genStruct(self, typeinfo, typeName) 1658 body = 'typedef ' + typeinfo.elem.get('category') + ' ' + typeName + ' {\n' 1660 for member in typeinfo.elem.findall('.//member'):
|
D | helper_file_generator.py | 221 def genType(self, typeinfo, name, alias): argument 222 OutputGenerator.genType(self, typeinfo, name, alias) 223 typeElem = typeinfo.elem 234 self.genStruct(typeinfo, name, alias) 327 def genStruct(self, typeinfo, typeName, alias): argument 328 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 329 members = typeinfo.elem.findall('.//member') 348 rawXml = etree.tostring(typeinfo.elem).decode('ascii') 367 if typeinfo.elem.attrib.get('structextends') is not None:
|
D | object_tracker_generator.py | 482 def genType(self, typeinfo, name, alias): argument 483 OutputGenerator.genType(self, typeinfo, name, alias) 484 typeElem = typeinfo.elem 489 self.genStruct(typeinfo, name, alias) 547 def genStruct(self, typeinfo, typeName, alias): argument 548 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 549 members = typeinfo.elem.findall('.//member') 568 rawXml = etree.tostring(typeinfo.elem).decode('ascii')
|
/external/mesa3d/src/freedreno/rnn/ |
D | rnndec.c | 207 uint64_t type_mask = typeinfo_mask(&bitfields[i]->typeinfo); in rnndec_decodeval() 211 if (bitfields[i]->typeinfo.type == RNN_TTYPE_BOOLEAN) { in rnndec_decodeval() 226 if (is_unknown(bitfields[i]->name) && (bitfields[i]->typeinfo.type != RNN_TTYPE_A3XX_REGID)) { in rnndec_decodeval() 228 field_val = (field_val & typeinfo_mask(&bitfields[i]->typeinfo)) >> bitfields[i]->typeinfo.low; in rnndec_decodeval() 229 field_val <<= bitfields[i]->typeinfo.shr; in rnndec_decodeval() 232 subval = rnndec_decodeval(ctx, &bitfields[i]->typeinfo, value & type_mask); in rnndec_decodeval() 258 return rnndec_decodeval(ctx, &ti->spectype->typeinfo, value); in rnndec_decodeval() 392 res->typeinfo = &elems[i]->typeinfo; in trymatch()
|
D | rnn.h | 168 struct rnntypeinfo typeinfo; member 222 struct rnntypeinfo typeinfo; member 230 struct rnntypeinfo typeinfo; member
|
D | rnn.c | 263 } else if (!trytypeattr(db, file, node, attr, &res->typeinfo)) { in parsespectype() 281 …} else if (!trytypetag(db, file, chain, &res->typeinfo) && !trytop(db, file, chain) && !trydoc(db,… in parsespectype() 361 bf->typeinfo.low = bf->typeinfo.high = -1; in parsebitfield() 369 } else if (!trytypeattr(db, file, node, attr, &bf->typeinfo)) { in parsebitfield() 377 …} else if (!trytypetag(db, file, chain, &bf->typeinfo) && !trytop(db, file, chain) && !trydoc(db, … in parsebitfield() 385 } else if (bf->typeinfo.low < 0|| bf->typeinfo.high < 0 || bf->typeinfo.high < bf->typeinfo.low) { in parsebitfield() 579 res->typeinfo.low = 0; in trydelem() 580 res->typeinfo.high = width - 1; in trydelem() 604 } else if (!trytypeattr(db, file, node, attr, &res->typeinfo)) { in trydelem() 612 …} else if (!trytypetag(db, file, chain, &res->typeinfo) && !trytop(db, file, chain) && !trydoc(db,… in trydelem() [all …]
|
/external/python/pybind11/include/pybind11/ |
D | cast.h | 486 : typeinfo(get_type_info(type_info)), cpptype(&type_info) { } in type_caster_generic() 488 type_caster_generic(const type_info *typeinfo) in type_caster_generic() argument 489 : typeinfo(typeinfo), cpptype(typeinfo ? typeinfo->cpptype : nullptr) { } in type_caster_generic() 573 auto *type = v_h.type ? v_h.type : typeinfo; in load_value() 589 for (auto &cast : typeinfo->implicit_casts) { in try_implicit_casts() 599 for (auto &converter : *typeinfo->direct_conversions) { in try_direct_conversions() 641 if (!typeinfo) return try_load_foreign_module_local(src); in load_impl() 656 if (srctype == typeinfo->type) { in load_impl() 661 else if (PyType_IsSubtype(srctype, typeinfo->type)) { in load_impl() 663 bool no_cpp_mi = typeinfo->simple_type; in load_impl() [all …]
|
/external/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 98 Mark a type's typeinfo, vtable and members as having default visibility. 102 Mark a type's typeinfo and vtable as having default visibility. 114 Mark the typeinfo of an enum as having default visibility. This attribute 118 typeinfo. The macro has an empty definition on this platform. 120 **GCC Behavior**: GCC un-hides the typeinfo for enumerations by default, even 126 Mark the member functions, typeinfo, and vtable of the type named in 153 Mark the member functions, typeinfo, and vtable of an explicit instantiation 191 Mark the member functions, typeinfo, and vtable of the type as being exported
|
/external/llvm/test/CodeGen/AArch64/ |
D | pic-eh-stubs.ll | 11 ; ... referring indirectly to stubs for its typeinfo ... 13 ; ... one of which is "int"'s typeinfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | pic-eh-stubs.ll | 11 ; ... referring indirectly to stubs for its typeinfo ... 13 ; ... one of which is "int"'s typeinfo
|