reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  158     unsigned NumOps = CI->getNumArgOperands();
  161     Value *Op = CI->getArgOperand(0);
  205       Sizes << CI->getNumArgOperands() - 1;
  207       for (unsigned ArgCount = 1; ArgCount < CI->getNumArgOperands() &&
  210         Value *Arg = CI->getArgOperand(ArgCount);
  224           Builder.SetInsertPoint(CI);
  225           Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  236           CI->setOperand(ArgCount, Arg);
  319       Builder.SetInsertPoint(CI);
  320       Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  352           CallInst::Create(PrintfAllocFn, alloc_args, "printf_alloc_fn", CI);
  363       if (!CI->use_empty()) {
  366         CI->replaceAllUsesWith(result);
  368       SplitBlock(CI->getParent(), cmp);
  404       for (unsigned ArgCount = 1; ArgCount < CI->getNumArgOperands() &&
  407         Value *Arg = CI->getArgOperand(ArgCount);
  546           if (I + 1 == E && ArgCount + 1 == CI->getNumArgOperands())