Searched refs:setDoesNotCapture (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 74 static bool setDoesNotCapture(Function &F, unsigned n) { in setDoesNotCapture() function 77 F.setDoesNotCapture(n); in setDoesNotCapture() 119 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 134 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() 144 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() 149 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 150 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() 162 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 163 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() 169 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 86 static bool setDoesNotCapture(Function &F, unsigned ArgNo) { in setDoesNotCapture() function 211 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 227 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 240 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 248 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 249 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 259 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 260 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 269 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 270 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 83 static bool setDoesNotCapture(Function &F, unsigned ArgNo) { in setDoesNotCapture() function 166 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 181 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 196 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 201 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 202 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 214 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 215 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 221 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 226 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 437 void setDoesNotCapture(unsigned n) { in setDoesNotCapture() function
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 414 void setDoesNotCapture(unsigned n) {
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 701 LookupFn->setDoesNotCapture(1); in LookupIMP()
|