Home
last modified time | relevance | path

Searched refs:EHInfo (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp106 WinEHFuncInfo &EHInfo = *MF->getWinEHFuncInfo(); in set() local
108 calculateWinCXXEHStateNumbers(&fn, EHInfo); in set()
110 calculateSEHStateNumbers(&fn, EHInfo); in set()
112 calculateClrEHStateNumbers(&fn, EHInfo); in set()
115 for (WinEHTryBlockMapEntry &TBME : EHInfo.TryBlockMap) { in set()
126 WasmEHFuncInfo &EHInfo = *MF->getWasmEHFuncInfo(); in set() local
127 calculateWasmEHInfo(&fn, EHInfo); in set()
301 WinEHFuncInfo &EHInfo = *MF->getWinEHFuncInfo(); in set() local
304 for (WinEHTryBlockMapEntry &TBME : EHInfo.TryBlockMap) { in set()
310 for (CxxUnwindMapEntry &UME : EHInfo.CxxUnwindMap) in set()
[all …]
DSelectionDAGBuilder.cpp7138 WinEHFuncInfo *EHInfo = DAG.getMachineFunction().getWinEHFuncInfo(); in lowerInvokable() local
7139 EHInfo->addIPToStateRange(cast<InvokeInst>(CLI.CS.getInstruction()), in lowerInvokable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp352 void llvm::calculateWasmEHInfo(const Function *F, WasmEHFuncInfo &EHInfo) { in calculateWasmEHInfo() argument
369 EHInfo.setEHPadUnwindDest(&BB, *CatchSwitch->handlers().begin()); in calculateWasmEHInfo()
371 EHInfo.setEHPadUnwindDest(&BB, UnwindBB); in calculateWasmEHInfo()
DStackColoring.cpp1087 if (WinEHFuncInfo *EHInfo = MF->getWinEHFuncInfo()) in remapInstructions() local
1088 for (WinEHTryBlockMapEntry &TBME : EHInfo->TryBlockMap) in remapInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp387 InvokeStateChangeIterator(const WinEHFuncInfo &EHInfo, in InvokeStateChangeIterator() argument
392 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator()
401 range(const WinEHFuncInfo &EHInfo, MachineFunction::const_iterator Begin, in range() argument
409 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()
410 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState)); in range()
439 const WinEHFuncInfo &EHInfo; member in __anonf311052f0111::InvokeStateChangeIterator
480 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()
482 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp238 auto *EHInfo = MF.getWasmEHFuncInfo(); in addExceptionExtraction() local
353 if (EHInfo->hasEHPadUnwindDest(EHPad)) in addExceptionExtraction()
354 ElseMBB->addSuccessor(EHInfo->getEHPadUnwindDest(EHPad)); in addExceptionExtraction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWasmEHFuncInfo.h55 void calculateWasmEHInfo(const Function *F, WasmEHFuncInfo &EHInfo);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp3185 WinEHFuncInfo &EHInfo = *MF.getWinEHFuncInfo(); in processFunctionBeforeFrameFinalized() local
3190 for (WinEHTryBlockMapEntry &TBME : EHInfo.TryBlockMap) { in processFunctionBeforeFrameFinalized()
3208 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()
DX86ISelLowering.cpp3688 if (WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo()) { in LowerFormalArguments() local
3701 EHInfo->PSPSymFrameIdx = PSPSymFI; in LowerFormalArguments()
24741 WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo(); in MarkEHRegistrationNode() local
24742 if (!EHInfo) in MarkEHRegistrationNode()
24749 EHInfo->EHRegNodeFrameIndex = FINode->getIndex(); in MarkEHRegistrationNode()
24759 WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo(); in MarkEHGuard() local
24760 if (!EHInfo) in MarkEHGuard()
24767 EHInfo->EHGuardFrameIndex = FINode->getIndex(); in MarkEHGuard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp2627 WinEHFuncInfo &EHInfo = *MF.getWinEHFuncInfo(); in processFunctionBeforeFrameFinalized() local
2637 EHInfo.UnwindHelpFrameIdx = UnwindHelpFI; in processFunctionBeforeFrameFinalized()