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

1 2 3 4 5 6 7

  /external/llvm/lib/Analysis/
Delinearization.cpp 72 static Value *getPointerOperand(Instruction &Inst) {
74 return Load->getPointerOperand();
76 return Store->getPointerOperand();
78 return Gep->getPointerOperand();
96 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 77 const Value *Base = GEP->getPointerOperand();
268 AccessedPtr = LI->getPointerOperand();
271 AccessedPtr = SI->getPointerOperand();
313 Value *Ptr = Load->getPointerOperand();
351 LI->getPointerOperand()->stripPointerCasts(), StrippedPtr) &&
367 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts();
MemDerefPrinter.cpp 58 Value *PO = LI->getPointerOperand();
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 91 if (LI && LI->getPointerOperand() == allocaInst && !LI->isVolatile()) {
96 if (SI && SI->getPointerOperand() == allocaInst && !SI->isVolatile()) {
101 if (GI && GI->getPointerOperand() == allocaInst) {
  /frameworks/compile/libbcc/lib/
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();
460 Value *getPointerOperand() {
463 const Value *getPointerOperand() const {
472 return getPointerOperand()->getType();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 419 Value *getPointerOperand() {
422 const Value *getPointerOperand() const {
431 return getPointerOperand()->getType();
491 Value *getPointerOperand() {
494 const Value *getPointerOperand() const {
504 return getPointerOperand()->getType();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 419 Value *getPointerOperand() {
422 const Value *getPointerOperand() const {
431 return getPointerOperand()->getType();
491 Value *getPointerOperand() {
494 const Value *getPointerOperand() const {
504 return getPointerOperand()->getType();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 419 Value *getPointerOperand() {
422 const Value *getPointerOperand() const {
431 return getPointerOperand()->getType();
491 Value *getPointerOperand() {
494 const Value *getPointerOperand() const {
504 return getPointerOperand()->getType();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 419 Value *getPointerOperand() {
422 const Value *getPointerOperand() const {
431 return getPointerOperand()->getType();
491 Value *getPointerOperand() {
494 const Value *getPointerOperand() const {
504 return getPointerOperand()->getType();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 419 Value *getPointerOperand() {
422 const Value *getPointerOperand() const {
431 return getPointerOperand()->getType();
491 Value *getPointerOperand() {
494 const Value *getPointerOperand() const {
504 return getPointerOperand()->getType();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 419 Value *getPointerOperand() {
422 const Value *getPointerOperand() const {
431 return getPointerOperand()->getType();
491 Value *getPointerOperand() {
494 const Value *getPointerOperand() const {
504 return getPointerOperand()->getType();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 419 Value *getPointerOperand() {
422 const Value *getPointerOperand() const {
431 return getPointerOperand()->getType();
491 Value *getPointerOperand() {
494 const Value *getPointerOperand() const {
504 return getPointerOperand()->getType();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 419 Value *getPointerOperand() {
422 const Value *getPointerOperand() const {
431 return getPointerOperand()->getType();
491 Value *getPointerOperand() {
494 const Value *getPointerOperand() const {
504 return getPointerOperand()->getType();
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 69 Value *getPointerOperand(Value *I);
209 Value *Vectorizer::getPointerOperand(Value *I) {
211 return LI->getPointerOperand();
213 return SI->getPointerOperand();
227 Value *PtrA = getPointerOperand(A);
228 Value *PtrB = getPointerOperand(B);
277 GetElementPtrInst *GEPA = dyn_cast<GetElementPtrInst>(getPointerOperand(A));
278 GetElementPtrInst *GEPB = dyn_cast<GetElementPtrInst>(getPointerOperand(B));
403 Value *PtrOperand = getPointerOperand(V);
478 Value *Ptr0 = getPointerOperand(M0)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp 77 Value *Ptr = I.getPointerOperand();
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 193 MadeChange |= instrument(LI->getPointerOperand(), LI, DL);
196 instrument(SI->getPointerOperand(), SI->getValueOperand(), DL);
199 instrument(AI->getPointerOperand(), AI->getCompareOperand(), DL);
202 instrument(AI->getPointerOperand(), AI->getValOperand(), DL);
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 67 Value *LoadPtr = Load->getPointerOperand();
68 Value *StorePtr = Store->getPointerOperand();
98 Value *getLoadPtr() const { return Load->getPointerOperand(); }
181 if (Store->getPointerOperand()->getType() !=
182 Load->getPointerOperand()->getType())
329 PtrsWrittenOnFwdingPath.insert(S->getPointerOperand());
394 Value *Ptr = Cand.Load->getPointerOperand();
LowerAtomic.cpp 27 Value *Ptr = CXI->getPointerOperand();
46 Value *Ptr = RMWI->getPointerOperand();
  /external/swiftshader/third_party/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(),
  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 177 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
211 GetRCIdentityRoot(LI->getPointerOperand());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 25 Value *Ptr = CXI->getPointerOperand();
41 Value *Ptr = RMWI->getPointerOperand();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 177 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
211 GetRCIdentityRoot(LI->getPointerOperand());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 177 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
211 GetRCIdentityRoot(LI->getPointerOperand());

Completed in 1081 milliseconds

1 2 3 4 5 6 7