/minix3/external/bsd/llvm/dist/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
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 204 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 D | Constants.cpp | 51 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 D | ConstantFold.cpp | 46 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector() 921 const APInt *CV; in ConstantFoldBinaryInstruction() local
|
H A D | AsmWriter.cpp | 972 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 D | InstCombineShifts.cpp | 323 if (ConstantDataVector *CV = dyn_cast<ConstantDataVector>(Op1)) in FoldShiftByConstant() local 325 else if (ConstantVector *CV = dyn_cast<ConstantVector>(Op1)) in FoldShiftByConstant() local
|
H A D | InstCombineSimplifyDemanded.cpp | 1146 if (ConstantVector* CV = dyn_cast<ConstantVector>(I->getOperand(0))) { in SimplifyDemandedVectorElts() local
|
H A D | InstCombineMulDivRem.cpp | 112 static Constant *getLogBase2Vector(ConstantDataVector *CV) { in getLogBase2Vector() 214 else if (ConstantDataVector *CV = dyn_cast<ConstantDataVector>(C1)) in visitMul() local
|
H A D | InstCombineCalls.cpp | 296 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 D | bullet_5.pass.cpp | 139 #define F(CV) \ argument
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 291 virtual void EmitXXStructor(const Constant *CV) { EmitGlobalConstant(CV); } in EmitXXStructor()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | addr-of-overloaded-function.cpp | 214 void CV() const volatile {}; in CV() function
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | ms_class_layout.cpp | 134 struct CV : virtual BV { struct
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1560 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 D | BranchProbabilityInfo.cpp | 377 ConstantInt *CV = dyn_cast<ConstantInt>(RHS); in calcZeroHeuristics() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Utils/ |
H A D | X86ShuffleDecode.cpp | 369 } else if (auto *CV = dyn_cast<ConstantVector>(C)) { in DecodeVPERMILPMask() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1235 } else if (auto *CV = dyn_cast<ConstantVector>(C)) { in EmitInstruction() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1985 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 D | BugReporterVisitors.cpp | 672 } else if (Optional<nonloc::ConcreteInt> CV = in VisitNode() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 287 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 D | ThreadSafetyCommon.cpp | 498 til::SExpr *CV = nullptr; in translateBinAssign() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 78 void ARMAsmPrinter::EmitXXStructor(const Constant *CV) { in EmitXXStructor()
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 831 const ConstantVector *CV = dyn_cast<ConstantVector>(C); in getConstantValue() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/ |
H A D | CPPBackend.cpp | 724 void CppWriter::printConstant(const Constant *CV) { in printConstant()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2585 llvm::Constant *CV = GenerateConstantVector(Builder, Indices); in EmitExtVectorElementExpr() local 2596 llvm::Constant *CV = llvm::ConstantVector::get(CElts); in EmitExtVectorElementExpr() local
|