Home
last modified time | relevance | path

Searched refs:CV (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/libexec/getty/
H A Dsubr.c199 #define CV(a) (char *)(&tmode.c_cc[a]) macro
203 CV(VERASE), CV(VKILL), CV(VINTR),
204 CV(VQUIT), CV(VSTART), CV(VSTOP),
205 CV(VEOF), CV(VEOL), CV(VSUSP),
206 CV(VDSUSP), CV(VREPRINT), CV(VDISCARD),
207 CV(VWERASE), CV(VLNEXT), 0
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp305 void gather(Instruction *Op, const ValueVector &CV, const VectorSplit &VS);
306 void replaceUses(Instruction *Op, Value *CV);
308 void transferMetadataAndIRFlags(Instruction *Op, const ValueVector &CV);
378 ValueVector &CV = CachePtr ? *CachePtr : Tmp; in operator []() local
380 if (CV[Frag]) in operator []()
381 return CV[Frag]; in operator []()
385 CV[Frag] = V; in operator []()
387 CV[Frag] = Builder.CreateConstGEP1_32(VS.SplitTy, V, Frag, in operator []()
389 return CV[Frag]; in operator []()
398 CV[Frag] = in operator []()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp65 const MCExpr *lowerConstant(const Constant *CV, const Constant *BaseCV,
68 void emitXXStructor(const DataLayout &DL, const Constant *CV) override;
210 const MCExpr *AVRAsmPrinter::lowerConstant(const Constant *CV, in lowerConstant() argument
215 if (const GlobalValue *GV = dyn_cast<GlobalValue>(CV)) { in lowerConstant()
223 return AsmPrinter::lowerConstant(CV, BaseCV, Offset); in lowerConstant()
226 void AVRAsmPrinter::emitXXStructor(const DataLayout &DL, const Constant *CV) { in emitXXStructor() argument
242 AsmPrinter::emitXXStructor(DL, CV); in emitXXStructor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp75 const MCExpr *R600AsmPrinter::lowerConstant(const Constant *CV, in lowerConstant() argument
78 if (const MCExpr *E = lowerAddrSpaceCast(TM, CV, OutContext)) in lowerConstant()
80 return AsmPrinter::lowerConstant(CV, BaseCV, Offset); in lowerConstant()
H A DAMDGPUMCInstLower.h48 const Constant *CV, in lowerAddrSpaceCast() argument
54 auto *CE = dyn_cast<ConstantExpr>(CV); in lowerAddrSpaceCast()
H A DAMDGPUMCInstLower.cpp228 const MCExpr *AMDGPUAsmPrinter::lowerConstant(const Constant *CV, in lowerConstant() argument
233 if (const GlobalVariable *GV = dyn_cast<const GlobalVariable>(CV)) { in lowerConstant()
236 auto *IntTy = Type::getInt32Ty(CV->getContext()); in lowerConstant()
242 if (const MCExpr *E = lowerAddrSpaceCast(TM, CV, OutContext)) in lowerConstant()
244 return AsmPrinter::lowerConstant(CV, BaseCV, Offset); in lowerConstant()
H A DR600AsmPrinter.h33 const MCExpr *lowerConstant(const Constant *CV, const Constant *BaseCV,
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp78 bool fillGenericConstant(const DataLayout &DL, const Constant *CV,
385 const Constant *CV, in fillGenericConstant() argument
387 uint64_t Size = DL.getTypeAllocSize(CV->getType()); in fillGenericConstant()
389 if (isa<ConstantAggregateZero>(CV) || isa<UndefValue>(CV)) in fillGenericConstant()
392 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) { in fillGenericConstant()
409 if (const ConstantDataArray *CDA = dyn_cast<ConstantDataArray>(CV)) in fillGenericConstant()
412 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) in fillGenericConstant()
415 if (const ConstantStruct *CVS = dyn_cast<ConstantStruct>(CV)) in fillGenericConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionPatternMatch.h77 if (auto *CV = dyn_cast<Class>(V)) { in match() local
78 VR = CV; in match()
107 uint64_t CV; member
108 is_specific_cst(uint64_t C) : CV(C) {} in is_specific_cst()
109 bool isValue(const APInt &C) const { return C == CV; } in isValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp33 const ColorVector &CV = BlockColors.find(InsertBefore->getParent())->second; in createCallInstWithColors() local
34 assert(CV.size() == 1 && "non-unique color for block!"); in createCallInstWithColors()
35 BasicBlock::iterator EHPad = CV.front()->getFirstNonPHIIt(); in createCallInstWithColors()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocFast.h24 bool CV = true)
25 : Filter(std::move(F)), FilterName(FN), ClearVRegs(CV) {} in Filter()
H A DAsmPrinter.h526 virtual const MCExpr *lowerConstant(const Constant *CV,
534 void emitGlobalConstant(const DataLayout &DL, const Constant *CV,
607 virtual void emitXXStructor(const DataLayout &DL, const Constant *CV) { in emitXXStructor() argument
608 emitGlobalConstant(DL, CV); in emitXXStructor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3467 const MCExpr *AsmPrinter::lowerConstant(const Constant *CV, in lowerConstant() argument
3472 if (CV->isNullValue() || isa<UndefValue>(CV)) in lowerConstant()
3475 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) in lowerConstant()
3478 if (const ConstantPtrAuth *CPA = dyn_cast<ConstantPtrAuth>(CV)) in lowerConstant()
3481 if (const GlobalValue *GV = dyn_cast<GlobalValue>(CV)) in lowerConstant()
3484 if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV)) in lowerConstant()
3487 if (const auto *Equiv = dyn_cast<DSOLocalEquivalent>(CV)) in lowerConstant()
3491 if (const NoCFIValue *NC = dyn_cast<NoCFIValue>(CV)) in lowerConstant()
3494 const ConstantExpr *CE = dyn_cast<ConstantExpr>(CV); in lowerConstant()
3543 Op = ConstantFoldIntegerCast(Op, DL.getIntPtrType(CV->getType()), in lowerConstant()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp879 for (auto *CV : CurrentVisited) { in TryToPromote() local
880 if (auto *I = dyn_cast<Instruction>(CV)) in TryToPromote()
883 if (Sources.count(CV)) { in TryToPromote()
884 if (auto *Arg = dyn_cast<Argument>(CV)) in TryToPromote()
887 if (!isa<Instruction>(CV) || in TryToPromote()
888 !LI.getLoopFor(cast<Instruction>(CV)->getParent())) in TryToPromote()
893 if (isa<PHINode>(CV)) in TryToPromote()
895 if (LI.getLoopFor(cast<Instruction>(CV)->getParent())) in TryToPromote()
897 if (Sinks.count(cast<Instruction>(CV))) in TryToPromote()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewLanguages.def44 // The DMD compiler emits 'D' for the CV source language. Microsoft does not
47 // The Swift compiler used to emit 'S' for the CV source language, but
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h118 if (Constant *CV = dyn_cast<Constant>(V)) return CV; in getVal() local
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp48 std::condition_variable CV; member in __anon3d5a8a810111::DirectoryWatcherWindows::EventQueue
56 CV.notify_one(); in emplace()
67 CV.wait(L, [this]() { return !Q.empty(); }); in pop_front()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp935 const ConstantVector *CV = dyn_cast<ConstantVector>(C); in getConstantValue() local
941 } else if (CV || CAZ) { in getConstantValue()
958 if(CV) { in getConstantValue()
960 if (!isa<UndefValue>(CV->getOperand(i))) in getConstantValue()
962 CV->getOperand(i))->getValueAPF().convertToFloat(); in getConstantValue()
979 if(CV) { in getConstantValue()
981 if (!isa<UndefValue>(CV->getOperand(i))) in getConstantValue()
983 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue()
1000 if(CV) { in getConstantValue()
1002 if (!isa<UndefValue>(CV->getOperand(i))) in getConstantValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp104 if (auto *CV = dyn_cast<ConstantVector>(C)) { in extractConstantBits() local
105 if (auto *CVSplat = getSplatValueAllowUndef(CV)) { in extractConstantBits()
113 for (unsigned I = 0, E = CV->getNumOperands(); I != E; ++I) { in extractConstantBits()
114 Constant *Elt = CV->getOperand(I); in extractConstantBits()
169 if (auto *CV = dyn_cast<ConstantVector>(C)) { in getSplatableConstant() local
170 unsigned NumOps = CV->getNumOperands(); in getSplatableConstant()
178 if (Constant *Elt = CV->getAggregateElement(Idx)) { in getSplatableConstant()
/freebsd/crypto/openssl/test/certs/
H A DembeddedSCTs1_issuer.pem11 CV+w7D/RToI/SgkqSEkdJyEVgbwiyN+RXctc1sLBXif284LHhxk1TOeNoXS5Sw6P
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h189 const MCExpr *lowerConstantForGV(const Constant *CV,
219 void bufferAggregateConstant(const Constant *CV, AggBuffer *aggBuffer);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1599 static void WriteConstantInternal(raw_ostream &Out, const Constant *CV, in WriteConstantInternal() argument
1601 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) { in WriteConstantInternal()
1621 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CV)) { in WriteConstantInternal()
1638 if (isa<ConstantAggregateZero>(CV) || isa<ConstantTargetNone>(CV)) { in WriteConstantInternal()
1643 if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV)) { in WriteConstantInternal()
1652 if (const auto *Equiv = dyn_cast<DSOLocalEquivalent>(CV)) { in WriteConstantInternal()
1658 if (const auto *NC = dyn_cast<NoCFIValue>(CV)) { in WriteConstantInternal()
1664 if (const ConstantPtrAuth *CPA = dyn_cast<ConstantPtrAuth>(CV)) { in WriteConstantInternal()
1685 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) { in WriteConstantInternal()
1701 if (const ConstantDataArray *CA = dyn_cast<ConstantDataArray>(CV)) { in WriteConstantInternal()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h688 auto CVStep = [&](DieType CV) { in appendSubroutineNameAfter()
689 if (DieType U = detail::resolveReferencedType(CV)) { in appendSubroutineNameAfter()
696 if (DieType CV = CVStep(P)) { in appendSubroutineNameAfter() local
697 CVStep(CV); in appendSubroutineNameAfter()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp158 QualType VisitCompoundVal(nonloc::CompoundVal CV) { in VisitCompoundVal() argument
159 return CV.getValue()->getType(); in VisitCompoundVal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h359 if (const auto *CV = dyn_cast<ConstantVal>(V)) in match_impl() local
360 return this->isValue(CV->getValue()); in match_impl()
363 if (const auto *CV = dyn_cast_or_null<ConstantVal>(C->getSplatValue())) in match_impl() local
364 return this->isValue(CV->getValue()); in match_impl()
381 auto *CV = dyn_cast<ConstantVal>(Elt); in match_impl() local
382 if (!CV || !this->isValue(CV->getValue())) in match_impl()
817 if (auto *CV = dyn_cast<Class>(V)) { in match() local
818 VR = CV; in match()
869 if (auto *CV = dyn_cast<Constant>(V)) { in isImmConstant() local
870 if (!isa<ConstantExpr>(CV) && !CV->containsConstantExpression()) in isImmConstant()
[all …]

12345