Home
last modified time | relevance | path

Searched refs:hasExceptionHandling (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h97 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling() function
H A DWebAssemblyInstrInfo.td34 Predicate<"Subtarget->hasExceptionHandling()">,
H A DWebAssemblyFastISel.cpp141 if (Subtarget->hasReferenceTypes() && Subtarget->hasExceptionHandling()) in getLegalType()
H A DWebAssemblyISelLowering.cpp79 if (Subtarget->hasExceptionHandling()) { in WebAssemblyTargetLowering()