Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/llvm/lib/IR/
H A DConstants.cpp50 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 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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 …]
H A 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
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp202 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 DScalarizer.cpp306 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 DValueHandleTest.cpp65 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 DConstantFold.cpp43 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 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1528 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 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp208 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 DDWARFTypePrinter.cpp554 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 DInstCombineShifts.cpp327 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 DAsmPrinter.cpp1742 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/
Ddataclass_module_2.py17 class CV: class
Ddataclass_module_1.py17 class CV: class
Ddataclass_module_2_str.py17 class CV: class
Ddataclass_module_1_str.py17 class CV: class
Dann_module2.py33 class CV: class
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Dstatistics_gtest.cc28 TEST(StatisticsTest, CV) { in TEST() argument
/aosp_15_r20/external/google-benchmark/test/
H A Dstatistics_gtest.cc28 TEST(StatisticsTest, CV) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.h46 const Constant *CV, in lowerAddrSpaceCast()
H A DR600MCInstLower.cpp75 const MCExpr *R600AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
/aosp_15_r20/external/scudo/standalone/tests/
H A Dcondition_variable_test.cpp23 ConditionVariableT CV; in simpleWaitAndNotifyAll() local

123456789