Home
last modified time | relevance | path

Searched defs:VD (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp63 for (const auto &VD : in run() local
DPGOMemOPSizeOpt.cpp280 for (auto &VD : VDs) { in perform() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp285 const ValueDFS &VD) { in popStackUntilDFSScope()
296 ValueDFS VD; in convertUsesToDFSOrdered() local
613 ValueDFS VD; in renameUses() local
669 for (auto &VD : OrderedUses) { in renameUses() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp493 std::unique_ptr<InstrProfValueData[]> VD = getValueForSite(VK, I); in accumulateCounts() local
755 ValueProfData *VD = in allocValueProfDataInstrProf() local
815 InstrProfValueData *VD = getValueProfRecordValueData(this); in swapBytes() local
940 std::unique_ptr<InstrProfValueData[]> VD = in annotateValueSite() local
965 for (auto &VD : VDs) { in annotateValueSite() local
DInstrProfWriter.cpp425 std::unique_ptr<InstrProfValueData[]> VD = Func.getValueForSite(VK, S); in writeRecordInText() local
DInstrProfReader.cpp218 std::pair<StringRef, StringRef> VD = Line->rsplit(':'); in readValueProfileData() local
/third_party/ffmpeg/libavcodec/
Dlibdav1d.c480 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Dmediacodecdec.c508 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Dlibopenjpegdec.c490 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Dphotocd.c446 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Dav1dec.c1110 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Dh264dec.c1029 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Dqsvdec.c828 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Dcuviddec.c1105 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Dmjpegdec.c2936 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Dexr.c2286 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
Djpeg2000dec.c2568 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1441 if (const auto *VD = dyn_cast<ELFYAML::VerdefSection>(C.get())) { in validate() local
1448 if (const auto *VD = dyn_cast<ELFYAML::VerneedSection>(C.get())) { in validate() local
/third_party/optimized-routines/math/test/
Dmathbench.c236 #define VD(func, lo, hi) {#func, 'd', 'v', lo, hi, {.vd = func}}, macro
/third_party/ffmpeg/libavformat/
Dflvdec.c1359 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3659 ValueDFS VD; in convertClassToLoadsAndStores() local
3936 for (auto &VD : DFSOrderedSet) { in eliminateInstructions() local
4103 for (auto &VD : PossibleDeadStores) { in eliminateInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h896 auto VD = std::make_unique<InstrProfValueData[]>(N); in getValueForSite() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c60 #define VD(vd) ((sljit_ins)freg_map[vd]) macro
DsljitNativeARM_32.c77 #define VD(rd) ((sljit_uw)freg_map[rd] << 12) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1973 const Value *VD = cast<SrcValueSDNode>(Node->getOperand(3))->getValue(); in expandVACopy() local