Home
last modified time | relevance | path

Searched refs:DVal (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp154 s64 DVal; in formatString() local
162 DVal = HaveLL ? va_arg(Args, s64) in formatString()
165 Res += appendSignedDecimal(&Buffer, BufferEnd, DVal, Width, PadWithZero); in formatString()
209 DVal = va_arg(Args, s64); in formatString()
211 appendSignedDecimal(&Buffer, BufferEnd, DVal, Width, PadWithZero); in formatString()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp154 std::optional<DefinedOrUnknownSVal> DVal = in checkPostCall() local
156 if (!DVal) in checkPostCall()
174 std::tie(ParentState, ChildState) = C.getState()->assume(*DVal); in checkPostCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp828 SmallVector<double, 0> DVal; in TDOFold() local
836 DVal.push_back(tr[i].result); in TDOFold()
850 for (unsigned i = 0; i < DVal.size(); ++i) { in TDOFold()
851 FVal.push_back((float)DVal[i]); in TDOFold()
856 ArrayRef<double> tmp(DVal); in TDOFold()
1062 SmallVector<double, 0> DVal; in fold_pow() local
1067 DVal.push_back(V); in fold_pow()
1071 for (unsigned i=0; i < DVal.size(); ++i) { in fold_pow()
1072 FVal.push_back((float)DVal[i]); in fold_pow()
1077 ArrayRef<double> tmp(DVal); in fold_pow()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp765 const DbgValueLoc *DVal = &Single.getValueLoc(); in applyConcreteDbgVariableAttributes() local
766 if (!DVal->isVariadic()) { in applyConcreteDbgVariableAttributes()
767 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in applyConcreteDbgVariableAttributes()
794 DwarfDebug::emitDebugLocValue(*Asm, BT, *DVal, DwarfExpr); in applyConcreteDbgVariableAttributes()
801 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in applyConcreteDbgVariableAttributes()
851 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in applyConcreteDbgVariableAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6447 llvm::Value *DVal = D ? EmitRValueWithCastIfNeeded(X, D) : nullptr; in emitOMPAtomicCompareExpr() local
6452 if (DVal) in emitOMPAtomicCompareExpr()
6453 if (auto *CI = dyn_cast<llvm::ConstantInt>(DVal)) in emitOMPAtomicCompareExpr()
6454 DVal = CGF.Builder.CreateIntCast( in emitOMPAtomicCompareExpr()
6482 CGF.Builder, XOpVal, VOpVal, ROpVal, EVal, DVal, AO, Op, IsXBinopExpr, in emitOMPAtomicCompareExpr()
6486 CGF.Builder, XOpVal, VOpVal, ROpVal, EVal, DVal, AO, Op, IsXBinopExpr, in emitOMPAtomicCompareExpr()