Searched refs:NewValues (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.cpp | 56 accumulateCounterValues(const llvm::SmallVector<int64_t, 4> &NewValues, in accumulateCounterValues() argument 58 const size_t NumValues = std::max(NewValues.size(), Result->size()); in accumulateCounterValues() 61 for (size_t I = 0, End = NewValues.size(); I < End; ++I) in accumulateCounterValues() 62 (*Result)[I] += NewValues[I]; in accumulateCounterValues()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 152 void DbgVariableIntrinsic::addVariableLocationOps(ArrayRef<Value *> NewValues, in addVariableLocationOps() argument 155 NewValues.size()) && in addVariableLocationOps() 158 assert(!is_contained(NewValues, nullptr) && "New values must be non-null"); in addVariableLocationOps() 163 for (auto *VMD : NewValues) in addVariableLocationOps()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslNodeBuilder.cpp | 370 void IslNodeBuilder::updateValues(ValueMapT &NewValues) { in updateValues() argument 374 IDToValue[I.first] = NewValues[I.second]; in updateValues() 378 for (const auto &I : NewValues) { in updateValues() 708 ValueMapT NewValues; in createForParallel() local 723 ValueLB, ValueUB, ValueInc, SubtreeValues, NewValues, &LoopBody); in createForParallel() 734 updateValues(NewValues); in createForParallel() 739 for (auto P : NewValues) in createForParallel()
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | IslNodeBuilder.h | 259 void updateValues(ValueMapT &NewValues);
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 215 void addVariableLocationOps(ArrayRef<Value *> NewValues,
|