/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordHelpers.cpp | 18 template <typename RecordT> static ClassOptions getUdtOptions(CVType CVT) { in getUdtOptions() argument 20 if (auto EC = TypeDeserializer::deserializeAs<RecordT>(CVT, Record)) { in getUdtOptions() 27 bool llvm::codeview::isUdtForwardRef(CVType CVT) { in isUdtForwardRef() argument 29 switch (CVT.kind()) { in isUdtForwardRef() 33 UdtOptions = getUdtOptions<ClassRecord>(std::move(CVT)); in isUdtForwardRef() 36 UdtOptions = getUdtOptions<EnumRecord>(std::move(CVT)); in isUdtForwardRef() 39 UdtOptions = getUdtOptions<UnionRecord>(std::move(CVT)); in isUdtForwardRef() 47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() argument 48 assert(CVT.kind() == LF_MODIFIER); in getModifiedType() 50 discoverTypeIndices(CVT, Refs); in getModifiedType()
|
D | SimpleTypeSerializer.cpp | 33 CVType CVT(Prefix, sizeof(RecordPrefix)); in serialize() local 35 cantFail(Mapping.visitTypeBegin(CVT)); in serialize() 36 cantFail(Mapping.visitKnownRecord(CVT, Record)); in serialize() 37 cantFail(Mapping.visitTypeEnd(CVT)); in serialize() 42 Prefix->RecordKind = CVT.kind(); in serialize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | SymbolCache.cpp | 112 codeview::CVType CVT) { in createSymbolForModifiedType() argument 114 if (auto EC = TypeDeserializer::deserializeAs<ModifierRecord>(CVT, Record)) { in createSymbolForModifiedType() 163 codeview::CVType CVT = Types.getType(Index); in findSymbolByTypeIndex() local 165 if (isUdtForwardRef(CVT)) { in findSymbolByTypeIndex() 184 switch (CVT.kind()) { in findSymbolByTypeIndex() 186 Id = createSymbolForType<NativeTypeEnum, EnumRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex() 190 std::move(CVT)); in findSymbolByTypeIndex() 195 Id = createSymbolForType<NativeTypeUDT, ClassRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex() 198 Id = createSymbolForType<NativeTypeUDT, UnionRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex() 202 std::move(CVT)); in findSymbolByTypeIndex() [all …]
|
D | NativeEnumTypes.cpp | 29 CVType CVT = Types.getType(*TI); in NativeEnumTypes() local 30 TypeLeafKind K = CVT.kind(); in NativeEnumTypes() 33 if (!isUdtForwardRef(CVT)) in NativeEnumTypes() 36 TypeIndex ModifiedTI = getModifiedType(CVT); in NativeEnumTypes()
|
D | TpiStream.cpp | 195 CVType CVT = Types->getType(TI); in findFullDeclForForwardRef() local 196 if (CVT.kind() != F.kind()) in findFullDeclForForwardRef() 199 Expected<TagRecordHash> FullTRH = hashTagRecord(CVT); in findFullDeclForForwardRef()
|
D | NativeTypeFunctionSig.cpp | 103 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList() local 105 cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList)); in initializeArgList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDeserializer.h | 42 template <typename T> static Error deserializeAs(CVType &CVT, T &Record) { in deserializeAs() argument 43 Record.Kind = static_cast<TypeRecordKind>(CVT.kind()); in deserializeAs() 44 MappingInfo I(CVT.content()); in deserializeAs() 45 if (auto EC = I.Mapping.visitTypeBegin(CVT)) in deserializeAs() 47 if (auto EC = I.Mapping.visitKnownRecord(CVT, Record)) in deserializeAs() 49 if (auto EC = I.Mapping.visitTypeEnd(CVT)) in deserializeAs() 61 CVType CVT(Data); in deserializeAs() 62 if (auto EC = deserializeAs<T>(CVT, Record)) in deserializeAs()
|
D | TypeRecordHelpers.h | 20 bool isUdtForwardRef(CVType CVT); 24 TypeIndex getModifiedType(const CVType &CVT);
|
/external/clang/test/Sema/ |
D | deref.c | 37 typedef const void CVT; typedef 38 extern CVT cv3;
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/ |
D | get.pass.cpp | 25 typedef const VT CVT; in test_basic() typedef 37 typedef std::unique_ptr<CVT> U; in test_basic()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/ |
D | get.pass.cpp | 24 typedef const VT CVT; in test_basic() typedef 36 typedef std::unique_ptr<CVT> U; in test_basic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | SymbolCache.h | 62 SymIndexId createSymbolForType(codeview::TypeIndex TI, codeview::CVType CVT, in createSymbolForType() argument 66 codeview::TypeDeserializer::deserializeAs<CVRecordT>(CVT, Record)) { in createSymbolForType() 76 codeview::CVType CVT);
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 167 EVT CVT = Count.getValueType(); in EmitTargetCodeForMemset() local 168 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count, in EmitTargetCodeForMemset() 170 CVT)); in EmitTargetCodeForMemset() 171 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX : X86::ECX, in EmitTargetCodeForMemset()
|
D | X86SchedHaswell.td | 1818 // CVT(T)PD2DQ. 1820 def : InstRW<[WriteP1_P5_Lat4], (instregex "(V?)CVT(T?)PD2DQrr")>; 1822 def : InstRW<[WriteP1_P5_Lat4Ld], (instregex "(V?)CVT(T?)PD2DQrm")>; 1828 // CVT(T)PS2PI. 1836 // CVT(T)PD2PI. 1842 def : InstRW<[WriteP1_P5_Lat4], (instregex "(Int_)?(V?)CVT(T?)SI2SS(64)?rr")>; 1844 // CVT(T)SS2SI. 1846 def : InstRW<[WriteP0_P1_Lat4], (instregex "(Int_)?(V?)CVT(T?)SS2SI(64)?rr")>; 1848 def : InstRW<[WriteP0_P1_Lat4Ld], (instregex "(Int_)?(V?)CVT(T?)SS2SI(64)?rm")>; 1856 def : InstRW<[WriteP0_P1_Lat4], (instregex "(Int_)?(V?)CVT(T?)SD2SI(64)?rr")>; [all …]
|
/external/pdfium/core/fxcodec/tiff/ |
D | tiff_decoder.cpp | 310 #define CVT(x) ((uint16_t)((x) >> 8)) in SetPalette() macro 311 red_orig[i] = CVT(red_orig[i]); in SetPalette() 312 green_orig[i] = CVT(green_orig[i]); in SetPalette() 313 blue_orig[i] = CVT(blue_orig[i]); in SetPalette() 314 #undef CVT in SetPalette()
|
/external/fonttools/Doc/source/ttLib/tables/ |
D | _c_v_a_r.rst | 1 ``cvar``: CVT Variations Table
|
D | VTT_related.rst | 52 ``TSIC``: VTT Variation CVT Window Source
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 751 NV50_IR_OPCODE_CASE(ROUND, CVT); in translateOpcode() 785 NV50_IR_OPCODE_CASE(I2F, CVT); in translateOpcode() 806 NV50_IR_OPCODE_CASE(F2I, CVT); in translateOpcode() 819 NV50_IR_OPCODE_CASE(F2U, CVT); in translateOpcode() 820 NV50_IR_OPCODE_CASE(U2F, CVT); in translateOpcode() 849 NV50_IR_OPCODE_CASE(D2I, CVT); in translateOpcode() 850 NV50_IR_OPCODE_CASE(D2U, CVT); in translateOpcode() 851 NV50_IR_OPCODE_CASE(I2D, CVT); in translateOpcode() 852 NV50_IR_OPCODE_CASE(U2D, CVT); in translateOpcode() 857 NV50_IR_OPCODE_CASE(DROUND, CVT); in translateOpcode() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | half.ll | 8 ; GCN: v_cvt_f16_f32_e32 [[CVT:v[0-9]+]], [[ARG]] 9 ; GCN: buffer_store_short [[CVT]] 271 ; GCN: v_cvt_f32_f16_e32 [[CVT:v[0-9]+]], [[LOAD]] 272 ; GCN: buffer_store_dword [[CVT]] 429 ; GCN: v_cvt_f16_f32_e32 [[CVT:v[0-9]+]], [[LOAD]] 430 ; GCN: buffer_store_short [[CVT]]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ScheduleZnver2.td | 1293 // CVT(T)PD2DQ. 1295 def : InstRW<[Zn2WriteCVTPD2DQr], (instregex "(V?)CVT(T?)PD2DQrr")>; 1302 def : InstRW<[Zn2WriteCVTPD2DQLd], (instregex "(V?)CVT(T?)PD2DQrm")>; 1312 // CVT(T)PS2PI. 1320 // CVT(T)PD2PI. 1329 // CVT(T)SS2SI. 1331 def : InstRW<[Zn2WriteCVTPD2DQr], (instregex "(V?)CVT(T?)SS2SI(64)?rr")>; 1334 def : InstRW<[Zn2WriteCVTPD2DQLd], (instregex "(V?)CVT(T?)SS2SI(64)?rm")>; 1352 def : InstRW<[Zn2WriteCVSTSI2SIr], (instregex "(V?)CVT(T?)SD2SI(64)?rr")>; 1354 def : InstRW<[Zn2WriteCVSTSI2SILd], (instregex "(V?)CVT(T?)SD2SI(64)?rm")>;
|
D | X86ScheduleZnver1.td | 1301 // CVT(T)PD2DQ. 1303 def : InstRW<[ZnWriteCVTDQ2PDr], (instregex "(V?)CVT(T?)PD2DQrr")>; 1310 def : InstRW<[ZnWriteCVTPD2DQLd], (instregex "(V?)CVT(T?)PD2DQrm")>; 1320 // CVT(T)PS2PI. 1328 // CVT(T)PD2PI. 1337 // CVT(T)SS2SI. 1339 def : InstRW<[ZnWriteCVTPD2DQr], (instregex "(V?)CVT(T?)SS2SI(64)?rr")>; 1342 def : InstRW<[ZnWriteCVTPD2DQLd], (instregex "(V?)CVT(T?)SS2SI(64)?rm")>; 1360 def : InstRW<[ZnWriteCVSTSI2SIr], (instregex "(V?)CVT(T?)SD2SI(64)?rr")>; 1362 def : InstRW<[ZnWriteCVSTSI2SILd], (instregex "(V?)CVT(T?)SD2SI(64)?rm")>;
|
D | X86SchedBroadwell.td | 827 def: InstRW<[BWWriteResGroup39], (instregex "(V?)CVT(T?)SD2SI64rr", 828 "(V?)CVT(T?)SD2SIrr", 829 "(V?)CVT(T?)SS2SI64rr", 830 "(V?)CVT(T?)SS2SIrr")>; 860 "(V?)CVT(T?)PD2DQrr")>; 1205 "(V?)CVT(T?)SD2SI64rm", 1206 "(V?)CVT(T?)SD2SIrm",
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.cpp | 387 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) in isContradictoryImpl() local 388 return CVT->getTypeName() != getTypeName(); in isContradictoryImpl()
|
/external/harfbuzz_ng/test/shape/data/text-rendering-tests/fonts/ |
D | Selawik-README.md | 60 …CVT-based stem hints to the lowercase only. This provided the need to vary CVTs and thus require a…
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.4.rst | 133 - nv50/ir: handle insn not being there for definition of CVT arg
|