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

<<1112131415

  /external/llvm/lib/AsmParser/
LLLexer.cpp 764 INSTKEYWORD(landingpad, LandingPad);
  /external/llvm/lib/IR/
Core.cpp     [all...]
Instructions.cpp 163 : Instruction(RetTy, Instruction::LandingPad, nullptr, 0, InsertBefore) {
169 : Instruction(RetTy, Instruction::LandingPad, nullptr, 0, InsertAtEnd) {
174 : Instruction(LP.getType(), Instruction::LandingPad, nullptr,
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 73 PHINode *InnerEHValuesPHI; ///< PHI for EH values from landingpad insts.
107 /// split the landing pad block after the landingpad instruction and jump
166 /// landing pad block after the landingpad instruction and jump to there.
    [all...]
Local.cpp 291 // We don't want the landingpad-like instructions removed by anything this
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
Instruction.h 398 case Instruction::LandingPad:
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 147 // invisible to the analysis (i.e. landingpad for exceptions, calls for
246 // For now, we'll handle this like a landingpad instruction (by placing the
    [all...]
  /external/llvm/test/CodeGen/X86/
block-placement.ll 567 %lpad.val = landingpad { i8*, i32 }
594 %0 = landingpad { i8*, i32 }
stack-protector.ll     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 296 // FIXME: Remove this when SEH no longer uses landingpad pattern matching.
  /external/llvm/test/DebugInfo/AArch64/
frameindices.ll 130 %3 = landingpad { i8*, i32 }
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 273 | LandingPad
276 (** The type of a clause of a [landingpad] instruction.
    [all...]
llvm.ml 215 | LandingPad
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 84 /// from the eh_selector call to the new landingpad instruction.
239 // Replace the old intrinsic calls with the values from the landingpad
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 605 // landingpad, accept it as valid control flow.
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml     [all...]
  /external/llvm/test/CodeGen/Hexagon/
early-if-conversion-bug1.ll 304 %55 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/InstCombine/
cast.ll 114 %2 = landingpad { i8*, i32 }
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 147 STATISTIC(NumFastIselFailLandingPad,"Fast isel fails on LandingPad");
    [all...]

Completed in 4560 milliseconds

<<1112131415