Home
last modified time | relevance | path

Searched refs:CleanupRet (Results 1 – 25 of 27) sorted by relevance

12

/external/boringssl/src/include/openssl/
Dbase.h489 template <typename T, typename CleanupRet, void (*init)(T *),
490 CleanupRet (*cleanup)(T *)>
496 StackAllocated(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
497 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp363 else if (const auto *CleanupRet = dyn_cast<CleanupReturnInst>(TI)) in calculateWasmEHInfo() local
364 UnwindBB = CleanupRet->getUnwindDest(); in calculateWasmEHInfo()
DWinEHPrepare.cpp603 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local
606 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
DTargetLoweringBase.cpp1441 case CleanupRet: return 0; in InstructionOpcodeToISD()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp255 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in getUnwindDestTokenHelper() local
256 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest()) in getUnwindDestTokenHelper()
1831 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) in InlineFunction() local
1832 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction()
1833 changeToUnreachable(CleanupRet, /*UseLLVMTrap=*/false); in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp294 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in getUnwindDestTokenHelper() local
295 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest()) in getUnwindDestTokenHelper()
2045 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) in InlineFunction() local
2046 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction()
2047 changeToUnreachable(CleanupRet, /*UseLLVMTrap=*/false); in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp201 auto *CleanupRet = CleanupReturnInst::Create(FromPad, nullptr, NewCE); in replaceUnwindCoroEnds() local
203 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnds()
DCoroFrame.cpp445 auto *CleanupRet = in splitBeforeCatchSwitch() local
447 return CleanupRet; in splitBeforeCatchSwitch()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def117 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
/external/llvm/include/llvm/IR/
DInstruction.def117 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
DInstrTypes.h87 case Instruction::CleanupRet: in isExceptional()
DInstructions.h4345 return (I->getOpcode() == Instruction::CleanupRet);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def121 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
DInstrTypes.h89 case Instruction::CleanupRet: in isExceptional()
DInstructions.h4603 return (I->getOpcode() == Instruction::CleanupRet);
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp593 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local
596 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
DTargetLoweringBase.cpp1667 case CleanupRet: return 0; in InstructionOpcodeToISD()
/external/llvm/lib/IR/
DInstruction.cpp268 case CleanupRet: return "cleanupret"; in getOpcodeName()
DInstructions.cpp891 : TerminatorInst(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst()
913 Instruction::CleanupRet, in CleanupReturnInst()
922 Instruction::CleanupRet, in CleanupReturnInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp301 case CleanupRet: return "cleanupret"; in getOpcodeName()
DInstructions.cpp722 : TerminatorInst(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst()
744 Instruction::CleanupRet, in CleanupReturnInst()
753 Instruction::CleanupRet, in CleanupReturnInst()
/external/llvm/lib/AsmParser/
DLLLexer.cpp780 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLLexer.cpp871 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
/external/llvm/lib/Analysis/
DValueTracking.cpp3191 case Instruction::CleanupRet: in isSafeToSpeculativelyExecute()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2465 case Instruction::CleanupRet: { in writeInstruction()

12