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

1 2 3 4

  /external/llvm/lib/Analysis/
Delinearization.cpp 73 static Value *getPointerOperand(Instruction &Inst) {
75 return Load->getPointerOperand();
77 return Store->getPointerOperand();
79 return Gep->getPointerOperand();
97 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(*Inst), L);
MemoryLocation.cpp 26 return MemoryLocation(LI->getPointerOperand(),
35 return MemoryLocation(SI->getPointerOperand(),
44 return MemoryLocation(VI->getPointerOperand(), UnknownSize, AATags);
53 CXI->getPointerOperand(),
62 return MemoryLocation(RMWI->getPointerOperand(),
Loads.cpp 140 AccessedPtr = LI->getPointerOperand();
143 AccessedPtr = SI->getPointerOperand();
232 LI->getPointerOperand()->stripPointerCasts(), StrippedPtr) &&
240 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts();
MemDerefPrinter.cpp 58 Value *PO = LI->getPointerOperand();
CFLAliasAnalysis.cpp 191 auto *Ptr = Inst.getPointerOperand();
197 auto *Ptr = Inst.getPointerOperand();
209 auto *Op = Inst.getPointerOperand();
230 auto *Ptr = Inst.getPointerOperand();
236 auto *Ptr = Inst.getPointerOperand();
477 Value *visitStoreInst(StoreInst &Inst) { return Inst.getPointerOperand(); }
480 return Inst.getPointerOperand();
484 return Inst.getPointerOperand();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 88 if (LI && LI->getPointerOperand() == allocaInst && !LI->isVolatile()) {
93 if (SI && SI->getPointerOperand() == allocaInst && !SI->isVolatile()) {
98 if (GI && GI->getPointerOperand() == allocaInst) {
NVPTXLowerKernelArgs.cpp 206 Value *UO = GetUnderlyingObject(LI->getPointerOperand(),
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvariant.cpp 125 if (Use.get() == GetElementPtr->getPointerOperand())
128 if (Use.get() == Load->getPointerOperand()) {
  /external/llvm/include/llvm/IR/
Operator.h 388 Value *getPointerOperand() {
391 const Value *getPointerOperand() const {
400 return getPointerOperand()->getType();
459 Value *getPointerOperand() {
462 const Value *getPointerOperand() const {
471 return getPointerOperand()->getType();
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp 61 Value *Ptr = I.getPointerOperand();
AMDGPUTargetTransformInfo.cpp 46 const Value *Ptr = GEP->getPointerOperand();
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 194 MadeChange |= instrument(LI->getPointerOperand(), LI, DL);
197 instrument(SI->getPointerOperand(), SI->getValueOperand(), DL);
200 instrument(AI->getPointerOperand(), AI->getCompareOperand(), DL);
203 instrument(AI->getPointerOperand(), AI->getValOperand(), DL);
ThreadSanitizer.cpp 249 Addr = GEP->getPointerOperand();
288 WriteTargets.insert(Store->getPointerOperand());
291 Value *Addr = Load->getPointerOperand();
303 ? cast<StoreInst>(I)->getPointerOperand()
304 : cast<LoadInst>(I)->getPointerOperand();
411 ? cast<StoreInst>(I)->getPointerOperand()
412 : cast<LoadInst>(I)->getPointerOperand();
510 Value *Addr = LI->getPointerOperand();
524 Value *Addr = SI->getPointerOperand();
538 Value *Addr = RMWI->getPointerOperand();
    [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 218 Value *Addr = LI->getPointerOperand();
241 LI, LI->getPointerOperand(), LI->getOrdering(),
258 TLI->emitLoadLinked(Builder, LI->getPointerOperand(), LI->getOrdering());
270 Value *Addr = LI->getPointerOperand();
300 Value *Addr = SI->getPointerOperand();
323 Builder.CreateAtomicRMW(AtomicRMWInst::Xchg, SI->getPointerOperand(),
384 return expandAtomicOpToLLSC(AI, AI->getPointerOperand(), AI->getOrdering(),
454 Value *Addr = CI->getPointerOperand();
629 Value *Addr = AI->getPointerOperand();