/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 214 bool onlyReadsMemory() const { in onlyReadsMemory() function 215 CALLSITE_DELEGATE_GETTER(onlyReadsMemory()); in onlyReadsMemory() 217 void setOnlyReadsMemory(bool onlyReadsMemory = true) { 218 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory(onlyReadsMemory));
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | AliasAnalysis.h | 302 bool onlyReadsMemory(ImmutableCallSite CS) { in onlyReadsMemory() function 303 return onlyReadsMemory(getModRefBehavior(CS)); in onlyReadsMemory() 310 bool onlyReadsMemory(const Function *F) { in onlyReadsMemory() function 311 return onlyReadsMemory(getModRefBehavior(F)); in onlyReadsMemory() 317 static bool onlyReadsMemory(ModRefBehavior MRB) { in onlyReadsMemory() function
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasAnalysis.cpp | 84 if (onlyReadsMemory(MRB)) in getModRefInfo() 132 if (onlyReadsMemory(CS1B) && onlyReadsMemory(CS2B)) in getModRefInfo() 139 if (onlyReadsMemory(CS1B)) in getModRefInfo()
|
D | CaptureTracking.cpp | 77 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 144 if (onlyReadsMemory(MRB)) in getModRefInfo() 206 if (onlyReadsMemory(CS1B) && onlyReadsMemory(CS2B)) in getModRefInfo() 211 if (onlyReadsMemory(CS1B)) in getModRefInfo() 470 if (CS.onlyReadsMemory(ArgNo)) { in callCapturesBefore()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 76 if (AliasAnalysis::onlyReadsMemory(MRB)) in checkFunctionMemoryAccess() 204 if (F->onlyReadsMemory() && ReadsMemory) in addReadAttrs() 415 if (CS.onlyReadsMemory()) { in determinePointerReadAttrs() 455 if (!CS.onlyReadsMemory() && !CS.onlyReadsMemory(UseIndex)) in determinePointerReadAttrs() 506 if (F->onlyReadsMemory() && F->doesNotThrow() && in addArgumentAttrs() 548 if (!HasNonLocalUses && !A->onlyReadsMemory()) { in addArgumentAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 175 if (onlyReadsMemory(MRB)) in getModRefInfo() 243 if (onlyReadsMemory(CS1B) && onlyReadsMemory(CS2B)) in getModRefInfo() 248 if (onlyReadsMemory(CS1B)) in getModRefInfo() 598 if (CS.onlyReadsMemory(ArgNo)) { in callCapturesBefore()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 299 bool onlyReadsMemory(ImmutableCallSite CS) { in onlyReadsMemory() function 300 return onlyReadsMemory(getModRefBehavior(CS)); in onlyReadsMemory() 312 bool onlyReadsMemory(const Function *F) { in onlyReadsMemory() function 313 return onlyReadsMemory(getModRefBehavior(F)); in onlyReadsMemory() 318 static bool onlyReadsMemory(FunctionModRefBehavior MRB) { in onlyReadsMemory() function
|
D | ObjCARCAnalysisUtils.h | 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser; in GetCallSiteClass() 192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call; in GetCallSiteClass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 113 if (AliasAnalysis::onlyReadsMemory(MRB)) in checkFunctionMemoryAccess() 251 if (F->onlyReadsMemory() && ReadsMemory) in addReadAttrs() 460 if (CS.onlyReadsMemory()) { in determinePointerReadAttrs() 500 if (!CS.onlyReadsMemory() && !CS.onlyReadsMemory(UseIndex)) in determinePointerReadAttrs() 643 if (F->onlyReadsMemory() && F->doesNotThrow() && in addArgumentAttrs() 684 if (!HasNonLocalUses && !A->onlyReadsMemory()) { in addArgumentAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ObjCARCAnalysisUtils.h | 203 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser; in GetCallSiteClass() 205 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call; in GetCallSiteClass()
|
D | AliasAnalysis.h | 437 bool onlyReadsMemory(ImmutableCallSite CS) { in onlyReadsMemory() function 438 return onlyReadsMemory(getModRefBehavior(CS)); in onlyReadsMemory() 450 bool onlyReadsMemory(const Function *F) { in onlyReadsMemory() function 451 return onlyReadsMemory(getModRefBehavior(F)); in onlyReadsMemory() 456 static bool onlyReadsMemory(FunctionModRefBehavior MRB) { in onlyReadsMemory() function
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 417 bool onlyReadsMemory() const { in onlyReadsMemory() function 418 CALLSITE_DELEGATE_GETTER(onlyReadsMemory()); in onlyReadsMemory() 564 bool onlyReadsMemory(unsigned OpNo) const { in onlyReadsMemory() function
|
D | Argument.h | 112 bool onlyReadsMemory() const;
|
D | Function.h | 294 bool onlyReadsMemory() const { 425 bool onlyReadsMemory(unsigned n) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Argument.h | 98 bool onlyReadsMemory() const;
|
D | CallSite.h | 454 bool onlyReadsMemory() const { in onlyReadsMemory() function 455 CALLSITE_DELEGATE_GETTER(onlyReadsMemory()); in onlyReadsMemory() 623 bool onlyReadsMemory(unsigned OpNo) const { in onlyReadsMemory() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Argument.h | 112 bool onlyReadsMemory() const;
|
D | Function.h | 317 bool onlyReadsMemory() const { in onlyReadsMemory() function 448 bool onlyReadsMemory(unsigned n) const { in onlyReadsMemory() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 112 if (!AliasAnalysis::onlyReadsMemory(MRB)) in AddReadAttrs() 207 if (F->onlyReadsMemory() && ReadsMemory) in AddReadAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAPElim.cpp | 81 !JCS.onlyReadsMemory() && in MayAutorelease()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAPElim.cpp | 81 !JCS.onlyReadsMemory() && in MayAutorelease()
|
/external/llvm/lib/Transforms/Scalar/ |
D | PartiallyInlineLibCalls.cpp | 32 if (Call->onlyReadsMemory()) in optimizeSQRT()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | PartiallyInlineLibCalls.cpp | 33 if (Call->onlyReadsMemory()) in optimizeSQRT()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 345 return !cast<CallInst>(this)->onlyReadsMemory(); in mayWriteToMemory() 347 return !cast<InvokeInst>(this)->onlyReadsMemory(); in mayWriteToMemory()
|