Searched refs:DVal (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 144 s64 DVal; in vappend() local 152 DVal = HaveLL ? va_arg(Args, s64) in vappend() 155 appendSignedDecimal(DVal, Width, PadWithZero); in vappend() 197 DVal = va_arg(Args, s64); in vappend() 198 appendSignedDecimal(DVal, Width, PadWithZero); in vappend()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 842 SmallVector<double, 0> DVal; in TDOFold() local 850 DVal.push_back(tr[i].result); in TDOFold() 864 for (double D : DVal) in TDOFold() 869 ArrayRef<double> tmp(DVal); in TDOFold() 1075 SmallVector<double, 0> DVal; in fold_pow() local 1080 DVal.push_back(V); in fold_pow() 1084 for (double D : DVal) in fold_pow() 1089 ArrayRef<double> tmp(DVal); in fold_pow()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 780 const DbgValueLoc *DVal = &Single.getValueLoc(); in applyConcreteDbgVariableAttributes() local 781 if (!DVal->isVariadic()) { in applyConcreteDbgVariableAttributes() 782 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in applyConcreteDbgVariableAttributes() 809 DwarfDebug::emitDebugLocValue(*Asm, BT, *DVal, DwarfExpr); in applyConcreteDbgVariableAttributes() 816 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in applyConcreteDbgVariableAttributes() 866 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in applyConcreteDbgVariableAttributes()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 6500 llvm::Value *DVal = D ? EmitRValueWithCastIfNeeded(X, D) : nullptr; in emitOMPAtomicCompareExpr() local 6505 if (DVal) in emitOMPAtomicCompareExpr() 6506 if (auto *CI = dyn_cast<llvm::ConstantInt>(DVal)) in emitOMPAtomicCompareExpr() 6507 DVal = CGF.Builder.CreateIntCast( in emitOMPAtomicCompareExpr() 6535 CGF.Builder, XOpVal, VOpVal, ROpVal, EVal, DVal, AO, Op, IsXBinopExpr, in emitOMPAtomicCompareExpr() 6539 CGF.Builder, XOpVal, VOpVal, ROpVal, EVal, DVal, AO, Op, IsXBinopExpr, in emitOMPAtomicCompareExpr()
|