/external/python/cpython3/Lib/test/ |
D | ann_module2.py | 33 class CV: class
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Evaluator.h | 65 if (Constant *CV = dyn_cast<Constant>(V)) return CV; in getVal() local
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | ValueHandleTest.cpp | 69 Value *CV = ConstantV; in TEST_F() local 147 Value *CV = ConstantV; in TEST_F() local 224 Value *CV = ConstantV; in TEST_F() local
|
/external/llvm/unittests/IR/ |
D | ValueHandleTest.cpp | 65 Value *CV = ConstantV; in TEST_F() local 143 Value *CV = ConstantV; in TEST_F() local 220 Value *CV = ConstantV; in TEST_F() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 100 if (ConstantVector *CV = dyn_cast<ConstantVector>(V)) in match() local 146 if (const ConstantVector *CV = dyn_cast<ConstantVector>(V)) in match() local 166 if (const ConstantVector *CV = dyn_cast<ConstantVector>(V)) in match() local 216 if (Class *CV = dyn_cast<Class>(V)) { in match() local 253 if (ConstantInt *CV = dyn_cast<ConstantInt>(V)) in match() local 600 if (ConstantVector *CV = dyn_cast<ConstantVector>(RHS)) in matchIfNot() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 202 ValueVector &CV = (CachePtr ? *CachePtr : Tmp); in operator []() local 296 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { in gather() 337 void Scalarizer::transferMetadata(Instruction *Op, const ValueVector &CV) { in transferMetadata() 654 ValueVector &CV = *GMI.second; in finish() local
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 50 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isNegativeZeroValue() local 55 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isNegativeZeroValue() local 76 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isZeroValue() local 81 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isZeroValue() local 115 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isAllOnesValue() local 120 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 159 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isMinSignedValue() local 164 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isMinSignedValue() local [all …]
|
/external/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 131 Constant *CV = CDS->getElementAsConstant(Index); in visitLoad() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 44 static Constant *BitCastConstantVector(ConstantVector *CV, in BitCastConstantVector() 144 if (ConstantVector *CV = dyn_cast<ConstantVector>(V)) in FoldBitCast() local 551 if (ConstantVector *CV = dyn_cast<ConstantVector>(V)) in ConstantFoldCastInstruction() local 837 if (ConstantVector *CV = dyn_cast<ConstantVector>(C)) in GetVectorElement() local 908 ConstantVector *CV = cast<ConstantVector>(Agg); in ConstantFoldExtractValueInstruction() local
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVType.h | 144 SPIRVCapVec CV; in getRequiredCapability() local 175 SPIRVCapVec CV; in getRequiredCapability() local 420 SPIRVCapVec CV; in getRequiredCapability() local
|
D | SPIRVValue.h | 114 SPIRVCapVec CV; in getRequiredCapability() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 327 if (ConstantDataVector *CV = dyn_cast<ConstantDataVector>(Op1)) in FoldShiftByConstant() local 329 else if (ConstantVector *CV = dyn_cast<ConstantVector>(Op1)) in FoldShiftByConstant() local
|
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_7.pass.cpp | 139 #define F(CV) \ argument
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 265 const MCExpr *WebAssemblyAsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 326 virtual void EmitXXStructor(const DataLayout &DL, const Constant *CV) { in EmitXXStructor()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1408 static const MCExpr *LowerConstant(const Constant *CV, AsmPrinter &AP) { in LowerConstant() 1616 static void EmitGlobalConstantVector(const ConstantVector *CV, in EmitGlobalConstantVector() 1743 static void EmitGlobalConstantImpl(const Constant *CV, unsigned AddrSpace, in EmitGlobalConstantImpl() 1793 void AsmPrinter::EmitGlobalConstant(const Constant *CV, unsigned AddrSpace) { in EmitGlobalConstant()
|
/external/clang/test/SemaCXX/ |
D | addr-of-overloaded-function.cpp | 215 void CV() const volatile {}; in CV() function
|
/external/clang/test/Sema/ |
D | ms_class_layout.cpp | 134 struct CV : virtual BV { struct
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 448 void ELFWriter::EmitGlobalConstant(const Constant *CV, ELFSection &GblS) { in EmitGlobalConstant() 529 CstExprResTy ELFWriter::ResolveConstantExpr(const Constant *CV) { in ResolveConstantExpr()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1742 const MCExpr *AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant() 2007 const ConstantVector *CV, AsmPrinter &AP) { in emitGlobalConstantVector() 2244 static void emitGlobalConstantImpl(const DataLayout &DL, const Constant *CV, in emitGlobalConstantImpl() 2325 void AsmPrinter::EmitGlobalConstant(const DataLayout &DL, const Constant *CV) { in EmitGlobalConstant()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 67 ConstantVector *CV = dyn_cast<ConstantVector>(C); in FoldBitCast() local 331 if (ConstantVector *CV = dyn_cast<ConstantVector>(C)) { in ReadDataFromGlobal() local
|
D | BranchProbabilityInfo.cpp | 334 ConstantInt *CV = dyn_cast<ConstantInt>(RHS); in calcZeroHeuristics() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 206 if (const auto *CV = dyn_cast<Constant>(MemAddr)) in memAddrUsesCTR() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 825 if (ConstantVector *CV = dyn_cast<ConstantVector>(V)) { in SimplifyDemandedVectorElts() local
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 797 ConstantInt *CV = ConstStep->getValue(); in isInductionPHI() local
|