HomeSort by relevance Sort by last modified time
    Searched refs:CleanupRet (Results 1 - 24 of 24) sorted by null

  /external/boringssl/src/include/openssl/
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/
WasmEHPrepare.cpp 357 // Record the unwind destination for invoke and cleanupret instructions.
363 else if (const auto *CleanupRet = dyn_cast<CleanupReturnInst>(TI))
364 UnwindBB = CleanupRet->getUnwindDest();
WinEHPrepare.cpp 292 // cleanupret instructions.
394 // cleanupret instructions.
603 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) {
604 // Common and unambiguous case -- cleanupret indicates cleanup's
606 UnwindDest = CleanupRet->getUnwindDest();
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 214 // "unwinds to caller" cleanupret, which can be trusted.
255 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) {
256 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest())
338 /// available as the unwind dest of a catchswitch or cleanupret, this routine
607 // Finding a cleanupret with an unwind destination would confuse
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 435 // cleanuppad <InsertPt> cleanupret.
437 // cleanupret instruction will act as an insert point for the spill.
445 auto *CleanupRet =
447 return CleanupRet;
    [all...]
CoroSplit.cpp 198 // If coro.end has an associated bundle, add cleanupret instruction.
201 auto *CleanupRet = CleanupReturnInst::Create(FromPad, nullptr, NewCE);
203 CleanupRet->getParent()->getTerminator()->eraseFromParent();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp 253 // "unwinds to caller" cleanupret, which can be trusted.
294 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) {
295 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest())
377 /// available as the unwind dest of a catchswitch or cleanupret, this routine
687 // Finding a cleanupret with an unwind destination would confuse
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 268 case CleanupRet: return "cleanupret";
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 282 // cleanupret instructions.
384 // cleanupret instructions.
593 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) {
594 // Common and unambiguous case -- cleanupret indicates cleanup's
596 UnwindDest = CleanupRet->getUnwindDest();
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 780 INSTKEYWORD(cleanupret, CleanupRet);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLLexer.cpp 871 INSTKEYWORD(cleanupret, CleanupRet);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 301 case CleanupRet: return "cleanupret";
Instructions.cpp 722 : TerminatorInst(CRI.getType(), Instruction::CleanupRet,
744 Instruction::CleanupRet,
753 Instruction::CleanupRet,
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 87 case Instruction::CleanupRet:
    [all...]
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h 89 case Instruction::CleanupRet:
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 685 milliseconds