/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 163 getBlockEdge(const ValueDFS &VD) const { in getBlockEdge() 164 if (!VD.Def && VD.U) { in getBlockEdge() 165 auto *PHI = cast<PHINode>(VD.U->getUser()); in getBlockEdge() 166 return std::make_pair(PHI->getIncomingBlock(*VD.U), PHI->getParent()); in getBlockEdge() 169 return ::getBlockEdge(VD.PInfo); in getBlockEdge() 206 Value *getMiddleDef(const ValueDFS &VD) const { in getMiddleDef() 207 if (VD.Def) in getMiddleDef() 208 return VD.Def; in getMiddleDef() 215 if (!VD in getMiddleDef() 284 popStackUntilDFSScope(ValueDFSStack &Stack, const ValueDFS &VD) popStackUntilDFSScope() argument 296 ValueDFS VD; convertUsesToDFSOrdered() local 613 ValueDFS VD; renameUses() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOMemOPSizeOpt.cpp | 256 for (auto &VD in perform() 257 : VDs) { dbgs() << " (" << VD.Value << "," << VD.Count << ")\n"; }); in perform() 280 for (auto &VD : VDs) { in perform() 281 int64_t V = VD.Value; in perform() 282 uint64_t C = VD.Count; in perform() 302 assert(SavedRemainCount >= VD.Count); in perform() 303 SavedRemainCount -= VD.Count; in perform()
|
H A D | CGProfile.cpp | 63 for (const auto &VD : in run() 65 UpdateCounts(TTI, &F, Symtab.getFunction(VD.Value), VD.Count); in run()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qsvdec.c | 998 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 1034 { "async_depth", "Internal parallelization depth, the higher the value the higher the latency.", OFFSET(qsv.async_depth), AV_OPT_TYPE_INT, { .i64 = ASYNC_DEPTH_DEFAULT }, 1, INT_MAX, VD }, 1036 { "load_plugin", "A user plugin to load in an internal session", OFFSET(load_plugin), AV_OPT_TYPE_INT, { .i64 = LOAD_PLUGIN_HEVC_HW }, LOAD_PLUGIN_NONE, LOAD_PLUGIN_HEVC_HW, VD, "load_plugin" }, 1037 { "none", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = LOAD_PLUGIN_NONE }, 0, 0, VD, "load_plugin" }, 1038 { "hevc_sw", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = LOAD_PLUGIN_HEVC_SW }, 0, 0, VD, "load_plugin" }, 1039 { "hevc_hw", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = LOAD_PLUGIN_HEVC_HW }, 0, 0, VD, "load_plugin" }, 1042 OFFSET(qsv.load_plugins), AV_OPT_TYPE_STRING, { .str = "" }, 0, 0, VD }, 1044 { "gpu_copy", "A GPU-accelerated copy between video and system memory", OFFSET(qsv.gpu_copy), AV_OPT_TYPE_INT, { .i64 = MFX_GPUCOPY_DEFAULT }, MFX_GPUCOPY_DEFAULT, MFX_GPUCOPY_OFF, VD, "gpu_copy"}, 1045 { "default", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = MFX_GPUCOPY_DEFAULT }, 0, 0, VD, "gpu_copy"}, 1046 { "on", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = MFX_GPUCOPY_ON }, 0, 0, VD, "gpu_cop [all...] |
H A D | exr.c | 2299 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 2302 AV_OPT_TYPE_STRING, { .str = "" }, 0, 0, VD }, 2304 AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VD }, 2306 AV_OPT_TYPE_FLOAT, { .dbl = 1.0f }, 0.001, FLT_MAX, VD }, 2310 AV_OPT_TYPE_INT, {.i64 = AVCOL_TRC_UNSPECIFIED }, 1, AVCOL_TRC_NB-1, VD, "apply_trc_type"}, 2312 AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_BT709 }, INT_MIN, INT_MAX, VD, "apply_trc_type"}, 2314 AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_UNSPECIFIED }, INT_MIN, INT_MAX, VD, "apply_trc_type"}, 2316 AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_GAMMA22 }, INT_MIN, INT_MAX, VD, "apply_trc_type"}, 2318 AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_GAMMA28 }, INT_MIN, INT_MAX, VD, "apply_trc_type"}, 2320 AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_SMPTE170M }, INT_MIN, INT_MAX, VD, "apply_trc_typ [all...] |
H A D | libdav1d.c | 560 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 562 { "tilethreads", "Tile threads", OFFSET(tile_threads), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, DAV1D_MAX_TILE_THREADS, VD | AV_OPT_FLAG_DEPRECATED }, 563 { "framethreads", "Frame threads", OFFSET(frame_threads), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, DAV1D_MAX_FRAME_THREADS, VD | AV_OPT_FLAG_DEPRECATED }, 564 { "filmgrain", "Apply Film Grain", OFFSET(apply_grain), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, VD | AV_OPT_FLAG_DEPRECATED }, 565 { "oppoint", "Select an operating point of the scalable bitstream", OFFSET(operating_point), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 31, VD }, 566 { "alllayers", "Output all spatial layers", OFFSET(all_layers), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VD },
|
H A D | cuviddec.c | 1085 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 1087 { "deint", "Set deinterlacing mode", OFFSET(deint_mode), AV_OPT_TYPE_INT, { .i64 = cudaVideoDeinterlaceMode_Weave }, cudaVideoDeinterlaceMode_Weave, cudaVideoDeinterlaceMode_Adaptive, VD, "deint" }, 1088 { "weave", "Weave deinterlacing (do nothing)", 0, AV_OPT_TYPE_CONST, { .i64 = cudaVideoDeinterlaceMode_Weave }, 0, 0, VD, "deint" }, 1089 { "bob", "Bob deinterlacing", 0, AV_OPT_TYPE_CONST, { .i64 = cudaVideoDeinterlaceMode_Bob }, 0, 0, VD, "deint" }, 1090 { "adaptive", "Adaptive deinterlacing", 0, AV_OPT_TYPE_CONST, { .i64 = cudaVideoDeinterlaceMode_Adaptive }, 0, 0, VD, "deint" }, 1091 { "gpu", "GPU to be used for decoding", OFFSET(cu_gpu), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, VD }, 1092 { "surfaces", "Maximum surfaces to be used for decoding", OFFSET(nb_surfaces), AV_OPT_TYPE_INT, { .i64 = 25 }, 0, INT_MAX, VD }, 1093 { "drop_second_field", "Drop second field when deinterlacing", OFFSET(drop_second_field), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VD }, 1094 { "crop", "Crop (top)x(bottom)x(left)x(right)", OFFSET(crop_expr), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, VD }, 1095 { "resize", "Resize (width)x(height)", OFFSET(resize_expr), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, VD }, [all...] |
H A D | libopenjpegdec.c | 488 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 492 OFFSET(lowqual), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VD },
|
H A D | mediacodecdec.c | 518 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 521 OFFSET(delay_flush), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, VD },
|
H A D | photocd.c | 444 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 448 OFFSET(lowres), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 4, VD },
|
H A D | h264dec.c | 1052 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 1053 #define VDX VD | AV_OPT_FLAG_EXPORT 1057 { "enable_er", "Enable error resilience on damaged frames (unsafe)", OFFSET(enable_er), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, VD }, 1058 { "x264_build", "Assume this x264 version if no x264 version found in any SEI", OFFSET(x264_build), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, VD },
|
H A D | av1dec.c | 1234 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 1237 OFFSET(operating_point), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, AV1_MAX_OPERATING_POINTS - 1, VD },
|
H A D | mjpegdec.c | 3009 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 3012 OFFSET(extern_huff), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VD },
|
H A D | jpeg2000dec.c | 2576 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 2580 OFFSET(reduction_factor), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, JPEG2000_MAX_RESLEVELS - 1, VD },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 493 std::unique_ptr<InstrProfValueData[]> VD = getValueForSite(VK, I); in accumulateCounts() local 495 KindSum += VD[V].Count; in accumulateCounts() 755 ValueProfData *VD = in allocValueProfDataInstrProf() local 757 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf() 758 return VD; in allocValueProfDataInstrProf() 815 InstrProfValueData *VD = getValueProfRecordValueData(this); in swapBytes() local 819 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes() 820 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes() 940 std::unique_ptr<InstrProfValueData[]> VD = in annotateValueSite() local 943 ArrayRef<InstrProfValueData> VDs(VD in annotateValueSite() [all...] |
H A D | InstrProfWriter.cpp | 425 std::unique_ptr<InstrProfValueData[]> VD = Func.getValueForSite(VK, S); in writeRecordInText() local 428 OS << Symtab.getFuncNameOrExternalSymbol(VD[I].Value) << ":" in writeRecordInText() 429 << VD[I].Count << "\n"; in writeRecordInText() 431 OS << VD[I].Value << ":" << VD[I].Count << "\n"; in writeRecordInText()
|
H A D | InstrProfReader.cpp | 218 std::pair<StringRef, StringRef> VD = Line->rsplit(':'); 221 if (InstrProfSymtab::isExternalSymbol(VD.first)) { 224 if (Error E = Symtab->addFuncName(VD.first)) 226 Value = IndexedInstrProf::ComputeHash(VD.first); 229 READ_NUM(VD.first, Value); 231 READ_NUM(VD.second, TakenCount);
|
/third_party/optimized-routines/math/test/ |
H A D | mathbench.c | 236 #define VD(func, lo, hi) {#func, 'd', 'v', lo, hi, {.vd = func}}, macro 295 VD (__v_dummy, 1.0, 2.0) 296 VD (__v_sin, -3.1, 3.1) 297 VD (__v_cos, -3.1, 3.1) 298 VD (__v_exp, -9.9, 9.9) 299 VD (__v_log, 0.01, 11.1) 344 #undef VD macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 3659 ValueDFS VD; 3661 VD.DFSIn = DomNode->getDFSNumIn(); 3662 VD.DFSOut = DomNode->getDFSNumOut(); 3663 VD.Def.setPointer(D); 3667 VD.LocalNum = InstrToDFSNum(I); 3671 LoadsAndStores.emplace_back(VD); 3936 for (auto &VD : DFSOrderedSet) { 3937 int MemberDFSIn = VD.DFSIn; 3938 int MemberDFSOut = VD.DFSOut; 3939 Value *Def = VD [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 896 auto VD = std::make_unique<InstrProfValueData[]>(N); in getValueForSite() local 897 TotalCount = getValueForSite(VD.get(), ValueKind, Site); in getValueForSite() 899 return VD; in getValueForSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1441 if (const auto *VD = dyn_cast<ELFYAML::VerdefSection>(C.get())) { in validate() 1442 if (VD->Entries && VD->Content) in validate() 1448 if (const auto *VD = dyn_cast<ELFYAML::VerneedSection>(C.get())) { in validate() 1449 if (VD->VerneedV && VD->Content) in validate()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 60 #define VD(vd) ((sljit_ins)freg_map[vd]) macro 1714 FAIL_IF(push_inst(compiler, (SCVTF ^ inv_bits) | VD(dst_r) | RN(src))); in sljit_emit_fop1_conv_f64_from_sw() 1765 FAIL_IF(push_inst(compiler, (FMOV ^ inv_bits) | VD(dst_r) | VN(src))); in sljit_emit_fop1() 1771 FAIL_IF(push_inst(compiler, (FNEG ^ inv_bits) | VD(dst_r) | VN(src))); in sljit_emit_fop1() 1774 FAIL_IF(push_inst(compiler, (FABS ^ inv_bits) | VD(dst_r) | VN(src))); in sljit_emit_fop1() 1777 FAIL_IF(push_inst(compiler, FCVT | (sljit_ins)((op & SLJIT_32) ? (1 << 22) : (1 << 15)) | VD(dst_r) | VN(src))); in sljit_emit_fop1() 1812 FAIL_IF(push_inst(compiler, (FADD ^ inv_bits) | VD(dst_r) | VN(src1) | VM(src2))); in sljit_emit_fop2() 1815 FAIL_IF(push_inst(compiler, (FSUB ^ inv_bits) | VD(dst_r) | VN(src1) | VM(src2))); in sljit_emit_fop2() 1818 FAIL_IF(push_inst(compiler, (FMUL ^ inv_bits) | VD(dst_r) | VN(src1) | VM(src2))); in sljit_emit_fop2() 1821 FAIL_IF(push_inst(compiler, (FDIV ^ inv_bits) | VD(dst_ in sljit_emit_fop2() [all...] |
H A D | sljitNativeARM_32.c | 77 #define VD(rd) ((sljit_uw)freg_map[rd] << 12) macro 1035 ((sljit_uw)(opcode) | (sljit_uw)(mode) | VD(dst) | VM(src1) | VN(src2)) 1107 FAIL_IF(push_inst(compiler, VPUSH | VD(SLJIT_FS0) | ((sljit_uw)SLJIT_NUMBER_OF_SAVED_FLOAT_REGISTERS << 1))); in sljit_emit_enter() 1110 FAIL_IF(push_inst(compiler, VPUSH | VD(SLJIT_FS0) | ((sljit_uw)fsaveds << 1))); in sljit_emit_enter() 1112 FAIL_IF(push_inst(compiler, VPUSH | VD(fscratches) | ((sljit_uw)(fscratches - (SLJIT_FIRST_SAVED_FLOAT_REG - 1)) << 1))); in sljit_emit_enter() 1277 FAIL_IF(push_inst(compiler, VPOP | VD(SLJIT_FS0) | ((sljit_uw)SLJIT_NUMBER_OF_SAVED_FLOAT_REGISTERS << 1))); in emit_stack_frame_release() 1280 FAIL_IF(push_inst(compiler, VPOP | VD(fscratches) | ((sljit_uw)(fscratches - (SLJIT_FIRST_SAVED_FLOAT_REG - 1)) << 1))); in emit_stack_frame_release() 1282 FAIL_IF(push_inst(compiler, VPOP | VD(SLJIT_FS0) | ((sljit_uw)fsaveds << 1))); in emit_stack_frame_release() 2347 ((inst) | (sljit_uw)((add) << 23) | RN(base) | VD(freg) | (sljit_uw)(offs))
|
/third_party/ffmpeg/libavformat/ |
H A D | flvdec.c | 1447 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro 1449 { "flv_metadata", "Allocate streams according to the onMetaData array", OFFSET(trust_metadata), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VD }, 1450 { "flv_full_metadata", "Dump full metadata of the onMetadata", OFFSET(dump_full_metadata), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VD }, 1451 { "flv_ignore_prevtag", "Ignore the Size of previous tag", OFFSET(trust_datasize), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VD }, 1452 { "missing_streams", "", OFFSET(missing_streams), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 0xFF, VD | AV_OPT_FLAG_EXPORT | AV_OPT_FLAG_READONLY },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1973 const Value *VD = cast<SrcValueSDNode>(Node->getOperand(3))->getValue(); 1979 MachinePointerInfo(VD));
|