/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/v8/src/ |
D | runtime-profiler.cc | 143 int typeinfo, generic, total, type_percentage, generic_percentage; in TraceRecompile() local 144 GetICCounts(function, &typeinfo, &generic, &total, &type_percentage, in TraceRecompile() 146 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, in TraceRecompile() 272 int typeinfo, generic, total, type_percentage, generic_percentage; in MaybeOptimizeFullCodegen() local 273 GetICCounts(function, &typeinfo, &generic, &total, &type_percentage, in MaybeOptimizeFullCodegen() 287 PrintF(", not enough type info: %d/%d (%d%%)]\n", typeinfo, total, in MaybeOptimizeFullCodegen() 295 int typeinfo, generic, total, type_percentage, generic_percentage; in MaybeOptimizeFullCodegen() local 296 GetICCounts(function, &typeinfo, &generic, &total, &type_percentage, in MaybeOptimizeFullCodegen() 408 int typeinfo, generic, total, type_percentage, generic_percentage; in ShouldOptimizeIgnition() local 409 GetICCounts(function, &typeinfo, &generic, &total, &type_percentage, in ShouldOptimizeIgnition() [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/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,
|
D | protostream_objectwriter.cc | 69 const TypeInfo* typeinfo, const google::protobuf::Type& type, in ProtoStreamObjectWriter() argument 71 : ProtoWriter(typeinfo, type, output, listener), in ProtoStreamObjectWriter() 325 parent_->typeinfo()->ResolveTypeUrl(type_url_); in StartAny() 344 ow_.reset(new ProtoStreamObjectWriter(parent_->typeinfo(), *type, &output_, in StartAny() 1177 typeinfo()->GetTypeByTypeUrl(field.type_url()); in IsMap()
|
D | proto_writer.cc | 77 ProtoWriter::ProtoWriter(const TypeInfo* typeinfo, in ProtoWriter() argument 81 typeinfo_(typeinfo), in ProtoWriter() 289 ProtoWriter::ProtoElement::ProtoElement(const TypeInfo* typeinfo, in ProtoElement() argument 295 typeinfo_(typeinfo), in ProtoElement()
|
D | protostream_objectwriter.h | 247 ProtoStreamObjectWriter(const TypeInfo* typeinfo,
|
/external/libcxx/utils/symcheck-blacklists/ |
D | osx_blacklist.txt | 11 # typeinfo for std::__1::__types 14 # typeinfo name for std::__1::__types
|
D | linux_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/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 50 Mark a type's typeinfo, vtable and members as having default visibility. 54 Mark a type's typeinfo and vtable as having default visibility. 66 Mark the typeinfo of an enum as having default visibility. This attribute 70 typeinfo. The macro has an empty definition on this platform. 72 **GCC Behavior**: GCC un-hides the typeinfo for enumerations by default, even 78 Mark the member functions, typeinfo, and vtable of the type named in 104 Mark the member functions, typeinfo, and vtable of an explicit instantiation 151 Mark the member functions, typeinfo, and vtable of the type as being exported
|
/external/vulkan-validation-layers/ |
D | threading_generator.py | 344 def genType(self, typeinfo, name): argument 354 def genStruct(self, typeinfo, typeName): argument 355 OutputGenerator.genStruct(self, typeinfo, typeName) 356 body = 'typedef ' + typeinfo.elem.get('category') + ' ' + typeName + ' {\n' 358 for member in typeinfo.elem.findall('.//member'):
|
D | unique_objects_generator.py | 244 def genType(self, typeinfo, name): argument 245 OutputGenerator.genType(self, typeinfo, name) 246 typeElem = typeinfo.elem 252 self.genStruct(typeinfo, name) 323 def genStruct(self, typeinfo, typeName): argument 324 OutputGenerator.genStruct(self, typeinfo, typeName) 325 members = typeinfo.elem.findall('.//member') 344 rawXml = etree.tostring(typeinfo.elem).decode('ascii')
|
D | parameter_validation_generator.py | 282 def genType(self, typeinfo, name): argument 283 OutputGenerator.genType(self, typeinfo, name) 284 typeElem = typeinfo.elem 290 self.genStruct(typeinfo, name) 307 def genStruct(self, typeinfo, typeName): argument 308 OutputGenerator.genStruct(self, typeinfo, typeName) 310 members = typeinfo.elem.findall('.//member') 332 rawXml = etree.tostring(typeinfo.elem).decode('ascii')
|
D | generator.py | 350 def genType(self, typeinfo, name): argument 354 def genStruct(self, typeinfo, name): argument
|
/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/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() {
|
/external/libcxx/include/ |
D | typeinfo | 2 //===-------------------------- typeinfo ----------------------------------===// 16 typeinfo synopsis
|
D | typeindex | 49 #include <typeinfo>
|
/external/llvm/test/tools/llvm-readobj/ |
D | elf-groups.test | 3 # #include <typeinfo>
|
/external/llvm/test/CodeGen/X86/ |
D | gcc_except_table_functions.ll | 3 ; This test demonstrates that it is possible to use functions for typeinfo
|