/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 50 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/ |
D | BuildLibCalls.cpp | 51 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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 68 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function 71 F.setOnlyReadsMemory(); in setOnlyReadsMemory() 132 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function 276 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs() 285 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs() 299 Changed |= setOnlyReadsMemory(F, 0); in inferNonMandatoryLibFuncAttrs() 308 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs() 323 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs() 332 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs() 341 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs() [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 320 void setOnlyReadsMemory() { in setOnlyReadsMemory() function 452 void setOnlyReadsMemory(unsigned n) { in setOnlyReadsMemory() function
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 297 void setOnlyReadsMemory() { 429 void setOnlyReadsMemory(unsigned n) {
|
D | CallSite.h | 420 void setOnlyReadsMemory() { in setOnlyReadsMemory() function 421 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
|
D | Instructions.h | 1742 void setOnlyReadsMemory() { 3706 void setOnlyReadsMemory() {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 470 void setOnlyReadsMemory() { in setOnlyReadsMemory() function 471 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
|
D | Function.h | 495 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
|
D | InstrTypes.h | 1670 void setOnlyReadsMemory() {
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | Function.h | 502 void setOnlyReadsMemory();
|
D | InstrTypes.h | 1870 void setOnlyReadsMemory();
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1069 F->setOnlyReadsMemory(); in thinLTOFinalizeInModule()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 708 slot.setOnlyReadsMemory(); in LookupIMP() 730 slot->setOnlyReadsMemory(); in LookupIMPSuper()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Function.cpp | 774 void Function::setOnlyReadsMemory() { in setOnlyReadsMemory() function in Function
|
D | Instructions.cpp | 580 void CallBase::setOnlyReadsMemory() { in setOnlyReadsMemory() function in CallBase
|