Home
last modified time | relevance | path

Searched refs:setOnlyReadsMemory (Results 1 – 14 of 14) 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-7.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp50 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
53 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
90 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function
136 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
143 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
155 Changed |= setOnlyReadsMemory(F, 0); in inferLibFuncAttributes()
165 Changed |= setOnlyReadsMemory(F, 1); in inferLibFuncAttributes()
171 Changed |= setOnlyReadsMemory(F, 1); in inferLibFuncAttributes()
180 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
187 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1479 void setOnlyReadsMemory(Function &F);
1662 void SimplifyLibCalls::setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function in SimplifyLibCalls
1664 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
1701 setOnlyReadsMemory(F); in inferPrototypeAttributes()
1710 setOnlyReadsMemory(F); in inferPrototypeAttributes()
1748 setOnlyReadsMemory(F); in inferPrototypeAttributes()
1756 setOnlyReadsMemory(F); in inferPrototypeAttributes()
1827 setOnlyReadsMemory(F); in inferPrototypeAttributes()
1835 setOnlyReadsMemory(F); in inferPrototypeAttributes()
1919 setOnlyReadsMemory(F); in inferPrototypeAttributes()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h217 void setOnlyReadsMemory(bool onlyReadsMemory = true) {
218 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory(onlyReadsMemory));
/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-7.0/llvm/include/llvm/IR/
DCallSite.h457 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
458 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
DFunction.h457 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
DInstructions.h1758 void setOnlyReadsMemory() {
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h231 void setOnlyReadsMemory(bool OnlyReadsMemory = true) {
DInstructions.h1292 void setOnlyReadsMemory(bool OnlyReadsMemory = true) {
2764 void setOnlyReadsMemory(bool OnlyReadsMemory = true) {
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp708 slot.setOnlyReadsMemory(); in LookupIMP()
730 slot->setOnlyReadsMemory(); in LookupIMPSuper()