Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp50 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
53 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
82 static bool setOnlyReadsMemory(Function &F, unsigned n) { in setOnlyReadsMemory() function
85 F.setOnlyReadsMemory(n); in setOnlyReadsMemory()
117 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
123 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
135 Changed |= setOnlyReadsMemory(F, 1); in inferLibFuncAttributes()
145 Changed |= setOnlyReadsMemory(F, 2); in inferLibFuncAttributes()
151 Changed |= setOnlyReadsMemory(F, 2); in inferLibFuncAttributes()
160 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
[all …]
/external/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 …]
/external/llvm/include/llvm/IR/
DFunction.h297 void setOnlyReadsMemory() {
429 void setOnlyReadsMemory(unsigned n) {
DCallSite.h420 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
421 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
DInstructions.h1742 void setOnlyReadsMemory() {
3706 void setOnlyReadsMemory() {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h320 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
452 void setOnlyReadsMemory(unsigned n) { in setOnlyReadsMemory() function
/external/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() {
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp708 slot.setOnlyReadsMemory(); in LookupIMP()
730 slot->setOnlyReadsMemory(); in LookupIMPSuper()