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

References

lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  833     Info.PtrVal = Inst->getArgOperand(0);
  840     Info.PtrVal = Inst->getArgOperand(Inst->getNumArgOperands() - 1);
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  328     Info.PtrVal = Inst->getArgOperand(0);
lib/Transforms/Scalar/EarlyCSE.cpp
  676       if (IsTargetMemInst) return Info.PtrVal;
lib/Transforms/Scalar/LoopStrengthReduce.cpp
  821         if (IntrInfo.PtrVal == OperandVal)
  863       if (TTI.getTgtMemIntrinsic(II, IntrInfo) && IntrInfo.PtrVal) {
  865           = IntrInfo.PtrVal->getType()->getPointerAddressSpace();