| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 438 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; 1080 ValT lookup(KeyT x, ValT NotFound = ValT()) const { 1162 ValT IntervalMap<KeyT, ValT, N, Traits>:: 1309 using value_type = ValT; 1356 ValT &unsafeValue() const { in unsafeValue() 1566 void setValue(ValT x); 1591 void insert(KeyT a, KeyT b, ValT y); [all …]
|
| H A D | ImmutableMap.h | 61 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 D | ImmutableSet.h | 956 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>(
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | SSAUpdaterImpl.h | 36 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 …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BCD.h | 45 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));
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ |
| H A D | ranges.find.pass.cpp | 46 template <class Range, class ValT> 47 concept HasFindR = requires(Range r) { std::ranges::find(r, ValT{}); };
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ |
| H A D | ranges.count.pass.cpp | 50 template <class Range, class ValT> 51 concept HasCountR = requires(Range r) { std::ranges::count(r, ValT{}); };
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | scheduler-subrange-crash.ll | 5 …x> >::insertFrom(unsigned int &, unsigned int, KeyT, KeyT, ValT) [KeyT = llvm::SlotIndex, ValT = l…
|
| H A D | unigine-liveness-crash.ll | 4 …x> >::insertFrom(unsigned int &, unsigned int, KeyT, KeyT, ValT) [KeyT = llvm::SlotIndex, ValT = l…
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineSSAUpdater.cpp | 255 using ValT = Register; typedef in llvm::SSAUpdaterTraits
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdater.cpp | 216 using ValT = Value *; typedef in llvm::SSAUpdaterTraits
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PDLToPDLInterp.cpp | 444 template <typename OpT, typename PredT, typename ValT = typename PredT::KeyTy> 447 std::vector<ValT> values; in createSwitchOp()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 615 template <typename ValT> 616 static void finishCallSiteParams(ValT Val, const DIExpression *Expr, in finishCallSiteParams()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 3497 using ValT = BlockValueNum; typedef in llvm::SSAUpdaterTraits
|