Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblySubtarget.h97 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling() function
HDWebAssemblyInstrInfo.td34 Predicate<"Subtarget->hasExceptionHandling()">,
HDWebAssemblyFastISel.cpp141 if (Subtarget->hasReferenceTypes() && Subtarget->hasExceptionHandling()) in getLegalType()
HDWebAssemblyISelLowering.cpp79 if (Subtarget->hasExceptionHandling()) { in WebAssemblyTargetLowering()