Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86WinEHState.cpp88 FunctionCallee SetJmp3 = nullptr; member in __anon4d0fce7d0111::WinEHStatePass
132 SetJmp3 = nullptr; in doFinalization()
176 SetJmp3 = TheModule->getOrInsertFunction( in runOnFunction()
489 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCall()
495 SetJmp3, II->getNormalDest(), II->getUnwindDest(), Args, OpBundles); in rewriteSetJmpCall()
759 SetJmp3.getCallee()->stripPointerCasts()) in addStateStores()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86WinEHState.cpp94 Constant *SetJmp3 = nullptr; member in __anonfb9813d50111::WinEHStatePass
138 SetJmp3 = nullptr; in doFinalization()
176 SetJmp3 = TheModule->getOrInsertFunction( in runOnFunction()
492 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCallSite()
498 SetJmp3, II->getNormalDest(), II->getUnwindDest(), Args, OpBundles); in rewriteSetJmpCallSite()
766 SetJmp3->stripPointerCasts()) in addStateStores()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86WinEHState.cpp88 FunctionCallee SetJmp3 = nullptr; member in __anond9be90770111::WinEHStatePass
132 SetJmp3 = nullptr; in doFinalization()
176 SetJmp3 = TheModule->getOrInsertFunction( in runOnFunction()
492 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCallSite()
498 SetJmp3, II->getNormalDest(), II->getUnwindDest(), Args, OpBundles); in rewriteSetJmpCallSite()
766 SetJmp3.getCallee()->stripPointerCasts()) in addStateStores()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp2030 llvm::Constant *SetJmp3 = CGM.CreateRuntimeFunction( in EmitBuiltinExpr() local
2035 CS = EmitRuntimeCallOrInvoke(SetJmp3, Args); in EmitBuiltinExpr()