Home
last modified time | relevance | path

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

123

/third_party/python/Lib/test/
Ddataclass_module_2_str.py17 class CV: class
Ddataclass_module_1.py17 class CV: class
Ddataclass_module_2.py17 class CV: class
Ddataclass_module_1_str.py17 class CV: class
Dann_module2.py33 class CV: class
/third_party/benchmark/test/
Dstatistics_gtest.cc28 TEST(StatisticsTest, CV) { in TEST() argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/scopes/
Dscopes_11.ts44 type CV = keyof I | keyof string & keyof number; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp228 const Constant *CV, in lowerAddrSpaceCast()
251 const MCExpr *AMDGPUAsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
409 const MCExpr *R600AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DEvaluator.h66 if (Constant *CV = dyn_cast<Constant>(V)) return CV; in getVal() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpgstdepay.c160 guint CV; in gst_rtp_gst_depay_setcaps() local
400 guint CV, frag_offset, avail, offset; in gst_rtp_gst_depay_process() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1375 if (auto *CV = dyn_cast<ConstantVector>(Shuffle->getOperand(0))) { in SimplifyDemandedVectorElts() local
1382 if (auto *CV = dyn_cast<ConstantVector>(Shuffle->getOperand(1))) { in SimplifyDemandedVectorElts() local
1427 if (auto *CV = dyn_cast<ConstantVector>(Sel->getCondition())) { in SimplifyDemandedVectorElts() local
1528 if (auto *CV = dyn_cast<ConstantVector>(II->getOperand(2))) in SimplifyDemandedVectorElts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp266 ValueVector &CV = (CachePtr ? *CachePtr : Tmp); in operator []() local
378 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV) { in gather()
421 const ValueVector &CV) { in transferMetadataAndIRFlags()
851 ValueVector &CV = *GMI.second; in finish() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp135 Constant *CV = CDS->getElementAsConstant(Index); in visitLoad() local
DIVDescriptors.cpp1104 ConstantInt *CV = ConstStep->getValue(); in isInductionPHI() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp46 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isNegativeZeroValue() local
51 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isNegativeZeroValue() local
72 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isZeroValue() local
77 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isZeroValue() local
111 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isAllOnesValue() local
116 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) { in isAllOnesValue() local
137 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isOneValue() local
142 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) { in isOneValue() local
187 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isMinSignedValue() local
192 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) { in isMinSignedValue() local
[all …]
DConstantFold.cpp45 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector()
974 const APFloat &CV = CFP->getValueAPF(); in ConstantFoldUnaryInstruction() local
1038 const APInt *CV; in ConstantFoldBinaryInstruction() local
2160 auto *CV = cast<ConstantDataVector>(Idxs[0]); in isInBoundsIndices() local
2398 auto *CV = cast<ConstantDataVector>(Idxs[i]); in ConstantFoldGetElementPtr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2214 const MCExpr *AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
2483 const ConstantVector *CV, AsmPrinter &AP) { in emitGlobalConstantVector()
2717 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *CV, in emitGlobalConstantImpl()
2798 void AsmPrinter::EmitGlobalConstant(const DataLayout &DL, const Constant *CV) { in EmitGlobalConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp327 const ColorVector &CV = BlockColors.find(InsertBefore->getParent())->second; in createCallInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp392 const Constant *CV, in fillGenericConstant()
DBPFAbstractMemberAccess.cpp516 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h442 virtual void EmitXXStructor(const DataLayout &DL, const Constant *CV) { in EmitXXStructor()
/third_party/ffmpeg/libavcodec/
Dcavsdsp.c345 #define CAVS_SUBPIX_HV(OPNAME, OP, NAME, AH, BH, CH, DH, EH, FH, AV, BV, CV, DV, EV, FV, FULL) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp241 if (const auto *CV = dyn_cast<Constant>(MemAddr)) in mightUseCTR() local
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js785 ,"CV":[,[,,"1\\d\\d",,,,,,,[3] property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp79 void ARMAsmPrinter::EmitXXStructor(const DataLayout &DL, const Constant *CV) { in EmitXXStructor()

123