Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h116 uint64_t GetConstant() const { return m_location.constant_value; } in GetConstant() function
270 uint64_t GetConstant() const { return m_value.constant; } in GetConstant() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp739 auto GetConstant = [&config](IRBuilder<> &Builder, uint32_t C) { in doSampling() local
766 IncBuilder.CreateAdd(LoadSamplingVar, GetConstant(IncBuilder, 1)); in doSampling()
771 LoadSamplingVar, GetConstant(CondBuilder, config.BurstDuration - 1)); in doSampling()
778 IncBuilder.CreateAdd(LoadSamplingVar, GetConstant(IncBuilder, 1)); in doSampling()
790 NewSamplingVarVal, GetConstant(PeriodCondBuilder, config.Period)); in doSampling()
800 ResetBuilder.CreateStore(GetConstant(ResetBuilder, 0), SamplingVar); in doSampling()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1920 auto GetConstant = [&](float Value) -> SDValue { in tryBF16ArithToFMA() local
1939 Operands = {N0, GetConstant(1.0), N1}; in tryBF16ArithToFMA()
1943 Operands = {N1, GetConstant(-1.0), N0}; in tryBF16ArithToFMA()
1948 Operands = {N0, N1, GetConstant(-0.0)}; in tryBF16ArithToFMA()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1682 regloc.location.inferred_value = abs_regloc->GetConstant(); in SavedLocationForRegister()
2074 address = fa.GetConstant(); in ReadFrameAddress()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2173 auto GetConstant = [&](Metadata *Bound) -> std::optional<int64_t> { in writeDIGenericSubrange() local
2186 if (auto ConstantCount = GetConstant(Count)) in writeDIGenericSubrange()
2193 if (auto ConstantLBound = GetConstant(LBound)) in writeDIGenericSubrange()
2200 if (auto ConstantUBound = GetConstant(UBound)) in writeDIGenericSubrange()
2207 if (auto ConstantStride = GetConstant(Stride)) in writeDIGenericSubrange()