Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp102 ClauseVal CVal{CV}; in GenerateEnumClauseVal() local
94 for (const auto &CV : ClauseVals) { GenerateEnumClauseVal() local
317 __anonf3f3b7860302(Record *CV) GenerateGetKindClauseVal() argument
339 for (const auto &CV : ClauseVals) { GenerateGetKindClauseVal() local
353 for (const auto &CV : ClauseVals) { GenerateGetKindClauseVal() local
[all...]
/freebsd-src/contrib/llvm-project/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()
H A DAMDGPUMCInstLower.cpp170 lowerConstant(const Constant * CV) lowerConstant() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp202 lowerConstant(const Constant * CV) lowerConstant() argument
216 emitXXStructor(const DataLayout & DL,const Constant * CV) emitXXStructor() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp76 if (auto *CV = dyn_cast<ConstantVector>(C)) { extractConstantBits() local
122 if (auto *CV = dyn_cast<ConstantVector>(C)) { getSplatableConstant() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp33 const ColorVector &CV = BlockColors.find(InsertBefore->getParent())->second; in createCallInstWithColors() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp553 __anon017104e10402(DWARFDie CV) appendSubroutineNameAfter() argument
561 if (DWARFDie CV = CVStep(P)) { appendSubroutineNameAfter() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp362 ValueVector &CV = CachePtr ? *CachePtr : Tmp; in operator []() local
474 gather(Instruction * Op,const ValueVector & CV,const VectorSplit & VS) gather() argument
499 replaceUses(Instruction * Op,Value * CV) replaceUses() argument
523 transferMetadataAndIRFlags(Instruction * Op,const ValueVector & CV) transferMetadataAndIRFlags() argument
1175 ValueVector &CV = *GMI.second; finish() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp143 Constant *CV = CDS->getElementAsConstant(Index); in visitLoad() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1630 if (auto *CV = dyn_cast<ConstantVector>(Shuffle->getOperand(0))) { SimplifyDemandedVectorElts() local
1637 if (auto *CV = dyn_cast<ConstantVector>(Shuffle->getOperand(1))) { SimplifyDemandedVectorElts() local
1681 if (auto *CV = dyn_cast<ConstantVector>(Sel->getCondition())) { SimplifyDemandedVectorElts() local
1782 if (auto *CV = dyn_cast<ConstantVector>(II->getOperand(2))) SimplifyDemandedVectorElts() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp643 const APFloat &CV = CFP->getValueAPF(); ConstantFoldUnaryInstruction() local
723 const APInt *CV; ConstantFoldBinaryInstruction() local
1435 auto *CV = cast<ConstantDataVector>(Idxs[0]); isInBoundsIndices() local
1624 auto *CV = cast<ConstantDataVector>(Idxs[i]); ConstantFoldGetElementPtr() local
/freebsd-src/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp48 std::condition_variable CV; member in __anon927c10d30111::DirectoryWatcherWindows::EventQueue
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp159 QualType VisitCompoundVal(nonloc::CompoundVal CV) { in VisitCompoundVal() argument
H A DRegionStore.cpp2492 const nonloc::CompoundVal& CV = Init.castAs<nonloc::CompoundVal>(); bindArray() local
2541 nonloc::CompoundVal CV = V.castAs<nonloc::CompoundVal>(); bindVector() local
2652 const nonloc::CompoundVal& CV = V.castAs<nonloc::CompoundVal>(); bindStruct() local
/freebsd-src/libexec/getty/
H A Dsubr.c199 #define CV(a) (char *)(&tmode.c_cc[a]) macro
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h173 std::condition_variable CV; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp382 fillGenericConstant(const DataLayout & DL,const Constant * CV,val_vec_type & Vals,uint64_t Offset) fillGenericConstant() argument
H A DBPFAbstractMemberAccess.cpp327 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h336 if (const auto *CV = dyn_cast<ConstantVal>(V)) match() local
340 if (const auto *CV = dyn_cast_or_null<ConstantVal>(C->getSplatValue())) match() local
358 auto *CV = dyn_cast<ConstantVal>(Elt); match() local
711 if (auto *CV = dyn_cast<Class>(V)) { match() local
834 if (const auto *CV = dyn_cast<ConstantInt>(V)) match() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h584 emitXXStructor(const DataLayout & DL,const Constant * CV) emitXXStructor() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3123 lowerConstant(const Constant * CV) lowerConstant() argument
3418 emitGlobalConstantVector(const DataLayout & DL,const ConstantVector * CV,AsmPrinter & AP,AsmPrinter::AliasMapTy * AliasList) emitGlobalConstantVector() argument
3678 emitGlobalConstantImpl(const DataLayout & DL,const Constant * CV,AsmPrinter & AP,const Constant * BaseCV,uint64_t Offset,AsmPrinter::AliasMapTy * AliasList) emitGlobalConstantImpl() argument
3763 emitGlobalConstant(const DataLayout & DL,const Constant * CV,AliasMapTy * AliasList) emitGlobalConstant() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp872 for (auto *CV : CurrentVisited) { TryToPromote() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp545 til::SExpr *CV = nullptr; in translateBinAssign() local

123