Searched refs:CleanupRet (Results 1 – 16 of 16) sorted by relevance
/third_party/openssl/test/ossl_shim/include/openssl/ |
D | base.h | 48 template <typename T, typename CleanupRet, void (*init)(T *), 49 CleanupRet (*cleanup)(T *)> 55 StackAllocated(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete; 56 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 290 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in getUnwindDestTokenHelper() local 291 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest()) in getUnwindDestTokenHelper() 2116 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(BB->getTerminator())) in InlineFunction() local 2117 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction() 2118 changeToUnreachable(CleanupRet, /*UseLLVMTrap=*/false); in InlineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 117 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 199 case Instruction::CleanupRet:
|
D | Instruction.def | 134 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
|
D | Instructions.h | 4634 return (I->getOpcode() == Instruction::CleanupRet);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 604 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local 607 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
|
D | TargetLoweringBase.cpp | 1589 case CleanupRet: return 0; in InstructionOpcodeToISD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 559 auto *CleanupRet = in splitBeforeCatchSwitch() local 561 return CleanupRet; in splitBeforeCatchSwitch()
|
D | CoroSplit.cpp | 244 auto *CleanupRet = Builder.CreateCleanupRet(FromPad, nullptr); in replaceUnwindCoroEnd() local 246 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 302 case CleanupRet: return "cleanupret"; in getOpcodeName()
|
D | Instructions.cpp | 920 : Instruction(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst() 942 Instruction::CleanupRet, in CleanupReturnInst() 951 Instruction::CleanupRet, in CleanupReturnInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 892 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 873 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet, in updateImpl() 6453 case Instruction::CleanupRet: in initializeInformationCache()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4136 case Instruction::CleanupRet: in isSafeToSpeculativelyExecute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2790 case Instruction::CleanupRet: { in writeInstruction()
|