Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp204 ValueVector &CV = (CachePtr ? *CachePtr : Tmp); in operator []() local
292 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { in gather()
329 void Scalarizer::transferMetadata(Instruction *Op, const ValueVector &CV) { in transferMetadata()
648 ValueVector &CV = *GMI->second; in finish() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp51 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isNegativeZeroValue() local
98 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isAllOnesValue() local
103 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isAllOnesValue() local
120 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isOneValue() local
125 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isOneValue() local
142 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isMinSignedValue() local
147 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isMinSignedValue() local
164 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in isNotMinSignedValue() local
169 if (const ConstantDataVector *CV = dyn_cast<ConstantDataVector>(this)) in isNotMinSignedValue() local
257 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) in getAggregateElement() local
[all …]
H A DConstantFold.cpp46 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector()
921 const APInt *CV; in ConstantFoldBinaryInstruction() local
H A DAsmWriter.cpp972 static void WriteConstantInternal(raw_ostream &Out, const Constant *CV, in WriteConstantInternal()
1340 const Constant *CV = dyn_cast<Constant>(V); in WriteAsOperandInternal() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp323 if (ConstantDataVector *CV = dyn_cast<ConstantDataVector>(Op1)) in FoldShiftByConstant() local
325 else if (ConstantVector *CV = dyn_cast<ConstantVector>(Op1)) in FoldShiftByConstant() local
H A DInstCombineSimplifyDemanded.cpp1146 if (ConstantVector* CV = dyn_cast<ConstantVector>(I->getOperand(0))) { in SimplifyDemandedVectorElts() local
H A DInstCombineMulDivRem.cpp112 static Constant *getLogBase2Vector(ConstantDataVector *CV) { in getLogBase2Vector()
214 else if (ConstantDataVector *CV = dyn_cast<ConstantDataVector>(C1)) in visitMul() local
H A DInstCombineCalls.cpp296 Value *CV = ConstantInt::get(X->getType(), C); in visitCallInst() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.require/
H A Dbullet_5.pass.cpp139 #define F(CV) \ argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h291 virtual void EmitXXStructor(const Constant *CV) { EmitGlobalConstant(CV); } in EmitXXStructor()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Daddr-of-overloaded-function.cpp214 void CV() const volatile {}; in CV() function
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dms_class_layout.cpp134 struct CV : virtual BV { struct
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1560 const MCExpr *AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
1834 static void emitGlobalConstantVector(const ConstantVector *CV, AsmPrinter &AP) { in emitGlobalConstantVector()
1979 static void emitGlobalConstantImpl(const Constant *CV, AsmPrinter &AP) { in emitGlobalConstantImpl()
2044 void AsmPrinter::EmitGlobalConstant(const Constant *CV) { in EmitGlobalConstant()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp377 ConstantInt *CV = dyn_cast<ConstantInt>(RHS); in calcZeroHeuristics() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp369 } else if (auto *CV = dyn_cast<ConstantVector>(C)) { in DecodeVPERMILPMask() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1235 } else if (auto *CV = dyn_cast<ConstantVector>(C)) { in EmitInstruction() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1985 const nonloc::CompoundVal& CV = Init.castAs<nonloc::CompoundVal>(); in bindArray() local
2034 nonloc::CompoundVal CV = V.castAs<nonloc::CompoundVal>(); in bindVector() local
2127 const nonloc::CompoundVal& CV = V.castAs<nonloc::CompoundVal>(); in bindStruct() local
H A DBugReporterVisitors.cpp672 } else if (Optional<nonloc::ConcreteInt> CV = in VisitNode() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h287 if (auto *CV = dyn_cast<Class>(V)) { in match() local
350 if (const auto *CV = dyn_cast<ConstantInt>(V)) in match() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp498 til::SExpr *CV = nullptr; in translateBinAssign() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp78 void ARMAsmPrinter::EmitXXStructor(const Constant *CV) { in EmitXXStructor()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp831 const ConstantVector *CV = dyn_cast<ConstantVector>(C); in getConstantValue() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp724 void CppWriter::printConstant(const Constant *CV) { in printConstant()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2585 llvm::Constant *CV = GenerateConstantVector(Builder, Indices); in EmitExtVectorElementExpr() local
2596 llvm::Constant *CV = llvm::ConstantVector::get(CElts); in EmitExtVectorElementExpr() local

12