Searched refs:StackAddrFn (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 47 Constant *StackAddrFn; member in __anone0d7897d0111::SjLjEHPrepare 402 Val = Builder.CreateCall(StackAddrFn, {}, "sp"); in setupEntryBlockAndCallSites() 456 Instruction *StackAddr = CallInst::Create(StackAddrFn, "sp"); in setupEntryBlockAndCallSites() 480 StackAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::stacksave); in runOnFunction()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 47 Constant *StackAddrFn; member in __anon39ada0450111::SjLjEHPrepare 392 Val = Builder.CreateCall(StackAddrFn, {}, "sp"); in setupEntryBlockAndCallSites() 446 Instruction *StackAddr = CallInst::Create(StackAddrFn, "sp"); in setupEntryBlockAndCallSites() 470 StackAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::stacksave); in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 53 Constant *StackAddrFn; member in __anonee5476f10111::SjLjEHPass 122 StackAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::stacksave); in doInitialization() 633 Val = CallInst::Create(StackAddrFn, "sp", EntryBB->getTerminator()); in insertSjLjEHSupport() 699 Instruction *StackAddr = CallInst::Create(StackAddrFn, "sp"); in insertSjLjEHSupport() 963 Val = CallInst::Create(StackAddrFn, "sp", EntryBB->getTerminator()); in setupEntryBlockAndCallSites()
|