/aosp_15_r20/external/llvm/lib/IR/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.cpp | 228 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Constants.cpp | 46 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 …]
|
H A D | ConstantFold.cpp | 45 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
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 306 ValueVector &CV = (CachePtr ? *CachePtr : Tmp); in operator []() local 423 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV) { in gather() 447 void ScalarizerVisitor::replaceUses(Instruction *Op, Value *CV) { in replaceUses() 471 const ValueVector &CV) { in transferMetadataAndIRFlags() 983 ValueVector &CV = *GMI.second; in finish() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 43 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector() 840 const APFloat &CV = CFP->getValueAPF(); in ConstantFoldUnaryInstruction() local 919 const APInt *CV; in ConstantFoldBinaryInstruction() local 1932 auto *CV = cast<ConstantDataVector>(Idxs[0]); in isInBoundsIndices() local 2184 auto *CV = cast<ConstantDataVector>(Idxs[i]); in ConstantFoldGetElementPtr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1375 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1528 if (auto *CV = dyn_cast<ConstantVector>(Shuffle->getOperand(0))) { in SimplifyDemandedVectorElts() local 1535 if (auto *CV = dyn_cast<ConstantVector>(Shuffle->getOperand(1))) { in SimplifyDemandedVectorElts() local 1579 if (auto *CV = dyn_cast<ConstantVector>(Sel->getCondition())) { in SimplifyDemandedVectorElts() local 1680 if (auto *CV = dyn_cast<ConstantVector>(II->getOperand(2))) in SimplifyDemandedVectorElts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 266 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
H A D | AVRAsmPrinter.cpp | 208 const MCExpr *AVRAsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant() 222 void AVRAsmPrinter::emitXXStructor(const DataLayout &DL, const Constant *CV) { in emitXXStructor()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp | 554 auto CVStep = [&](DWARFDie CV) { in appendSubroutineNameAfter() 562 if (DWARFDie CV = CVStep(P)) { in appendSubroutineNameAfter() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A 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()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | dataclass_module_2.py | 17 class CV: class
|
D | dataclass_module_1.py | 17 class CV: class
|
D | dataclass_module_2_str.py | 17 class CV: class
|
D | dataclass_module_1_str.py | 17 class CV: class
|
D | ann_module2.py | 33 class CV: class
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/ |
H A D | statistics_gtest.cc | 28 TEST(StatisticsTest, CV) { in TEST() argument
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | statistics_gtest.cc | 28 TEST(StatisticsTest, CV) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.h | 46 const Constant *CV, in lowerAddrSpaceCast()
|
H A D | R600MCInstLower.cpp | 75 const MCExpr *R600AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | condition_variable_test.cpp | 23 ConditionVariableT CV; in simpleWaitAndNotifyAll() local
|