Home
last modified time | relevance | path

Searched refs:getPointerOperand (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/include/llvm/
DOperator.h252 Value *getPointerOperand() { in getPointerOperand() function
255 const Value *getPointerOperand() const { in getPointerOperand() function
265 return reinterpret_cast<PointerType*>(getPointerOperand()->getType()); in getPointerOperandType()
DInstructions.h162 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
163 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
167 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace(); in getPointerAddressSpace()
241 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
242 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
246 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace(); in getPointerAddressSpace()
472 Value *getPointerOperand() {
475 const Value *getPointerOperand() const {
489 return reinterpret_cast<PointerType*>(getPointerOperand()->getType());
1179 Value *getPointerOperand() { return getOperand(0); }
[all …]
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp223 return Location(LI->getPointerOperand(), in getLocation()
229 return Location(SI->getPointerOperand(), in getLocation()
235 return Location(VI->getPointerOperand(), in getLocation()
DLoopDependenceAnalysis.cpp84 return i->getPointerOperand(); in GetPointerOperand()
86 return i->getPointerOperand(); in GetPointerOperand()
DLint.cpp424 visitMemoryReference(I, I.getPointerOperand(), in visitLoadInst()
430 visitMemoryReference(I, I.getPointerOperand(), in visitStoreInst()
577 if (Value *U = FindAvailableLoadedValue(L->getPointerOperand(), in findValueImpl()
DLoads.cpp67 V = GEP->getPointerOperand(); in getUnderlyingObjectWithOffset()
DLazyValueInfo.cpp582 GetUnderlyingObject(L->getPointerOperand()) == in InstructionDereferencesPointer()
587 GetUnderlyingObject(S->getPointerOperand()) == in InstructionDereferencesPointer()
DValueTracking.cpp1520 return GetPointerBaseWithConstantOffset(GEP->getPointerOperand(), Offset, TD); in GetPointerBaseWithConstantOffset()
1758 V = GEP->getPointerOperand(); in GetUnderlyingObject()
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp121 Pointer = L->getPointerOperand(); in processMemAccess()
123 Pointer = cast<StoreInst>(I)->getPointerOperand(); in processMemAccess()
DEarlyCSE.cpp421 LastStore->getPointerOperand() == SI->getPointerOperand()) { in INITIALIZE_PASS_DEPENDENCY()
436 AvailableLoads->insert(SI->getPointerOperand(), in INITIALIZE_PASS_DEPENDENCY()
DMemCpyOptimizer.cpp215 SI->getPointerOperand(), SI->getAlignment(), SI); in addStore()
395 if (!IsPointerOffset(StartPtr, NextStore->getPointerOperand(), in INITIALIZE_PASS_DEPENDENCY()
513 SI->getPointerOperand()->stripPointerCasts(), in processStore()
514 LI->getPointerOperand()->stripPointerCasts(), in processStore()
535 if (Instruction *I = tryMergingIntoMemset(SI, SI->getPointerOperand(), in processStore()
DDeadStoreElimination.cpp242 return SI->getPointerOperand(); in getStoredPointerOperand()
449 if (SI->getPointerOperand() == DepLoad->getPointerOperand() && in runOnBasicBlock()
DGVN.cpp850 Value *StorePtr = DepSI->getPointerOperand(); in AnalyzeLoadFromClobberingStore()
865 Value *DepPtr = DepLI->getPointerOperand(); in AnalyzeLoadFromClobberingLoad()
993 Value *PtrVal = SrcVal->getPointerOperand(); in GetLoadValueForLoad()
1333 LI->getPointerOperand(), in processNonLocalLoad()
1556 PHITransAddr Address(LI->getPointerOperand(), TD); in processNonLocalLoad()
1570 << *LI->getPointerOperand() << "\n"); in processNonLocalLoad()
1690 L->getPointerOperand(), in processLoad()
1708 L->getPointerOperand(), in processLoad()
1718 L->getPointerOperand(), in processLoad()
DObjCARC.cpp516 StripPointerCastsAndObjCCalls(LI->getPointerOperand()); in IsObjCIdentifiedObject()
542 return FindSingleUseIdentifiedObject(GEP->getPointerOperand()); in FindSingleUseIdentifiedObject()
1645 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand()); in CanUse()
3397 if (Store->getPointerOperand() != Loc.Ptr) return; in ContractRelease()
3417 Value *Args[] = { Load->getPointerOperand(), New }; in ContractRelease()
3585 Arg = cast<GEPOperator>(Arg)->getPointerOperand(); in runOnFunction()
DTailRecursionElimination.cpp246 !isSafeToLoadUnconditionally(L->getPointerOperand(), L, in CanMoveAboveCall()
DLoopIdiomRecognize.cpp273 Value *StorePtr = SI->getPointerOperand(); in processLoopStore()
DLICM.cpp626 Ptr = cast<StoreInst>(I)->getPointerOperand(); in isInstInList()
DIndVarSimplify.cpp190 FromPtr = GEP->getPointerOperand(); in isValidRewrite()
193 ToPtr = GEP->getPointerOperand(); in isValidRewrite()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp355 if (GEP1->getPointerOperand()->getType() != in isEquivalentGEP()
356 GEP2->getPointerOperand()->getType()) in isEquivalentGEP()
427 if (!enumerate(GEP1->getPointerOperand(), GEP2->getPointerOperand())) in compare()
DArgumentPromotion.cpp351 Value *V = LI->getPointerOperand(); in isSafeToPromoteArgument()
353 V = GEP->getPointerOperand(); in isSafeToPromoteArgument()
/external/llvm/tools/llvm-diff/
DDiffConsumer.cpp55 printValue(cast<StoreInst>(V)->getPointerOperand(), isL); in printValue()
/external/llvm/lib/VMCore/
DInstruction.cpp377 return LI->getPointerOperand()->isDereferenceablePointer(); in isSafeToSpeculativelyExecute()
DValue.cpp325 V = GEP->getPointerOperand(); in stripPointerCasts()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp1065 AllocaInst *Src = dyn_cast<AllocaInst>(LI->getPointerOperand()); in RenamePass()
1081 AllocaInst *Dest = dyn_cast<AllocaInst>(SI->getPointerOperand()); in RenamePass()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp803 SetValue(&I, executeGEPOperation(I.getPointerOperand(), in visitGetElementPtrInst()
809 GenericValue SRC = getOperandValue(I.getPointerOperand(), SF); in visitLoadInst()
821 GenericValue SRC = getOperandValue(I.getPointerOperand(), SF); in visitStoreInst()

12