/external/llvm/include/llvm/ |
D | Operator.h | 252 Value *getPointerOperand() { in getPointerOperand() function 255 const Value *getPointerOperand() const { in getPointerOperand() function 265 return reinterpret_cast<PointerType*>(getPointerOperand()->getType()); in getPointerOperandType()
|
D | Instructions.h | 162 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/ |
D | AliasAnalysis.cpp | 223 return Location(LI->getPointerOperand(), in getLocation() 229 return Location(SI->getPointerOperand(), in getLocation() 235 return Location(VI->getPointerOperand(), in getLocation()
|
D | LoopDependenceAnalysis.cpp | 84 return i->getPointerOperand(); in GetPointerOperand() 86 return i->getPointerOperand(); in GetPointerOperand()
|
D | Lint.cpp | 424 visitMemoryReference(I, I.getPointerOperand(), in visitLoadInst() 430 visitMemoryReference(I, I.getPointerOperand(), in visitStoreInst() 577 if (Value *U = FindAvailableLoadedValue(L->getPointerOperand(), in findValueImpl()
|
D | Loads.cpp | 67 V = GEP->getPointerOperand(); in getUnderlyingObjectWithOffset()
|
D | LazyValueInfo.cpp | 582 GetUnderlyingObject(L->getPointerOperand()) == in InstructionDereferencesPointer() 587 GetUnderlyingObject(S->getPointerOperand()) == in InstructionDereferencesPointer()
|
D | ValueTracking.cpp | 1520 return GetPointerBaseWithConstantOffset(GEP->getPointerOperand(), Offset, TD); in GetPointerBaseWithConstantOffset() 1758 V = GEP->getPointerOperand(); in GetUnderlyingObject()
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 121 Pointer = L->getPointerOperand(); in processMemAccess() 123 Pointer = cast<StoreInst>(I)->getPointerOperand(); in processMemAccess()
|
D | EarlyCSE.cpp | 421 LastStore->getPointerOperand() == SI->getPointerOperand()) { in INITIALIZE_PASS_DEPENDENCY() 436 AvailableLoads->insert(SI->getPointerOperand(), in INITIALIZE_PASS_DEPENDENCY()
|
D | MemCpyOptimizer.cpp | 215 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()
|
D | DeadStoreElimination.cpp | 242 return SI->getPointerOperand(); in getStoredPointerOperand() 449 if (SI->getPointerOperand() == DepLoad->getPointerOperand() && in runOnBasicBlock()
|
D | GVN.cpp | 850 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()
|
D | ObjCARC.cpp | 516 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()
|
D | TailRecursionElimination.cpp | 246 !isSafeToLoadUnconditionally(L->getPointerOperand(), L, in CanMoveAboveCall()
|
D | LoopIdiomRecognize.cpp | 273 Value *StorePtr = SI->getPointerOperand(); in processLoopStore()
|
D | LICM.cpp | 626 Ptr = cast<StoreInst>(I)->getPointerOperand(); in isInstInList()
|
D | IndVarSimplify.cpp | 190 FromPtr = GEP->getPointerOperand(); in isValidRewrite() 193 ToPtr = GEP->getPointerOperand(); in isValidRewrite()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 355 if (GEP1->getPointerOperand()->getType() != in isEquivalentGEP() 356 GEP2->getPointerOperand()->getType()) in isEquivalentGEP() 427 if (!enumerate(GEP1->getPointerOperand(), GEP2->getPointerOperand())) in compare()
|
D | ArgumentPromotion.cpp | 351 Value *V = LI->getPointerOperand(); in isSafeToPromoteArgument() 353 V = GEP->getPointerOperand(); in isSafeToPromoteArgument()
|
/external/llvm/tools/llvm-diff/ |
D | DiffConsumer.cpp | 55 printValue(cast<StoreInst>(V)->getPointerOperand(), isL); in printValue()
|
/external/llvm/lib/VMCore/ |
D | Instruction.cpp | 377 return LI->getPointerOperand()->isDereferenceablePointer(); in isSafeToSpeculativelyExecute()
|
D | Value.cpp | 325 V = GEP->getPointerOperand(); in stripPointerCasts()
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 1065 AllocaInst *Src = dyn_cast<AllocaInst>(LI->getPointerOperand()); in RenamePass() 1081 AllocaInst *Dest = dyn_cast<AllocaInst>(SI->getPointerOperand()); in RenamePass()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 803 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()
|