/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/llvm-project/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 70 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() function 73 F.setDoesNotThrow(); in setDoesNotThrow() 209 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 217 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 226 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 239 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 247 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 256 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 268 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 276 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 67 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() function 70 F.setDoesNotThrow(); in setDoesNotThrow() 164 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 171 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 180 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 195 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 200 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 213 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 220 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() 225 Changed |= setDoesNotThrow(F); in inferLibFuncAttributes() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | elemental_ir_emitter.cc | 63 function->setDoesNotThrow(); in EmitAtan2() 98 function->setDoesNotThrow(); in EmitTanh()
|
D | ir_function.cc | 271 fork_join_func->setDoesNotThrow(); in EmitCallToParallelForkJoin()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 254 F->setDoesNotThrow(); in prepareEHPads() 339 PersCI->setDoesNotThrow(); in prepareEHPad()
|
D | SjLjEHPrepare.cpp | 444 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 341 F->setDoesNotThrow(); in setupEHPadFunctions() 407 PersCI->setDoesNotThrow(); in prepareEHPad()
|
D | SjLjEHPrepare.cpp | 453 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/llvm-project/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 289 atexitFn->setDoesNotThrow(); in registerGlobalDtorWithAtExit() 315 cast<llvm::Function>(unatexit.getCallee())->setDoesNotThrow(); in unregisterGlobalDtorWithUnAtExit() 388 Fn->setDoesNotThrow(); in CreateGlobalInitOrCleanUpFunction()
|
D | CGObjCRuntime.cpp | 344 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow(); in EmitAtSynchronizedStmt()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 87 TrapCall->setDoesNotThrow(); in getTrapBB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 521 void setDoesNotThrow() { in setDoesNotThrow() function 522 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
|
D | Function.h | 547 void setDoesNotThrow() { in setDoesNotThrow() function
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 197 TrapCall->setDoesNotThrow(); in addBoundsChecking()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 192 TrapCall->setDoesNotThrow(); in addBoundsChecking()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 369 void setDoesNotThrow() { in setDoesNotThrow() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 648 GetTempRet0Func->setDoesNotThrow(); in runOnModule() 649 SetTempRet0Func->setDoesNotThrow(); in runOnModule()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 387 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 432 Register->setDoesNotThrow(); in setupEntryBlockAndCallSites()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 702 GetTempRet0Func->setDoesNotThrow(); in runOnModule() 703 SetTempRet0Func->setDoesNotThrow(); in runOnModule()
|