Searched refs:getAddrIntType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 469 static Type *getAddrIntType(Module *M) { in getAddrIntType() function 572 IRB.CreateLoad(getAddrIntType(M), ThrewGV, ThrewGV->getName() + ".val"); in wrapInvoke() 733 CallEmLongjmpBBThrewPHI = IRB.CreatePHI(getAddrIntType(M), 4, "threw.phi"); in wrapTestSetjmp() 752 Value *LoadedThrew = IRB.CreateLoad(getAddrIntType(M), ThrewPtr, in wrapTestSetjmp() 833 IRB.CreatePtrToInt(CI->getArgOperand(0), getAddrIntType(M), "env"); in replaceLongjmpWith() 932 ThrewGV = getGlobalVariable(M, getAddrIntType(&M), TM, "__THREW__"); in runOnModule() 994 IRB.getVoidTy(), {getAddrIntType(&M), IRB.getInt32Ty()}, false); in runOnModule() 1019 {getAddrIntType(&M), Int32PtrTy, Int32Ty}, false); in runOnModule() 1129 IRB.CreatePHI(getAddrIntType(&M), 4, "threw.phi"); in runEHOnFunction() 1291 Type *IntPtrTy = getAddrIntType(&M); in runSjLjOnFunction() [all …]
|