|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/Instructions.h 421 Type *getPointerOperandType() const { return getPointerOperand()->getType(); }
5262 return Store->getPointerOperand();
lib/Analysis/MemoryLocation.cpp 49 return MemoryLocation(SI->getPointerOperand(),
lib/Analysis/ValueTracking.cpp 4356 return cast<StoreInst>(I)->getPointerOperand();
lib/CodeGen/GlobalISel/IRTranslator.cpp 913 Register Base = getOrCreateVReg(*SI.getPointerOperand());
918 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) {
922 SI.getPointerOperand());
931 MachinePointerInfo Ptr(SI.getPointerOperand(), Offsets[i] / 8);
lib/CodeGen/SelectionDAG/FastISel.cpp 2406 Ptr = SI->getPointerOperand();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 4141 SwiftError.getOrCreateVRegDefAt(&I, FuncInfo.MBB, I.getPointerOperand());
4735 MF.getMachineMemOperand(MachinePointerInfo(I.getPointerOperand()), Flags,
4742 SDValue Ptr = getValue(I.getPointerOperand());
9470 const Value *Dst = SI->getPointerOperand()->stripPointerCasts();
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp 129 return SI->getPointerOperand();
lib/Target/WebAssembly/WebAssemblyFastISel.cpp 1222 if (!computeAddress(Store->getPointerOperand(), Addr))
lib/Target/X86/X86FastISel.cpp 1124 const Value *Ptr = S->getPointerOperand();
lib/Transforms/IPO/Attributor.cpp 292 return SI->getPointerOperand();
4171 if (cast<StoreInst>(UserI)->getPointerOperand() == U->get())
lib/Transforms/ObjCARC/DependencyAnalysis.cpp 111 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand(), DL);
lib/Transforms/Scalar/GVNHoist.cpp 882 cast<StoreInst>(OtherInst)->getPointerOperand());
lib/Transforms/Scalar/LICM.cpp 2035 Store->getPointerOperand(), Store->getValueOperand()->getType(),
lib/Transforms/Utils/InlineFunction.cpp 988 PtrArgs.push_back(SI->getPointerOperand());
lib/Transforms/Utils/LoopVersioning.cpp 230 : cast<StoreInst>(OrigInst)->getPointerOperand();
tools/lldb/source/Expression/IRInterpreter.cpp 1376 const Value *pointer_operand = store_inst->getPointerOperand();