/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrArithmetic.td | 590 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins, 593 opcode{3}, opcode{2}, opcode{1}, typeinfo.HasOddOpcode }, 595 !strconcat(mnemonic, "{", typeinfo.InstrSuffix, "}\t", args), pattern> { 598 let hasOpSizePrefix = typeinfo.HasOpSizePrefix; 599 let hasREX_WPrefix = typeinfo.HasREX_WPrefix; 603 class BinOpRR<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo, 605 : ITy<opcode, f, typeinfo, outlist, 606 (ins typeinfo.RegClass:$src1, typeinfo.RegClass:$src2), 611 class BinOpRR_R<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo, 613 : BinOpRR<opcode, mnemonic, typeinfo, (outs typeinfo.RegClass:$dst), [all …]
|
/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/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/vulkan-headers/registry/ |
D | cgenerator.py | 226 def genType(self, typeinfo, name, alias): argument 227 OutputGenerator.genType(self, typeinfo, name, alias) 228 typeElem = typeinfo.elem 244 self.genStruct(typeinfo, name, alias) 275 def genStruct(self, typeinfo, typeName, alias): argument 276 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 278 typeElem = typeinfo.elem
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.cc | 256 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument 270 typeinfo->ResolveTypeUrl(sub_field.type_url()); in GetMapValueType() 282 const TypeInfo* typeinfo) { in PopulateChildren() argument 334 typeinfo->ResolveTypeUrl(field.type_url()); in PopulateChildren() 347 field_type = GetMapValueType(*found_type, typeinfo); in PopulateChildren() 367 kind == PRIMITIVE ? CreateDefaultDataPieceForField(field, typeinfo) in PopulateChildren() 393 const google::protobuf::Field& field, const TypeInfo* typeinfo) { in FindEnumDefault() argument 398 typeinfo->GetEnumByTypeUrl(field.type_url()); in FindEnumDefault() 411 const google::protobuf::Field& field, const TypeInfo* typeinfo) { in CreateDefaultDataPieceForField() argument 454 return FindEnumDefault(field, typeinfo); in CreateDefaultDataPieceForField()
|
D | default_value_objectwriter.h | 155 void PopulateChildren(const TypeInfo* typeinfo); 189 const google::protobuf::Type& entry_type, const TypeInfo* typeinfo); 232 const google::protobuf::Field& field, const TypeInfo* typeinfo); 241 const TypeInfo* typeinfo);
|
D | proto_writer.h | 143 const TypeInfo* typeinfo() { return typeinfo_; } in typeinfo() function 149 ProtoElement(const TypeInfo* typeinfo, const google::protobuf::Type& type, 227 ProtoWriter(const TypeInfo* typeinfo, const google::protobuf::Type& type,
|
/external/tensorflow/tensorflow/java/src/gen/perl/ |
D | tftypes.pl | 72 my $typeinfo, my $imports; 163 $typeinfo .= 183 $text =~ s/\@TYPEINFO\@/$typeinfo/;
|
/external/vulkan-validation-layers/scripts/ |
D | thread_safety_generator.py | 867 def genType(self, typeinfo, name, alias): argument 868 OutputGenerator.genType(self, typeinfo, name, alias) 869 type_elem = typeinfo.elem 882 def genStruct(self, typeinfo, typeName, alias): argument 883 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 884 body = 'typedef ' + typeinfo.elem.get('category') + ' ' + typeName + ' {\n' 886 for member in typeinfo.elem.findall('.//member'):
|
D | layer_chassis_generator.py | 1408 def genType(self, typeinfo, name, alias): argument 1415 def genStruct(self, typeinfo, typeName): argument 1416 OutputGenerator.genStruct(self, typeinfo, typeName) 1417 body = 'typedef ' + typeinfo.elem.get('category') + ' ' + typeName + ' {\n' 1419 for member in typeinfo.elem.findall('.//member'):
|
D | helper_file_generator.py | 213 def genType(self, typeinfo, name, alias): argument 214 OutputGenerator.genType(self, typeinfo, name, alias) 215 typeElem = typeinfo.elem 226 self.genStruct(typeinfo, name, alias) 321 def genStruct(self, typeinfo, typeName, alias): argument 322 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 323 members = typeinfo.elem.findall('.//member') 342 rawXml = etree.tostring(typeinfo.elem).decode('ascii')
|
D | object_tracker_generator.py | 473 def genType(self, typeinfo, name, alias): argument 474 OutputGenerator.genType(self, typeinfo, name, alias) 475 typeElem = typeinfo.elem 480 self.genStruct(typeinfo, name, alias) 561 def genStruct(self, typeinfo, typeName, alias): argument 562 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 563 members = typeinfo.elem.findall('.//member') 582 rawXml = etree.tostring(typeinfo.elem).decode('ascii')
|
D | layer_chassis_dispatch_generator.py | 1149 def genType(self, typeinfo, name, alias): argument 1150 OutputGenerator.genType(self, typeinfo, name, alias) 1151 typeElem = typeinfo.elem 1156 self.genStruct(typeinfo, name, alias) 1227 def genStruct(self, typeinfo, typeName, alias): argument 1228 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 1229 members = typeinfo.elem.findall('.//member') 1248 rawXml = etree.tostring(typeinfo.elem).decode('ascii')
|
D | parameter_validation_generator.py | 471 def genType(self, typeinfo, name, alias): argument 475 OutputGenerator.genType(self, typeinfo, name, alias) 476 typeElem = typeinfo.elem 480 self.genStruct(typeinfo, name, alias) 495 def genStruct(self, typeinfo, typeName, alias): argument 499 OutputGenerator.genStruct(self, typeinfo, typeName, alias) 501 members = typeinfo.elem.findall('.//member') 551 if typeinfo.elem.attrib.get('structextends') is not None: 555 if typeinfo.elem.attrib.get('returnedonly') is not None:
|
/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/v8/src/ |
D | runtime-profiler.cc | 97 int typeinfo, generic, total, type_percentage, generic_percentage; in TraceRecompile() local 98 GetICCounts(function, &typeinfo, &generic, &total, &type_percentage, in TraceRecompile() 100 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, in TraceRecompile()
|
/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
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantMerge/ |
D | dont-merge.ll | 60 !0 = !{i64 0, !"typeinfo name for A"} 61 !1 = !{i64 0, !"typeinfo name for B"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | 2007-05-03-EHTypeInfo.ll | 6 define void @typeinfo() {
|
/external/llvm/test/CodeGen/Generic/ |
D | 2007-05-03-EHTypeInfo.ll | 6 define void @typeinfo() {
|