Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp818 Value *PtrOperand = nullptr; in isInterestingMemoryAccess() local
825 PtrOperand = LI->getPointerOperand(); in isInterestingMemoryAccess()
831 PtrOperand = SI->getPointerOperand(); in isInterestingMemoryAccess()
837 PtrOperand = RMW->getPointerOperand(); in isInterestingMemoryAccess()
843 PtrOperand = XCHG->getPointerOperand(); in isInterestingMemoryAccess()
850 if (auto AI = dyn_cast_or_null<AllocaInst>(PtrOperand)) in isInterestingMemoryAccess()
853 return PtrOperand; in isInterestingMemoryAccess()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp3060 Value *PtrOperand = I.getArgOperand(1); in visitMaskedStore() local
3061 SDValue Ptr = getValue(PtrOperand); in visitMaskedStore()
3074 getMachineMemOperand(MachinePointerInfo(PtrOperand), in visitMaskedStore()
3176 Value *PtrOperand = I.getArgOperand(0); in visitMaskedLoad() local
3177 SDValue Ptr = getValue(PtrOperand); in visitMaskedLoad()
3193 PtrOperand, AA->getTypeStoreSize(I.getType()), AAInfo))) { in visitMaskedLoad()
3200 getMachineMemOperand(MachinePointerInfo(PtrOperand), in visitMaskedLoad()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp2183 Value *PtrOperand = Gep->getPointerOperand(); in vectorizeMemoryInstruction() local
2184 Value *FirstBasePtr = getVectorValue(PtrOperand)[0]; in vectorizeMemoryInstruction()