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

1 2 3 4 5

  /frameworks/compile/slang/StripUnkAttr/
strip_unknown_attributes.cpp 29 if (A.onlyReadsMemory()) {
  /external/llvm/include/llvm/IR/
Argument.h 112 bool onlyReadsMemory() const;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 214 bool onlyReadsMemory() const {
215 CALLSITE_DELEGATE_GETTER(onlyReadsMemory());
217 void setOnlyReadsMemory(bool onlyReadsMemory = true) {
218 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory(onlyReadsMemory));
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Argument.h 112 bool onlyReadsMemory() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Argument.h 99 bool onlyReadsMemory() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Argument.h 99 bool onlyReadsMemory() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Argument.h 99 bool onlyReadsMemory() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Argument.h 99 bool onlyReadsMemory() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Argument.h 99 bool onlyReadsMemory() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Argument.h 99 bool onlyReadsMemory() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Argument.h 99 bool onlyReadsMemory() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Argument.h 99 bool onlyReadsMemory() const;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 251 /// OnlyReadsMemory - This function does not perform any non-local stores or
257 OnlyReadsMemory = Anywhere | Ref,
293 /// onlyReadsMemory - If the specified call is known to only read from
302 bool onlyReadsMemory(ImmutableCallSite CS) {
303 return onlyReadsMemory(getModRefBehavior(CS));
306 /// onlyReadsMemory - If the specified function is known to only read from
310 bool onlyReadsMemory(const Function *F) {
311 return onlyReadsMemory(getModRefBehavior(F));
314 /// onlyReadsMemory - Return true if functions with the specified behavior are
317 static bool onlyReadsMemory(ModRefBehavior MRB)
    [all...]
  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser;
192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser;
192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser;
192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser;
192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser;
192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser;
192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser;
192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser;
192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 190 return CS.onlyReadsMemory() ? ARCInstKind::User : ARCInstKind::CallOrUser;
192 return CS.onlyReadsMemory() ? ARCInstKind::None : ARCInstKind::Call;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysis.cpp 84 if (onlyReadsMemory(MRB))
132 if (onlyReadsMemory(CS1B) && onlyReadsMemory(CS2B))
139 if (onlyReadsMemory(CS1B))
CaptureTracking.cpp 77 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 81 !JCS.onlyReadsMemory() &&

Completed in 597 milliseconds

1 2 3 4 5