HomeSort by relevance Sort by last modified time
    Searched refs:getPointerOperand (Results 26 - 49 of 49) sorted by null

12

  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 597 IPtr = LI->getPointerOperand();
598 JPtr = LJ->getPointerOperand();
605 IPtr = SI->getPointerOperand();
606 JPtr = SJ->getPointerOperand();
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 560 GetUnderlyingObject(L->getPointerOperand()) == Ptr;
564 GetUnderlyingObject(S->getPointerOperand()) == Ptr;
    [all...]
MemoryBuiltins.cpp 527 SizeOffsetType PtrData = compute(GEP.getPointerOperand());
716 SizeOffsetEvalType PtrData = compute_(GEP.getPointerOperand());
ValueTracking.cpp     [all...]
MemoryDependenceAnalysis.cpp 296 GetPointerBaseWithConstantOffset(LI->getPointerOperand(), LIOffs, &TD);
    [all...]
InstructionSimplify.cpp 690 V = GEP->getPointerOperand();
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 344 Value *V = LI->getPointerOperand();
346 V = GEP->getPointerOperand();
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Value.cpp 367 V = GEP->getPointerOperand();
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 687 Ptr = cast<StoreInst>(I)->getPointerOperand();
    [all...]
TailRecursionElimination.cpp 282 !isSafeToLoadUnconditionally(L->getPointerOperand(), L,
SROA.cpp 767 return cast<StoreInst>(I)->getPointerOperand() == &AI;
793 Arg = LI->getPointerOperand();
    [all...]
IndVarSimplify.cpp 152 FromPtr = GEP->getPointerOperand();
155 ToPtr = GEP->getPointerOperand();
    [all...]
LoopIdiomRecognize.cpp 777 Value *StorePtr = SI->getPointerOperand();
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 464 Value *Addr = I.getPointerOperand();
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 154 return FindSingleUseIdentifiedObject(GEP->getPointerOperand());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 1034 milliseconds

12