Home
last modified time | relevance | path

Searched refs:PtrOperand (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp882 Value *PtrOperand = nullptr; in isInterestingMemoryAccess() local
889 PtrOperand = LI->getPointerOperand(); in isInterestingMemoryAccess()
895 PtrOperand = SI->getPointerOperand(); in isInterestingMemoryAccess()
901 PtrOperand = RMW->getPointerOperand(); in isInterestingMemoryAccess()
907 PtrOperand = XCHG->getPointerOperand(); in isInterestingMemoryAccess()
914 if (auto AI = dyn_cast_or_null<AllocaInst>(PtrOperand)) in isInterestingMemoryAccess()
917 return PtrOperand; in isInterestingMemoryAccess()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3273 Value *PtrOperand = I.getArgOperand(1); in visitMaskedStore() local
3274 SDValue Ptr = getValue(PtrOperand); in visitMaskedStore()
3287 getMachineMemOperand(MachinePointerInfo(PtrOperand), in visitMaskedStore()
3396 Value *PtrOperand = I.getArgOperand(0); in visitMaskedLoad() local
3397 SDValue Ptr = getValue(PtrOperand); in visitMaskedLoad()
3413 PtrOperand, DAG.getDataLayout().getTypeStoreSize(I.getType()), in visitMaskedLoad()
3421 getMachineMemOperand(MachinePointerInfo(PtrOperand), in visitMaskedLoad()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2397 Value *PtrOperand = Gep->getPointerOperand(); in vectorizeMemoryInstruction() local
2398 Value *FirstBasePtr = getVectorValue(PtrOperand)[0]; in vectorizeMemoryInstruction()