Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h290 unsigned getCatchPadExceptionPointerVReg(const Value *CPI,
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp533 unsigned FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg() function in FunctionLoweringInfo
DSelectionDAGISel.cpp993 unsigned VReg = FuncInfo->getCatchPadExceptionPointerVReg(CPI, PtrRC); in PrepareEHLandingPad()
DSelectionDAGBuilder.cpp5673 unsigned VReg = FuncInfo.getCatchPadExceptionPointerVReg(CPI, PtrRC); in visitIntrinsicCall()