HomeSort by relevance Sort by last modified time
    Searched full:landingpad (Results 1 - 25 of 371) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
exception-spec-decay.cpp 6 // CHECK: landingpad
26 // CHECK: landingpad
31 // CHECK: landingpad
mingw-w64-seh-exceptions.cpp 21 // X64: landingpad { i8*, i32 }
26 // X86: landingpad { i8*, i32 }
  /external/llvm/test/Assembler/
invalid-landingpad.ll 6 landingpad {} filter i32 %in
  /external/llvm/test/Transforms/Sink/
landingpad.ll 17 ; CHECK: %0 = landingpad { i8*, i32 }
19 %0 = landingpad { i8*, i32 }
25 ; CHECK-NOT: %0 = landingpad { i8*, i32 }
30 %1 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/X86/
token_landingpad.ll 3 ; This test verifies that SelectionDAG can handle landingPad of token type and not crash LLVM.
11 %lp = landingpad token
inconsistent_landingpad.ll 4 ; CHECK: The landingpad instruction should have a consistent result type inside a function
10 %lp1 = landingpad token
19 %lp2 = landingpad { i8*, i32 }
2012-05-19-CoalescerCrash.ll 19 %3 = landingpad { i8*, i32 }
28 %6 = landingpad { i8*, i32 }
33 %8 = landingpad { i8*, i32 }
55 %17 = landingpad { i8*, i32 }
70 %22 = landingpad { i8*, i32 }
91 %31 = landingpad { i8*, i32 }
103 %36 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/SimplifyCFG/
2011-09-05-TrivialLPad.ll 4 ; CHECK-NOT: landingpad
17 %lp = landingpad { i8*, i32 }
duplicate-landingpad.ll 26 %exn = landingpad {i8*, i32}
32 ; CHECK: landingpad { i8*, i32 }
36 %exn2 = landingpad {i8*, i32}
64 %exn = landingpad {i8*, i32}
70 %exn2 = landingpad {i8*, i32}
98 %exn = landingpad {i8*, i32}
103 %exn2 = landingpad {i8*, i32}
  /external/llvm/test/Transforms/InstCombine/
LandingPadClauses.ll 46 %a = landingpad { i8*, i32 }
52 ; CHECK: %a = landingpad
58 %b = landingpad { i8*, i32 }
62 ; CHECK: %b = landingpad
67 %c = landingpad { i8*, i32 }
73 ; CHECK: %c = landingpad
80 %d = landingpad { i8*, i32 }
83 ; CHECK: %d = landingpad
88 %e = landingpad { i8*, i32 }
93 ; CHECK: %e = landingpad
    [all...]
  /external/llvm/test/Transforms/Inline/
invoke-combine-clauses.ll 13 ; multiple times in the resulting landingpad.
21 %lp = landingpad i32
37 %lp = landingpad i32
42 ; CHECK: %lp.i = landingpad
51 ; multiple times in the resulting landingpad.
60 %lp = landingpad i32
71 %lp = landingpad i32
76 ; CHECK: %lp.i = landingpad
84 ; no "resume". In this case, the inlined landingpad does not need to
86 ; function (since the outer function's landingpad will not b
    [all...]
2003-09-22-PHINodeInlineFail.ll 13 %exn = landingpad {i8*, i32}
invoke-cleanup.ll 15 %lp = landingpad i32
30 %lp = landingpad i32
36 ; CHECK: landingpad
  /external/llvm/test/Transforms/LowerInvoke/
lowerinvoke.ll 13 %lp = landingpad { i8*, i32 } cleanup
22 ; Note that this pass does not remove dead landingpad blocks.
25 ; CHECK: landingpad
  /external/llvm/test/Other/
2009-03-31-CallGraph.ll 10 landingpad {i8*, i32}
20 %exn = landingpad {i8*, i32}
2008-10-15-MissingSpace.ll 11 %exn = landingpad {i8*, i32}
  /external/llvm/test/Analysis/CallGraph/
do-nothing-intrinsic.ll 8 %tmp = landingpad i8 cleanup
  /external/llvm/test/CodeGen/Generic/
2007-02-25-invoke.ll 11 %lpad = landingpad { i8*, i32 }
2007-12-31-UnusedSelector.ll 17 %lpad1 = landingpad { i8*, i32 }
23 %lpad2 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/LoopSimplify/
2011-12-14-LandingpadHeader.ll 12 ; CHECK-NEXT: landingpad
16 ; CHECK-NEXT: landingpad
20 %0 = landingpad { i8*, i32 }
33 %1 = landingpad { i8*, i32 }
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 287 (MachineBasicBlock *LandingPad) {
291 if (LP.LandingPadBlock == LandingPad)
295 LandingPads.push_back(LandingPadInfo(LandingPad));
301 void MachineModuleInfo::addInvoke(MachineBasicBlock *LandingPad,
303 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
308 /// addLandingPad - Provide the label of a try LandingPad block.
310 MCSymbol *MachineModuleInfo::addLandingPad(MachineBasicBlock *LandingPad) {
312 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
327 addCatchTypeInfo(MachineBasicBlock *LandingPad,
329 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad);
    [all...]
  /external/llvm/test/Transforms/Reg2Mem/
crash.ll 22 %tmp = landingpad { i8*, i32 }
35 %tmp3 = landingpad { i8*, i32 }
41 %tmp5 = landingpad { i8*, i32 }
57 %tmp9 = landingpad { i8*, i32 }
63 %tmp11 = landingpad { i8*, i32 }
83 %tmp15 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/DeadArgElim/
2009-03-17-MRE-Invoke.ll 14 %exn = landingpad {i8*, i32}
27 %exn = landingpad {i8*, i32}
  /external/llvm/test/Transforms/PruneEH/
recursivetest.ll 9 landingpad { i8*, i32 }
20 landingpad { i8*, i32 }
  /external/clang/test/CXX/except/except.spec/
p9-dynamic.cpp 10 // CHECK: landingpad { i8*, i32 }

Completed in 575 milliseconds

1 2 3 4 5 6 7 8 91011>>