/external/boringssl/src/include/openssl/ |
D | base.h | 489 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/ |
D | WasmEHPrepare.cpp | 363 else if (const auto *CleanupRet = dyn_cast<CleanupReturnInst>(TI)) in calculateWasmEHInfo() local 364 UnwindBB = CleanupRet->getUnwindDest(); in calculateWasmEHInfo()
|
D | WinEHPrepare.cpp | 603 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local 606 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
|
D | TargetLoweringBase.cpp | 1441 case CleanupRet: return 0; in InstructionOpcodeToISD()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 255 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/ |
D | InlineFunction.cpp | 294 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/ |
D | CoroSplit.cpp | 201 auto *CleanupRet = CleanupReturnInst::Create(FromPad, nullptr, NewCE); in replaceUnwindCoroEnds() local 203 CleanupRet->getParent()->getTerminator()->eraseFromParent(); in replaceUnwindCoroEnds()
|
D | CoroFrame.cpp | 445 auto *CleanupRet = in splitBeforeCatchSwitch() local 447 return CleanupRet; in splitBeforeCatchSwitch()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 117 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 117 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
|
D | InstrTypes.h | 87 case Instruction::CleanupRet: in isExceptional()
|
D | Instructions.h | 4345 return (I->getOpcode() == Instruction::CleanupRet);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 121 HANDLE_TERM_INST ( 8, CleanupRet , CleanupReturnInst)
|
D | InstrTypes.h | 89 case Instruction::CleanupRet: in isExceptional()
|
D | Instructions.h | 4603 return (I->getOpcode() == Instruction::CleanupRet);
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 593 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { in calculateClrEHStateNumbers() local 596 UnwindDest = CleanupRet->getUnwindDest(); in calculateClrEHStateNumbers()
|
D | TargetLoweringBase.cpp | 1667 case CleanupRet: return 0; in InstructionOpcodeToISD()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 268 case CleanupRet: return "cleanupret"; in getOpcodeName()
|
D | Instructions.cpp | 891 : 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/ |
D | Instruction.cpp | 301 case CleanupRet: return "cleanupret"; in getOpcodeName()
|
D | Instructions.cpp | 722 : TerminatorInst(CRI.getType(), Instruction::CleanupRet, in CleanupReturnInst() 744 Instruction::CleanupRet, in CleanupReturnInst() 753 Instruction::CleanupRet, in CleanupReturnInst()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 780 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 871 INSTKEYWORD(cleanupret, CleanupRet); in LexIdentifier()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3191 case Instruction::CleanupRet: in isSafeToSpeculativelyExecute()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2465 case Instruction::CleanupRet: { in writeInstruction()
|