Home
last modified time | relevance | path

Searched defs:setOnlyReadsMemory (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h320 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
452 void setOnlyReadsMemory(unsigned n) { in setOnlyReadsMemory() function
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp50 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
82 static bool setOnlyReadsMemory(Function &F, unsigned n) { in setOnlyReadsMemory() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp51 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
99 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp68 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
132 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DFunction.h495 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
H A DCallSite.h470 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DCallSite.h420 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DFunction.cpp774 void Function::setOnlyReadsMemory() { in setOnlyReadsMemory() function in Function
H A DInstructions.cpp580 void CallBase::setOnlyReadsMemory() { in setOnlyReadsMemory() function in CallBase