HomeSort by relevance Sort by last modified time
    Searched refs:getPointerOperand (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 223 return Location(LI->getPointerOperand(),
229 return Location(SI->getPointerOperand(),
235 return Location(VI->getPointerOperand(),
242 return Location(CXI->getPointerOperand(),
249 return Location(RMWI->getPointerOperand(),
Loads.cpp 67 V = GEP->getPointerOperand();
LoopDependenceAnalysis.cpp 88 static Value *GetPointerOperand(Value *I) {
90 return i->getPointerOperand();
92 return i->getPointerOperand();
227 Value *aPtr = GetPointerOperand(P->A);
228 Value *bPtr = GetPointerOperand(P->B);
Lint.cpp 424 visitMemoryReference(I, I.getPointerOperand(),
430 visitMemoryReference(I, I.getPointerOperand(),
577 if (Value *U = FindAvailableLoadedValue(L->getPointerOperand(),
LazyValueInfo.cpp 582 GetUnderlyingObject(L->getPointerOperand()) ==
587 GetUnderlyingObject(S->getPointerOperand()) ==
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 25 Value *Ptr = CXI->getPointerOperand();
41 Value *Ptr = RMWI->getPointerOperand();
CorrelatedValuePropagation.cpp 121 Pointer = L->getPointerOperand();
123 Pointer = cast<StoreInst>(I)->getPointerOperand();
EarlyCSE.cpp 421 LastStore->getPointerOperand() == SI->getPointerOperand()) {
436 AvailableLoads->insert(SI->getPointerOperand(),
MemCpyOptimizer.cpp 215 SI->getPointerOperand(), SI->getAlignment(), SI);
395 if (!IsPointerOffset(StartPtr, NextStore->getPointerOperand(),
513 SI->getPointerOperand()->stripPointerCasts(),
514 LI->getPointerOperand()->stripPointerCasts(),
535 if (Instruction *I = tryMergingIntoMemset(SI, SI->getPointerOperand(),
    [all...]
DeadStoreElimination.cpp 244 return SI->getPointerOperand();
451 if (SI->getPointerOperand() == DepLoad->getPointerOperand() &&
GVN.cpp 857 Value *StorePtr = DepSI->getPointerOperand();
872 Value *DepPtr = DepLI->getPointerOperand();
    [all...]
TailRecursionElimination.cpp 246 !isSafeToLoadUnconditionally(L->getPointerOperand(), L,
ObjCARC.cpp 521 StripPointerCastsAndObjCCalls(LI->getPointerOperand());
551 return FindSingleUseIdentifiedObject(GEP->getPointerOperand());
    [all...]
LICM.cpp 635 Ptr = cast<StoreInst>(I)->getPointerOperand();
LoopIdiomRecognize.cpp 273 Value *StorePtr = SI->getPointerOperand();
  /external/llvm/include/llvm/
Operator.h 252 Value *getPointerOperand() {
255 const Value *getPointerOperand() const {
265 return reinterpret_cast<PointerType*>(getPointerOperand()->getType());
Instructions.h 223 Value *getPointerOperand() { return getOperand(0); }
224 const Value *getPointerOperand() const { return getOperand(0); }
228 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
346 Value *getPointerOperand() { return getOperand(1); }
347 const Value *getPointerOperand() const { return getOperand(1); }
351 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
512 Value *getPointerOperand() { return getOperand(0); }
513 const Value *getPointerOperand() const { return getOperand(0); }
523 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
659 Value *getPointerOperand() { return getOperand(0);
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 359 if (GEP1->getPointerOperand()->getType() !=
360 GEP2->getPointerOperand()->getType())
431 if (!enumerate(GEP1->getPointerOperand(), GEP2->getPointerOperand()))
ArgumentPromotion.cpp 351 Value *V = LI->getPointerOperand();
353 V = GEP->getPointerOperand();
    [all...]
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 55 printValue(cast<StoreInst>(V)->getPointerOperand(), isL);
  /external/llvm/lib/VMCore/
Instruction.cpp 420 return LI->getPointerOperand()->isDereferenceablePointer();
Value.cpp 325 V = GEP->getPointerOperand();
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 806 SetValue(&I, executeGEPOperation(I.getPointerOperand(),
812 GenericValue SRC = getOperandValue(I.getPointerOperand(), SF);
824 GenericValue SRC = getOperandValue(I.getPointerOperand(), SF);
    [all...]

Completed in 333 milliseconds

1 2