Home
last modified time | relevance | path

Searched refs:setOnlyReadsMemory (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp51 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
54 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
99 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function
163 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
170 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
182 Changed |= setOnlyReadsMemory(F, 0); in inferLibFuncAttributes()
197 Changed |= setOnlyReadsMemory(F, 1); in inferLibFuncAttributes()
203 Changed |= setOnlyReadsMemory(F, 1); in inferLibFuncAttributes()
212 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
219 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h320 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
452 void setOnlyReadsMemory(unsigned n) { in setOnlyReadsMemory() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h470 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
471 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
DFunction.h495 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
DInstrTypes.h1670 void setOnlyReadsMemory() {