Home
last modified time | relevance | path

Searched refs:GetScalarValue (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DRegisterValueTest.cpp26 TEST(RegisterValueTest, GetScalarValue) { in TEST() argument
30 if (V.GetScalarValue(S)) in TEST()
/external/llvm-project/flang/include/flang/Evaluate/
Dconstant.h135 std::optional<Scalar<T>> GetScalarValue() const { in CLASS_BOILERPLATE()
172 std::optional<Scalar<Result>> GetScalarValue() const { in GetScalarValue() function
216 std::optional<StructureConstructor> GetScalarValue() const;
Dfold.h68 return constant->GetScalarValue();
/external/tensorflow/tensorflow/core/kernels/image/
Dgenerate_box_proposals_op.cu.cc298 Status GetScalarValue(OpKernelContext* context, int input, T* value) { in GetScalarValue() function in tensorflow::GenerateBoundingBoxProposals
333 OP_REQUIRES_OK(context, GetScalarValue(context, 4, &nms_threshold)); in Compute()
339 OP_REQUIRES_OK(context, GetScalarValue(context, 5, &pre_nms_topn)); in Compute()
345 OP_REQUIRES_OK(context, GetScalarValue(context, 6, &min_size)); in Compute()
/external/llvm-project/lldb/include/lldb/Utility/
DRegisterValue.h107 bool GetScalarValue(Scalar &scalar) const;
/external/llvm-project/lldb/source/Core/
DValueObjectRegister.cpp298 return m_reg_value.GetScalarValue(scalar); in ResolveValue()
/external/llvm-project/flang/lib/Evaluate/
Dfold-implementation.h203 at[j] = subscripts[j].GetScalarValue().value().ToInt64(); in ApplySubscripts()
242 if (auto scalar{structures.GetScalarValue()}) { in ApplyComponent()
413 std::get<I>(*constArgs)->GetScalarValue().value()...}; in GetScalarConstantArgumentsHelper()
479 : std::get<I>(*args)->GetScalarValue().value())...)); in FoldElementalIntrinsicHelper()
484 : std::get<I>(*args)->GetScalarValue().value())...)); in FoldElementalIntrinsicHelper()
1455 Scalar<Result> real{constant->GetScalarValue().value()}; in ToReal()
Dexpression.cpp275 constExpr->GetScalarValue()}) { in Find()
Dconstant.cpp294 Constant<SomeDerived>::GetScalarValue() const { in GetScalarValue() function in Fortran::evaluate::Constant
Dfold-integer.cpp531 if (std::optional<std::string> value{chCon->GetScalarValue()}) { in FoldIntrinsicFunction()
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/
DABISysV_arm64.cpp173 if (!reg_value.GetScalarValue(value->GetScalar())) in GetArgumentValues()
DABIMacOSX_arm64.cpp202 if (!reg_value.GetScalarValue(value->GetScalar())) in GetArgumentValues()
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp136 bool RegisterValue::GetScalarValue(Scalar &scalar) const { in GetScalarValue() function in RegisterValue
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABIMacOSX_arm.cpp1499 if (!reg_value.GetScalarValue(value->GetScalar())) in GetArgumentValues()
DABISysV_arm.cpp1480 if (!reg_value.GetScalarValue(value->GetScalar())) in GetArgumentValues()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp176 if (reg_value.GetScalarValue(value.GetScalar())) { in ReadRegisterValueAsScalar()
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp829 .Push(cp->GetScalarValue().value()); in Analyze()