Lines Matching refs:repl
292 auto repl = formatv(fmt, name); in getValueAndRangeUse() local
293 LLVM_DEBUG(llvm::dbgs() << repl << " (Attr)\n"); in getValueAndRangeUse()
294 return std::string(repl); in getValueAndRangeUse()
302 auto repl = formatv(fmt, name); in getValueAndRangeUse() local
303 LLVM_DEBUG(llvm::dbgs() << repl << " (VariadicOperand)\n"); in getValueAndRangeUse()
304 return std::string(repl); in getValueAndRangeUse()
306 auto repl = formatv(fmt, formatv("(*{0}.begin())", name)); in getValueAndRangeUse() local
307 LLVM_DEBUG(llvm::dbgs() << repl << " (SingleOperand)\n"); in getValueAndRangeUse()
308 return std::string(repl); in getValueAndRangeUse()
318 auto repl = formatv(fmt, v); in getValueAndRangeUse() local
319 LLVM_DEBUG(llvm::dbgs() << repl << " (SingleResult)\n"); in getValueAndRangeUse()
320 return std::string(repl); in getValueAndRangeUse()
342 auto repl = llvm::join(values, separator); in getValueAndRangeUse() local
343 LLVM_DEBUG(llvm::dbgs() << repl << " (VariadicResult)\n"); in getValueAndRangeUse()
344 return repl; in getValueAndRangeUse()
349 auto repl = formatv(fmt, name); in getValueAndRangeUse() local
350 LLVM_DEBUG(llvm::dbgs() << repl << " (Value)\n"); in getValueAndRangeUse()
351 return std::string(repl); in getValueAndRangeUse()
357 std::string repl = in getValueAndRangeUse() local
359 LLVM_DEBUG(llvm::dbgs() << repl << " (MultipleValues)\n"); in getValueAndRangeUse()
360 return repl; in getValueAndRangeUse()
363 auto repl = in getValueAndRangeUse() local
365 LLVM_DEBUG(llvm::dbgs() << repl << " (MultipleValues)\n"); in getValueAndRangeUse()
366 return std::string(repl); in getValueAndRangeUse()
379 auto repl = formatv(fmt, name); in getAllRangeUse() local
380 LLVM_DEBUG(llvm::dbgs() << repl << " (Operand/Attr)\n"); in getAllRangeUse()
381 return std::string(repl); in getAllRangeUse()
385 auto repl = formatv(fmt, formatv("{0}.getODSResults({1})", name, index)); in getAllRangeUse() local
386 LLVM_DEBUG(llvm::dbgs() << repl << " (SingleResult)\n"); in getAllRangeUse()
387 return std::string(repl); in getAllRangeUse()
399 auto repl = llvm::join(values, separator); in getAllRangeUse() local
400 LLVM_DEBUG(llvm::dbgs() << repl << " (VariadicResult)\n"); in getAllRangeUse()
401 return repl; in getAllRangeUse()
406 auto repl = formatv(fmt, formatv("{{{0}}", name)); in getAllRangeUse() local
407 LLVM_DEBUG(llvm::dbgs() << repl << " (Value)\n"); in getAllRangeUse()
408 return std::string(repl); in getAllRangeUse()
414 std::string repl = in getAllRangeUse() local
416 LLVM_DEBUG(llvm::dbgs() << repl << " (MultipleValues)\n"); in getAllRangeUse()
417 return repl; in getAllRangeUse()
419 auto repl = in getAllRangeUse() local
421 LLVM_DEBUG(llvm::dbgs() << repl << " (MultipleValues)\n"); in getAllRangeUse()
422 return std::string(repl); in getAllRangeUse()