Home
last modified time | relevance | path

Searched refs:StackRestoreFn (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp48 Constant *StackRestoreFn; member in __anone0d7897d0111::SjLjEHPrepare
451 if (CI->getCalledFunction() != StackRestoreFn) in setupEntryBlockAndCallSites()
481 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); in runOnFunction()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp48 Constant *StackRestoreFn; member in __anon39ada0450111::SjLjEHPrepare
441 if (CI->getCalledFunction() != StackRestoreFn) in setupEntryBlockAndCallSites()
471 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp71 Constant *SetJmpFn, *LongJmpFn, *StackSaveFn, *StackRestoreFn; member in __anonfab4bed10111::LowerInvoke
163 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); in doInitialization()
251 CallInst::Create(StackRestoreFn, StackPtrLoad, "")->insertAfter(StackPtrLoad); in rewriteExpensiveInvoke()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp54 Constant *StackRestoreFn; member in __anonee5476f10111::SjLjEHPass
123 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); in doInitialization()
465 } else if (CI->getCalledFunction() == StackRestoreFn) { in insertSjLjEHSupport()