Home
last modified time | relevance | path

Searched refs:ValT (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h29 template <typename KeyT, typename ValT> class IntervalMapBase {
46 using ImplMap = std::map<KeyPairT, ValT, Compare>;
81 ValT lookup(KeyT K, ValT NotFound = ValT()) const {
128 template <typename KeyT, typename ValT>
129 class IntervalMap<KeyT, ValT, IntervalCoalescing::Enabled>
130 : public IntervalMapBase<KeyT, ValT> {
133 void insert(KeyT KS, KeyT KE, ValT V) { in insert()
156 template <typename KeyT, typename ValT>
157 class IntervalMap<KeyT, ValT, IntervalCoalescing::Disabled>
158 : public IntervalMapBase<KeyT, ValT> {
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h438 template <typename KeyT, typename ValT>
611 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup()
964 using ValueType = ValT;
1035 ValT treeSafeLookup(KeyT x, ValT NotFound) const;
1119 ValT lookup(KeyT x, ValT NotFound = ValT()) const {
1201 ValT IntervalMap<KeyT, ValT, N, Traits>::
1348 using value_type = ValT;
1395 ValT &unsafeValue() const { in unsafeValue()
1605 void setValue(ValT x);
1630 void insert(KeyT a, KeyT b, ValT y);
[all …]
H A DImmutableMap.h61 template <typename KeyT, typename ValT,
62 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>>
201 template <typename KeyT, typename ValT,
202 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>>
226 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef()
227 typename ImmutableMap<KeyT, ValT>::Factory &F) in ImmutableMapRef()
257 ImmutableMap<KeyT, ValT> asImmutableMap() const { in asImmutableMap()
258 return ImmutableMap<KeyT, ValT>(Factory->getCanonicalTree(Root.get())); in asImmutableMap()
H A DImmutableSet.h956 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT>>
1082 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT>>
1118 ImmutableSet<ValT> asImmutableSet(bool canonicalize = true) const {
1119 return ImmutableSet<ValT>(
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h36 using ValT = typename Traits::ValT; variable
48 ValT AvailableVal;
68 BBInfo(BlkT *ThisBB, ValT V) in BBInfo()
72 using AvailableValsTy = DenseMap<BlkT *, ValT>;
93 ValT GetValue(BlkT *BB) { in GetValue()
99 ValT V = Traits::GetUndefVal(BB, Updater); in GetValue()
149 ValT PredVal = AvailableVals->lookup(Pred); in BuildBlockList()
332 ValT Singular = Info->Preds[0]->DefBB->AvailableVal; in FindSingularVal()
336 ValT PredVal = Info->Preds[Idx]->DefBB->AvailableVal; in FindSingularVal()
443 ValT IncomingVal = I.getIncomingValue(); in CheckIfPHIMatches()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBCD.h45 template <typename ResultT, typename ValT>
46 inline ResultT decodePackedBCD(const ValT Val, bool IsSigned = true) {
48 reinterpret_cast<const uint8_t *>(&Val), sizeof(ValT), IsSigned));
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h169 template <typename ValT> static Integral from(ValT Value) {
170 if constexpr (std::is_integral<ValT>::value)
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp255 using ValT = Register; typedef in llvm::SSAUpdaterTraits
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp266 using ValT = Value *; typedef in llvm::SSAUpdaterTraits
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp597 template <typename ValT>
598 static void finishCallSiteParams(ValT Val, const DIExpression *Expr, in finishCallSiteParams()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3973 using ValT = BlockValueNum; typedef in llvm::SSAUpdaterTraits