/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 203 void gather(Instruction *Op, const ValueVector &CV); 205 void transferMetadataAndIRFlags(Instruction *Op, const ValueVector &CV); 266 ValueVector &CV = (CachePtr ? *CachePtr : Tmp); in operator []() local 268 if (CV[I]) in operator []() 269 return CV[I]; in operator []() 273 if (!CV[0]) { in operator []() 275 CV[0] = Builder.CreateBitCast(V, NewPtrTy, V->getName() + ".i0"); in operator []() 278 CV[I] = Builder.CreateConstGEP1_32(ElTy, CV[0], I, in operator []() 294 CV[J] = Insert->getOperand(1); in operator []() 295 return CV[J]; in operator []() [all …]
|
/third_party/python/Lib/test/ |
D | ann_module2.py | 33 class CV: class 36 CV.var = CV()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpgstdepay.c | 160 guint CV; in gst_rtp_gst_depay_setcaps() local 170 CV = atoi (capsver); in gst_rtp_gst_depay_setcaps() 173 CV = 0; in gst_rtp_gst_depay_setcaps() 176 rtpgstdepay->current_CV = CV; in gst_rtp_gst_depay_setcaps() 400 guint CV, frag_offset, avail, offset; in gst_rtp_gst_depay_process() local 446 CV = (payload[0] >> 4) & 0x7; in gst_rtp_gst_depay_process() 457 "inline caps %u, length %u, %" GST_PTR_FORMAT, CV, size, outcaps); in gst_rtp_gst_depay_process() 464 rtpgstdepay->current_CV = CV; in gst_rtp_gst_depay_process() 503 if (CV != rtpgstdepay->current_CV) { in gst_rtp_gst_depay_process() 550 GST_INFO_OBJECT (rtpgstdepay, "No caps received yet %u", CV); in gst_rtp_gst_depay_process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 228 const Constant *CV, in lowerAddrSpaceCast() argument 234 auto *CE = dyn_cast<ConstantExpr>(CV); in lowerAddrSpaceCast() 251 const MCExpr *AMDGPUAsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant() argument 252 if (const MCExpr *E = lowerAddrSpaceCast(TM, CV, OutContext)) in lowerConstant() 254 return AsmPrinter::lowerConstant(CV); in lowerConstant() 409 const MCExpr *R600AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant() argument 410 if (const MCExpr *E = lowerAddrSpaceCast(TM, CV, OutContext)) in lowerConstant() 412 return AsmPrinter::lowerConstant(CV); in lowerConstant()
|
/third_party/ffmpeg/libavcodec/ |
D | cavsdsp.c | 345 #define CAVS_SUBPIX_HV(OPNAME, OP, NAME, AH, BH, CH, DH, EH, FH, AV, BV, CV, DV, EV, FV, FULL) \ argument 385 …OP(dst[0*dstStride], AV*tmpB + BV*tmpA + CV*tmp0 + DV*tmp1 + EV*tmp2 + FV*tmp3 + 64*src2[0*srcStri… 386 …OP(dst[1*dstStride], AV*tmpA + BV*tmp0 + CV*tmp1 + DV*tmp2 + EV*tmp3 + FV*tmp4 + 64*src2[1*srcStri… 387 …OP(dst[2*dstStride], AV*tmp0 + BV*tmp1 + CV*tmp2 + DV*tmp3 + EV*tmp4 + FV*tmp5 + 64*src2[2*srcStri… 388 …OP(dst[3*dstStride], AV*tmp1 + BV*tmp2 + CV*tmp3 + DV*tmp4 + EV*tmp5 + FV*tmp6 + 64*src2[3*srcStri… 389 …OP(dst[4*dstStride], AV*tmp2 + BV*tmp3 + CV*tmp4 + DV*tmp5 + EV*tmp6 + FV*tmp7 + 64*src2[4*srcStri… 390 …OP(dst[5*dstStride], AV*tmp3 + BV*tmp4 + CV*tmp5 + DV*tmp6 + EV*tmp7 + FV*tmp8 + 64*src2[5*srcStri… 391 …OP(dst[6*dstStride], AV*tmp4 + BV*tmp5 + CV*tmp6 + DV*tmp7 + EV*tmp8 + FV*tmp9 + 64*src2[6*srcStri… 392 …OP(dst[7*dstStride], AV*tmp5 + BV*tmp6 + CV*tmp7 + DV*tmp8 + EV*tmp9 + FV*tmp10 + 64*src2[7*srcStr… 414 OP(dst[0*dstStride], AV*tmpB + BV*tmpA + CV*tmp0 + DV*tmp1 + EV*tmp2 + FV*tmp3); \ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 84 bool fillGenericConstant(const DataLayout &DL, const Constant *CV, 392 const Constant *CV, in fillGenericConstant() argument 394 uint64_t Size = DL.getTypeAllocSize(CV->getType()); in fillGenericConstant() 396 if (isa<ConstantAggregateZero>(CV) || isa<UndefValue>(CV)) in fillGenericConstant() 399 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) { in fillGenericConstant() 416 if (const ConstantDataArray *CDA = dyn_cast<ConstantDataArray>(CV)) in fillGenericConstant() 419 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) in fillGenericConstant() 422 if (const ConstantStruct *CVS = dyn_cast<ConstantStruct>(CV)) in fillGenericConstant()
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/scopes/ |
D | scopes_11.ts | 44 type CV = keyof I | keyof string & keyof number; alias 45 let cv: CV = "color";
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2214 const MCExpr *AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant() argument 2217 if (CV->isNullValue() || isa<UndefValue>(CV)) in lowerConstant() 2220 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) in lowerConstant() 2223 if (const GlobalValue *GV = dyn_cast<GlobalValue>(CV)) in lowerConstant() 2226 if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV)) in lowerConstant() 2229 const ConstantExpr *CE = dyn_cast<ConstantExpr>(CV); in lowerConstant() 2281 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstant() 2483 const ConstantVector *CV, AsmPrinter &AP) { in emitGlobalConstantVector() argument 2484 for (unsigned i = 0, e = CV->getType()->getNumElements(); i != e; ++i) in emitGlobalConstantVector() 2485 emitGlobalConstantImpl(DL, CV->getOperand(i), AP); in emitGlobalConstantVector() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | es_US.txt | 191 dnam{"CV"} 192 one{"{0} CV"} 193 other{"{0} CV"}
|
D | es_MX.txt | 320 dnam{"CV"} 321 one{"{0} CV"} 322 other{"{0} CV"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 46 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isNegativeZeroValue() local 47 if (CV->getElementType()->isFloatingPointTy() && CV->isSplat()) in isNegativeZeroValue() 48 if (CV->getElementAsAPFloat(0).isNegZero()) in isNegativeZeroValue() 51 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isNegativeZeroValue() local 52 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isNegativeZeroValue() 72 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isZeroValue() local 73 if (CV->getElementType()->isFloatingPointTy() && CV->isSplat()) in isZeroValue() 74 if (CV->getElementAsAPFloat(0).isZero()) in isZeroValue() 77 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isZeroValue() local 78 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isZeroValue() [all …]
|
D | ConstantFold.cpp | 45 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector() argument 47 if (CV->isAllOnesValue()) return Constant::getAllOnesValue(DstTy); in BitCastConstantVector() 48 if (CV->isNullValue()) return Constant::getNullValue(DstTy); in BitCastConstantVector() 54 if (NumElts != CV->getType()->getVectorNumElements()) in BitCastConstantVector() 60 Type *Ty = IntegerType::get(CV->getContext(), 32); in BitCastConstantVector() 63 ConstantExpr::getExtractElement(CV, ConstantInt::get(Ty, i)); in BitCastConstantVector() 974 const APFloat &CV = CFP->getValueAPF(); in ConstantFoldUnaryInstruction() local 979 return ConstantFP::get(C->getContext(), neg(CV)); in ConstantFoldUnaryInstruction() 1038 const APInt *CV; in ConstantFoldBinaryInstruction() local 1040 if (match(C1, m_APInt(CV)) || match(C2, m_APInt(CV))) in ConstantFoldBinaryInstruction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | Evaluator.h | 66 if (Constant *CV = dyn_cast<Constant>(V)) return CV; in getVal() local
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | es_MX.txt | 208 dnam{"CV"} 209 one{"{0} CV"} 210 other{"{0} CV"}
|
/third_party/icu/icu4c/source/data/unit/ |
D | es_MX.txt | 208 dnam{"CV"} 209 one{"{0} CV"} 210 other{"{0} CV"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 135 Constant *CV = CDS->getElementAsConstant(Index); in visitLoad() local 136 assert(CV && "Constant expected."); in visitLoad() 137 SimplifiedValues[&I] = CV; in visitLoad()
|
/third_party/libabigail/include/ |
D | abg-ir.h | 2199 enum CV enum 2207 qualified_type_def(type_base_sptr type, CV quals, const location& locus); 2209 qualified_type_def(const environment& env, CV quals, const location& locus); 2223 CV 2227 set_cv_quals(CV cv_quals); 2257 qualified_type_def::CV 2258 operator|(qualified_type_def::CV, qualified_type_def::CV); 2260 qualified_type_def::CV& 2261 operator|=(qualified_type_def::CV&, qualified_type_def::CV); 2263 qualified_type_def::CV& [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 369 virtual const MCExpr *lowerConstant(const Constant *CV); 372 void EmitGlobalConstant(const DataLayout &DL, const Constant *CV); 442 virtual void EmitXXStructor(const DataLayout &DL, const Constant *CV) { in EmitXXStructor() argument 443 EmitGlobalConstant(DL, CV); in EmitXXStructor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 921 const ConstantVector *CV = dyn_cast<ConstantVector>(C); in getConstantValue() local 927 } else if (CV || CAZ) { in getConstantValue() 945 if(CV) { in getConstantValue() 947 if (!isa<UndefValue>(CV->getOperand(i))) in getConstantValue() 949 CV->getOperand(i))->getValueAPF().convertToFloat(); in getConstantValue() 967 if(CV) { in getConstantValue() 969 if (!isa<UndefValue>(CV->getOperand(i))) in getConstantValue() 971 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue() 989 if(CV) { in getConstantValue() 991 if (!isa<UndefValue>(CV->getOperand(i))) in getConstantValue() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | sr_Cyrl_XK.txt | 6 CV{"Кабо Верде"}
|
D | sr_Cyrl_BA.txt | 7 CV{"Кабо Верде"}
|
D | de_CH.txt | 8 CV{"Kapverden"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | sr_Cyrl_XK.txt | 7 CV{"Кабо Верде"}
|
/third_party/icu/icu4c/source/data/region/ |
D | sr_Cyrl_XK.txt | 7 CV{"Кабо Верде"}
|
D | de_CH.txt | 8 CV{"Kapverden"}
|