Home
last modified time | relevance | path

Searched refs:onlyReadsMemory (Results 1 – 25 of 102) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h214 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/
DAliasAnalysis.h302 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/
DAliasAnalysis.cpp84 if (onlyReadsMemory(MRB)) in getModRefInfo()
132 if (onlyReadsMemory(CS1B) && onlyReadsMemory(CS2B)) in getModRefInfo()
139 if (onlyReadsMemory(CS1B)) in getModRefInfo()
DCaptureTracking.cpp77 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp144 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/
DFunctionAttrs.cpp76 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/
DAliasAnalysis.cpp175 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/
DAliasAnalysis.h299 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
DObjCARCAnalysisUtils.h190 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/
DFunctionAttrs.cpp113 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/
DObjCARCAnalysisUtils.h203 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser; in GetCallSiteClass()
205 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call; in GetCallSiteClass()
DAliasAnalysis.h437 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/
DCallSite.h417 bool onlyReadsMemory() const { in onlyReadsMemory() function
418 CALLSITE_DELEGATE_GETTER(onlyReadsMemory()); in onlyReadsMemory()
564 bool onlyReadsMemory(unsigned OpNo) const { in onlyReadsMemory() function
DArgument.h112 bool onlyReadsMemory() const;
DFunction.h294 bool onlyReadsMemory() const {
425 bool onlyReadsMemory(unsigned n) const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h98 bool onlyReadsMemory() const;
DCallSite.h454 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/
DArgument.h112 bool onlyReadsMemory() const;
DFunction.h317 bool onlyReadsMemory() const { in onlyReadsMemory() function
448 bool onlyReadsMemory(unsigned n) const { in onlyReadsMemory() function
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DFunctionAttrs.cpp112 if (!AliasAnalysis::onlyReadsMemory(MRB)) in AddReadAttrs()
207 if (F->onlyReadsMemory() && ReadsMemory) in AddReadAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp81 !JCS.onlyReadsMemory() && in MayAutorelease()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp81 !JCS.onlyReadsMemory() && in MayAutorelease()
/external/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp32 if (Call->onlyReadsMemory()) in optimizeSQRT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp33 if (Call->onlyReadsMemory()) in optimizeSQRT()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp345 return !cast<CallInst>(this)->onlyReadsMemory(); in mayWriteToMemory()
347 return !cast<InvokeInst>(this)->onlyReadsMemory(); in mayWriteToMemory()

12345