/external/llvm-project/clang/test/CodeGenCXX/ |
D | devirtualize-virtual-function-calls.cpp | 44 struct XD { D d; }; argument 48 void fd(D d, XD xd, D *p) { in fd() 80 XD().d.f(); in fd() 83 D XD::*mp; in fd()
|
/external/llvm/test/TableGen/ |
D | defmclass.td | 4 class XD { bits<4> Prefix = 11; } 9 def xd : XD; 31 defm SS : R, M, XD;
|
/external/llvm-project/llvm/test/TableGen/ |
D | defmclass.td | 4 class XD { bits<4> Prefix = 11; } 9 def xd : XD; 31 defm SS : R, M, XD;
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 172 else if (OpPrefix == X86Local::XD) in insnContext() 186 else if (OpPrefix == X86Local::XD) in insnContext() 200 else if (OpPrefix == X86Local::XD) in insnContext() 212 else if (OpPrefix == X86Local::XD) in insnContext() 229 else if (OpPrefix == X86Local::XD) in insnContext() 241 else if (OpPrefix == X86Local::XD) in insnContext() 258 else if (OpPrefix == X86Local::XD) in insnContext() 274 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD) in insnContext() 278 else if (HasVEX_W && OpPrefix == X86Local::XD) in insnContext() 284 else if (OpPrefix == X86Local::XD) in insnContext() [all …]
|
D | X86RecognizableInstr.h | 137 PD = 1, XS = 2, XD = 3, PS = 4 enumerator
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 123 PS = 1, PD = 2, XS = 3, XD = 4 enumerator 299 else if (OpPrefix == X86Local::XD) in insnContext() 313 else if (OpPrefix == X86Local::XD) in insnContext() 328 else if (OpPrefix == X86Local::XD) in insnContext() 340 else if (OpPrefix == X86Local::XD) in insnContext() 357 else if (OpPrefix == X86Local::XD) in insnContext() 369 else if (OpPrefix == X86Local::XD) in insnContext() 382 else if (OpPrefix == X86Local::XD) in insnContext() 398 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD) in insnContext() 402 else if (HasVEX_WPrefix && OpPrefix == X86Local::XD) in insnContext() [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 143 def XD : Prefix<3>; 145 // that other instructions with this opcode use PD/XS/XD 210 class XD : TB { Prefix OpPrefix = XD; } 214 class T8XD : T8 { Prefix OpPrefix = XD; } 218 class TAXD : TA { Prefix OpPrefix = XD; } 496 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 513 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 608 // SDI - SSE2 instructions with XD prefix. 609 // SDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix. 614 // VSDI - SSE2 scalar instructions with XD prefix in AVX form. [all …]
|
D | X86InstrMPX.td | 45 defm BNDCU : mpx_bound_check<0x1A, "bndcu">, XD, NotMemoryFoldable; 46 defm BNDCN : mpx_bound_check<0x1B, "bndcn">, XD, NotMemoryFoldable;
|
D | X86InstrSSE.td | 271 SSEPackedDouble, "MOVSD", UseSSE2>, XD; 277 SSEPackedDouble>, XD; 872 XD, VEX, VEX_LIG; 876 XD, VEX, VEX_W, VEX_LIG; 889 XD, VEX, VEX_LIG; 893 XD, VEX, VEX_W, VEX_LIG; 908 WriteCvtI2SD, SSEPackedDouble>, XD, VEX_4V, 911 WriteCvtI2SD, SSEPackedDouble>, XD, VEX_4V, 950 WriteCvtSD2I, SSEPackedDouble>, XD, SIMD_EXC; 953 WriteCvtSD2I, SSEPackedDouble>, XD, REX_W, SIMD_EXC; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 136 def XD : Prefix<3>; 138 // that other instructions with this opcode use PD/XS/XD 203 class XD : TB { Prefix OpPrefix = XD; } 207 class T8XD : T8 { Prefix OpPrefix = XD; } 211 class TAXD : TA { Prefix OpPrefix = XD; } 483 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 500 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 595 // SDI - SSE2 instructions with XD prefix. 596 // SDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix. 601 // VSDI - SSE2 scalar instructions with XD prefix in AVX form. [all …]
|
D | X86InstrMPX.td | 45 defm BNDCU : mpx_bound_check<0x1A, "bndcu">, XD, NotMemoryFoldable; 46 defm BNDCN : mpx_bound_check<0x1B, "bndcn">, XD, NotMemoryFoldable;
|
D | X86InstrSSE.td | 271 SSEPackedDouble, "MOVSD", UseSSE2>, XD; 277 SSEPackedDouble>, XD; 882 XD, VEX, VEX_LIG; 886 XD, VEX, VEX_W, VEX_LIG; 901 WriteCvtI2SD, SSEPackedDouble>, XD, VEX_4V, 904 WriteCvtI2SD, SSEPackedDouble>, XD, VEX_4V, 937 WriteCvtSD2I, SSEPackedDouble>, XD, SIMD_EXC; 940 WriteCvtSD2I, SSEPackedDouble>, XD, REX_W, SIMD_EXC; 949 WriteCvtI2SD, SSEPackedDouble, ReadInt2Fpu>, XD; 952 WriteCvtI2SD, SSEPackedDouble, ReadInt2Fpu>, XD, REX_W, SIMD_EXC; [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 122 def XD : Prefix<4>; 181 class XD : TB { Prefix OpPrefix = XD; } 185 class T8XD : T8 { Prefix OpPrefix = XD; } 189 class TAXD : TA { Prefix OpPrefix = XD; } 435 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 453 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 548 // SDI - SSE2 instructions with XD prefix. 549 // SDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix. 554 // VSDI - SSE2 scalar instructions with XD prefix in AVX form. 559 // MMXSDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix as well as [all …]
|
D | X86InstrMPX.td | 42 defm BNDCU : mpx_bound_check<0x1A, "bndcu">, XD; 43 defm BNDCN : mpx_bound_check<0x1B, "bndcn">, XD;
|
D | X86InstrSSE.td | 571 SSEPackedDouble>, XD; 579 SSEPackedDouble>, XD; 1492 XD, VEX, VEX_LIG; 1496 XD, VEX, VEX_W, VEX_LIG; 1524 XD, VEX_4V, VEX_LIG; 1526 XD, VEX_4V, VEX_W, VEX_LIG; 1561 SSE_CVT_SD2SI>, XD; 1564 SSE_CVT_SD2SI>, XD, REX_W; 1573 SSE_CVT_Scalar>, XD; 1576 SSE_CVT_Scalar>, XD, REX_W; [all …]
|
/external/clang/test/Modules/Inputs/declare-use/ |
D | module.map | 15 module XD {
|
/external/llvm-project/clang/test/Modules/Inputs/declare-use/ |
D | module.map | 15 module XD {
|
/external/ImageMagick/PerlMagick/t/ |
D | input_gray_lsb_08bit.mat | 7 .HA:MOethecVNTTNRPQZ]UPNKIId�yeQJQSKLO7'+/>JT[XD<9998::85;>><:9684( ,MF=MSYck~kTRQQQLMTjjSNSXey�…
|
/external/llvm-project/clang/test/Parser/ |
D | cxx1z-class-template-argument-deduction.cpp | 27 template<template<typename> typename = A> struct XD {}; struct
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ATTInstPrinter.cpp | 105 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr() 183 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr()
|
D | X86IntelInstPrinter.cpp | 88 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr() 173 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ATTInstPrinter.cpp | 105 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr() 183 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr()
|
D | X86IntelInstPrinter.cpp | 88 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr() 173 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Colorize.miff | 15 …����������� �!�!������� �$�'#�2+�I9�XD�YF�O>�I4�D3�3(��…
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 390 const Decl *XD = X.getDeclWithIssue(); in compare() local 391 if (!XD) in compare() 396 SourceLocation XDL = XD->getLocation(); in compare()
|