/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 66 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() function 69 F.setDoesNotThrow(); in setDoesNotThrow() 118 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 124 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 133 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 143 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 148 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 161 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 168 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 173 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 66 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() function 69 F.setDoesNotThrow(); in setDoesNotThrow() 137 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 144 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 153 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 163 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 168 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 181 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 188 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 193 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 1480 void setDoesNotThrow(Function &F); 1669 void SimplifyLibCalls::setDoesNotThrow(Function &F) { in setDoesNotThrow() function in SimplifyLibCalls 1671 F.setDoesNotThrow(); in setDoesNotThrow() 1702 setDoesNotThrow(F); in inferPrototypeAttributes() 1711 setDoesNotThrow(F); in inferPrototypeAttributes() 1727 setDoesNotThrow(F); in inferPrototypeAttributes() 1734 setDoesNotThrow(F); in inferPrototypeAttributes() 1749 setDoesNotThrow(F); in inferPrototypeAttributes() 1757 setDoesNotThrow(F); in inferPrototypeAttributes() 1763 setDoesNotThrow(F); in inferPrototypeAttributes() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 163 CGF.Builder.CreateCall(Fn)->setDoesNotThrow(); in Emit() 238 cast<llvm::CallInst>(Exn)->setDoesNotThrow(); in EmitTryCatchStmt() 314 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow(); in Emit() 338 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
|
D | CGDeclCXX.cpp | 240 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit() 276 Fn->setDoesNotThrow(); in CreateGlobalInitOrDestructFunction()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | elemental_ir_emitter.cc | 62 function->setDoesNotThrow(); in EmitAtan2() 97 function->setDoesNotThrow(); in EmitTanh()
|
D | ir_function.cc | 264 fork_join_func->setDoesNotThrow(); in EmitCallToParallelForkJoin()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 233 void setDoesNotThrow(bool doesNotThrow = true) { 234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 225 CallPersonalityF->setDoesNotThrow(); in runOnFunction() 322 PersCI->setDoesNotThrow(); in prepareEHPad()
|
D | SjLjEHPrepare.cpp | 442 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 453 void setDoesNotThrow() { in setDoesNotThrow() function 454 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
|
D | Function.h | 346 void setDoesNotThrow() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CallSite.h | 508 void setDoesNotThrow() { in setDoesNotThrow() function 509 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
|
D | Function.h | 509 void setDoesNotThrow() { in setDoesNotThrow() function
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 87 TrapCall->setDoesNotThrow(); in getTrapBB()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 191 TrapCall->setDoesNotThrow(); in addBoundsChecking()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 249 void setDoesNotThrow(bool DoesNotThrow = true) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 369 void setDoesNotThrow() { in setDoesNotThrow() function
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 387 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
|
D | ObjCARCOpts.cpp | 813 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCalls() 1492 Call->setDoesNotThrow(); in MoveCalls() 1506 Call->setDoesNotThrow(); in MoveCalls()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 432 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 663 Register->setDoesNotThrow(); in insertSjLjEHSupport() 1009 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 864 cast<CallInst>(Inst)->setDoesNotThrow(); in OptimizeIndividualCalls() 1526 Call->setDoesNotThrow(); in MoveCalls() 1542 Call->setDoesNotThrow(); in MoveCalls()
|
D | ObjCARCContract.cpp | 414 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 182 CI.setDoesNotThrow(); in visitCallInst() 978 CS.setDoesNotThrow(); in visitCallSite()
|