Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h276 Register getCatchPadExceptionPointerVReg(const Value *CPI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp540 Register FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg() function in FunctionLoweringInfo
H A DSelectionDAGISel.cpp1261 unsigned VReg = FuncInfo->getCatchPadExceptionPointerVReg(CPI, PtrRC); in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp6902 unsigned VReg = FuncInfo.getCatchPadExceptionPointerVReg(CPI, PtrRC); in visitIntrinsicCall()