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

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 380 (MachineBasicBlock *LandingPad) {
384 if (LP.LandingPadBlock == LandingPad)
388 LandingPads.push_back(LandingPadInfo(LandingPad));
394 void MachineModuleInfo::addInvoke(MachineBasicBlock *LandingPad,
396 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
401 /// addLandingPad - Provide the label of a try LandingPad block.
403 MCSymbol *MachineModuleInfo::addLandingPad(MachineBasicBlock *LandingPad) {
405 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
412 void MachineModuleInfo::addPersonality(MachineBasicBlock *LandingPad,
414 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 306 LandingPadInfo &getOrCreateLandingPadInfo(MachineBasicBlock *LandingPad);
310 void addInvoke(MachineBasicBlock *LandingPad,
315 MCSymbol *addLandingPad(MachineBasicBlock *LandingPad);
319 void addPersonality(MachineBasicBlock *LandingPad,
322 void addWinEHState(MachineBasicBlock *LandingPad, int State);
342 void addCatchTypeInfo(MachineBasicBlock *LandingPad,
347 void addFilterTypeInfo(MachineBasicBlock *LandingPad,
352 void addCleanup(MachineBasicBlock *LandingPad);
357 MCSymbol *addClauseForLandingPad(MachineBasicBlock *LandingPad);
  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 332 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
333 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
342 if (LandingPad->WinEHState != LastEHState)
344 std::make_pair(BeginLabel, LandingPad->WinEHState));
345 LastEHState = LandingPad->WinEHState;
346 LastLabel = LandingPad->EndLabels[P.RangeIndex];
EHStreamer.cpp 198 const LandingPadInfo *LandingPad = LandingPads[i];
199 for (unsigned j = 0, E = LandingPad->BeginLabels.size(); j != E; ++j) {
200 MCSymbol *BeginLabel = LandingPad->BeginLabels[j];
254 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
255 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
268 LastLabel = LandingPad->EndLabels[P.RangeIndex];
271 if (!LandingPad->LandingPadLabel) {
279 LandingPad,
  /external/llvm/include/llvm/IR/
Statepoint.h 277 LandingPadInst *LandingPad =
280 // Search for extract value from landingpad instruction to which
282 for (const User *LandingPadUser : LandingPad->users()) {
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 642 MachineBasicBlock *LandingPad = nullptr);
650 MachineBasicBlock *LandingPad = nullptr,
660 MachineBasicBlock *LandingPad = nullptr);
664 MachineBasicBlock *LandingPad);
    [all...]
StatepointLowering.cpp 227 MachineBasicBlock *LandingPad,
249 Builder.LowerCallTo(Tmp, Builder.getValue(ActualCallee), false, LandingPad);
552 MachineBasicBlock *LandingPad/*=nullptr*/) {
591 SDNode *CallNode = lowerCallFromStatepoint(ISP, LandingPad, *this);
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp 146 STATISTIC(NumFastIselFailLandingPad,"Fast isel fails on LandingPad");
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 253 case LandingPad: return "landingpad";
Core.cpp     [all...]
Instructions.cpp 183 : Instruction(RetTy, Instruction::LandingPad, nullptr, 0, InsertBefore) {
190 : Instruction(RetTy, Instruction::LandingPad, nullptr, 0, InsertAtEnd) {
195 : Instruction(LP.getType(), Instruction::LandingPad,
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 748 INSTKEYWORD(landingpad, LandingPad);
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 215 | LandingPad
    [all...]
llvm.mli 273 | LandingPad
276 (** The type of a clause of a [landingpad] instruction.
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 261 case Instruction::LandingPad:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 957 milliseconds