Home
last modified time | relevance | path

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

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