HomeSort by relevance Sort by last modified time
    Searched refs:getLoadStorePointerOperand (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 296 Value *PtrA = getLoadStorePointerOperand(A);
297 Value *PtrB = getLoadStorePointerOperand(B);
539 Value *PtrOperand = getLoadStorePointerOperand(I);
658 << " " << *getLoadStorePointerOperand(MemInstr) << '\n'
661 << " " << *getLoadStorePointerOperand(ChainInstr) << '\n';
    [all...]
LoopVectorize.cpp     [all...]
LoopVectorizationLegality.cpp 859 if (auto *Ptr = getLoadStorePointerOperand(&I))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
LoopAccessAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 561 return getLoadStorePointerOperand(Inst);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 1462 milliseconds