Home
last modified time | relevance | path

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

1234

/freebsd-14.2/libexec/getty/
H A Dsubr.c205 #define CV(a) (char *)(&tmode.c_cc[a]) macro
209 CV(VERASE), CV(VKILL), CV(VINTR),
210 CV(VQUIT), CV(VSTART), CV(VSTOP),
211 CV(VEOF), CV(VEOL), CV(VSUSP),
212 CV(VDSUSP), CV(VREPRINT), CV(VDISCARD),
213 CV(VWERASE), CV(VLNEXT), 0
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp364 if (CV[Frag]) in operator []()
365 return CV[Frag]; in operator []()
369 CV[Frag] = V; in operator []()
373 return CV[Frag]; in operator []()
382 CV[Frag] = in operator []()
400 return CV[Frag]; in operator []()
414 return CV[Frag]; in operator []()
494 SV = CV; in gather()
500 if (CV != Op) { in replaceUses()
1193 assert(CV.size() == 1 && Op->getType() == CV[0]->getType()); in finish()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp94 for (const auto &CV : ClauseVals) { in GenerateEnumClauseVal() local
95 ClauseVal CVal{CV}; in GenerateEnumClauseVal()
102 for (const auto &CV : ClauseVals) { in GenerateEnumClauseVal() local
103 OS << "constexpr auto " << CV->getName() << " = " in GenerateEnumClauseVal()
105 << "::" << CV->getName() << ";\n"; in GenerateEnumClauseVal()
318 return CV->getValueAsBit("isDefault") == true; in GenerateGetKindClauseVal()
339 for (const auto &CV : ClauseVals) { in GenerateGetKindClauseVal() local
340 ClauseVal CVal{CV}; in GenerateGetKindClauseVal()
353 for (const auto &CV : ClauseVals) { in GenerateGetKindClauseVal() local
354 ClauseVal CVal{CV}; in GenerateGetKindClauseVal()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp62 const MCExpr *lowerConstant(const Constant *CV) override;
64 void emitXXStructor(const DataLayout &DL, const Constant *CV) override;
202 const MCExpr *AVRAsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant() argument
205 if (const GlobalValue *GV = dyn_cast<GlobalValue>(CV)) { in lowerConstant()
213 return AsmPrinter::lowerConstant(CV); in lowerConstant()
216 void AVRAsmPrinter::emitXXStructor(const DataLayout &DL, const Constant *CV) { in emitXXStructor() argument
232 AsmPrinter::emitXXStructor(DL, CV); in emitXXStructor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp75 const MCExpr *R600AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant() argument
76 if (const MCExpr *E = lowerAddrSpaceCast(TM, CV, OutContext)) in lowerConstant()
78 return AsmPrinter::lowerConstant(CV); in lowerConstant()
H A DAMDGPUMCInstLower.cpp170 const MCExpr *AMDGPUAsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant() argument
173 if (const GlobalVariable *GV = dyn_cast<const GlobalVariable>(CV)) { in lowerConstant()
176 auto *IntTy = Type::getInt32Ty(CV->getContext()); in lowerConstant()
181 if (const MCExpr *E = lowerAddrSpaceCast(TM, CV, OutContext)) in lowerConstant()
183 return AsmPrinter::lowerConstant(CV); in lowerConstant()
H A DAMDGPUMCInstLower.h46 const Constant *CV, in lowerAddrSpaceCast() argument
52 auto *CE = dyn_cast<ConstantExpr>(CV); in lowerAddrSpaceCast()
H A DR600AsmPrinter.h33 const MCExpr *lowerConstant(const Constant *CV) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp84 bool fillGenericConstant(const DataLayout &DL, const Constant *CV,
382 const Constant *CV, in fillGenericConstant() argument
384 uint64_t Size = DL.getTypeAllocSize(CV->getType()); in fillGenericConstant()
386 if (isa<ConstantAggregateZero>(CV) || isa<UndefValue>(CV)) in fillGenericConstant()
389 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) { in fillGenericConstant()
406 if (const ConstantDataArray *CDA = dyn_cast<ConstantDataArray>(CV)) in fillGenericConstant()
409 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) in fillGenericConstant()
412 if (const ConstantStruct *CVS = dyn_cast<ConstantStruct>(CV)) in fillGenericConstant()
/freebsd-14.2/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 Instruction *EHPad = CV.front()->getFirstNonPHI(); in createCallInstWithColors()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3126 if (CV->isNullValue() || isa<UndefValue>(CV)) in lowerConstant()
3431 IntegerType::get(CV->getContext(), DL.getTypeSizeInBits(CV->getType())); in emitGlobalConstantVector()
3440 EmittedSize = DL.getTypeStoreSize(CV->getType()); in emitGlobalConstantVector()
3450 unsigned Size = DL.getTypeAllocSize(CV->getType()); in emitGlobalConstantVector()
3683 uint64_t Size = DL.getTypeAllocSize(CV->getType()); in emitGlobalConstantImpl()
3688 if (!BaseCV && CV->hasOneUse()) in emitGlobalConstantImpl()
3689 BaseCV = dyn_cast<Constant>(CV->user_back()); in emitGlobalConstantImpl()
3691 if (isa<ConstantAggregateZero>(CV) || isa<UndefValue>(CV)) in emitGlobalConstantImpl()
3716 if (isa<ConstantPointerNull>(CV)) { in emitGlobalConstantImpl()
3751 const MCExpr *ME = AP.lowerConstant(CV); in emitGlobalConstantImpl()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp143 Constant *CV = CDS->getElementAsConstant(Index); in visitLoad() local
144 assert(CV && "Constant expected."); in visitLoad()
145 SimplifiedValues[&I] = CV; in visitLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp872 for (auto *CV : CurrentVisited) { in TryToPromote() local
873 if (auto *I = dyn_cast<Instruction>(CV)) in TryToPromote()
876 if (Sources.count(CV)) { in TryToPromote()
877 if (auto *Arg = dyn_cast<Argument>(CV)) in TryToPromote()
880 if (!isa<Instruction>(CV) || in TryToPromote()
881 !LI.getLoopFor(cast<Instruction>(CV)->getParent())) in TryToPromote()
886 if (isa<PHINode>(CV)) in TryToPromote()
888 if (LI.getLoopFor(cast<Instruction>(CV)->getParent())) in TryToPromote()
890 if (Sinks.count(cast<Instruction>(CV))) in TryToPromote()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp76 if (auto *CV = dyn_cast<ConstantVector>(C)) { in extractConstantBits() local
77 if (auto *CVSplat = CV->getSplatValue(/*AllowUndefs*/ true)) { in extractConstantBits()
122 if (auto *CV = dyn_cast<ConstantVector>(C)) { in getSplatableConstant() local
123 unsigned NumOps = CV->getNumOperands(); in getSplatableConstant()
131 if (Constant *Elt = CV->getAggregateElement(Idx)) { in getSplatableConstant()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp48 std::condition_variable CV; member in __anona402f2b70111::DirectoryWatcherWindows::EventQueue
56 CV.notify_one(); in emplace()
67 CV.wait(L, [this]() { return !Q.empty(); }); in pop_front()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp936 const ConstantVector *CV = dyn_cast<ConstantVector>(C); in getConstantValue() local
942 } else if (CV || CAZ) { in getConstantValue()
960 if(CV) { in getConstantValue()
962 if (!isa<UndefValue>(CV->getOperand(i))) in getConstantValue()
964 CV->getOperand(i))->getValueAPF().convertToFloat(); in getConstantValue()
982 if(CV) { in getConstantValue()
984 if (!isa<UndefValue>(CV->getOperand(i))) in getConstantValue()
986 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue()
1004 if(CV) { in getConstantValue()
1006 if (!isa<UndefValue>(CV->getOperand(i))) in getConstantValue()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h502 virtual const MCExpr *lowerConstant(const Constant *CV);
508 void emitGlobalConstant(const DataLayout &DL, const Constant *CV,
584 virtual void emitXXStructor(const DataLayout &DL, const Constant *CV) { in emitXXStructor() argument
585 emitGlobalConstant(DL, CV); in emitXXStructor()
/freebsd-14.2/crypto/openssl/test/certs/
H A DembeddedSCTs1_issuer.pem11 CV+w7D/RToI/SgkqSEkdJyEVgbwiyN+RXctc1sLBXif284LHhxk1TOeNoXS5Sw6P
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp553 auto CVStep = [&](DWARFDie CV) { in appendSubroutineNameAfter() argument
554 if (DWARFDie U = resolveReferencedType(CV)) { in appendSubroutineNameAfter()
561 if (DWARFDie CV = CVStep(P)) { in appendSubroutineNameAfter() local
562 CVStep(CV); in appendSubroutineNameAfter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h191 const MCExpr *lowerConstantForGV(const Constant *CV, bool ProcessingGeneric);
220 void bufferAggregateConstant(const Constant *CV, AggBuffer *aggBuffer);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp643 const APFloat &CV = CFP->getValueAPF(); in ConstantFoldUnaryInstruction() local
648 return ConstantFP::get(C->getContext(), neg(CV)); in ConstantFoldUnaryInstruction()
723 const APInt *CV; in ConstantFoldBinaryInstruction() local
725 if (match(C1, m_APInt(CV)) || match(C2, m_APInt(CV))) in ConstantFoldBinaryInstruction()
726 if ((*CV)[0]) in ConstantFoldBinaryInstruction()
1435 auto *CV = cast<ConstantDataVector>(Idxs[0]); in isInBoundsIndices() local
1436 CI = dyn_cast_or_null<ConstantInt>(CV->getSplatValue()); in isInBoundsIndices()
1624 auto *CV = cast<ConstantDataVector>(Idxs[i]); in ConstantFoldGetElementPtr() local
1626 for (unsigned I = 0, E = CV->getNumElements(); I != E; ++I) { in ConstantFoldGetElementPtr()
1627 auto *CI = cast<ConstantInt>(CV->getElementAsConstant(I)); in ConstantFoldGetElementPtr()
H A DAsmWriter.cpp1511 if (isa<ConstantAggregateZero>(CV) || isa<ConstantTargetNone>(CV)) { in WriteConstantInternal()
1606 if (isa<ConstantVector>(CV) || isa<ConstantDataVector>(CV)) { in WriteConstantInternal()
1623 if (isa<ConstantPointerNull>(CV)) { in WriteConstantInternal()
1628 if (isa<ConstantTokenNone>(CV)) { in WriteConstantInternal()
1633 if (isa<PoisonValue>(CV)) { in WriteConstantInternal()
1638 if (isa<UndefValue>(CV)) { in WriteConstantInternal()
1950 auto *CV = cast<ConstantInt>(CE->getValue()); in writeDISubrange() local
1951 Printer.printInt("count", CV->getSExtValue(), in writeDISubrange()
2477 const Constant *CV = dyn_cast<Constant>(V); in WriteAsOperandInternal() local
2478 if (CV && !isa<GlobalValue>(CV)) { in WriteAsOperandInternal()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Drohm,bd99954.yaml37 # Then constant voltage (CV) phase (after the battery voltage has reached
66 # | | | CC | CV |
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp159 QualType VisitCompoundVal(nonloc::CompoundVal CV) { in VisitCompoundVal() argument
160 return CV.getValue()->getType(); in VisitCompoundVal()

1234