Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h281 Register getCatchPadExceptionPointerVReg(const Value *CPI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp556 Register FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg() function in FunctionLoweringInfo
H A DSelectionDAGISel.cpp1404 unsigned VReg = FuncInfo->getCatchPadExceptionPointerVReg(CPI, PtrRC); in PrepareEHLandingPad()
H A DSelectionDAGBuilder.cpp7694 unsigned VReg = FuncInfo.getCatchPadExceptionPointerVReg(CPI, PtrRC); in visitIntrinsicCall()