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.h102 bool hasExceptionHandling() const { return HasExceptionHandling; } in hasExceptionHandling() function
H A DWebAssemblyInstrInfo.td42 Predicate<"Subtarget->hasExceptionHandling()">,
H A DWebAssemblyFastISel.cpp135 if (Subtarget->hasReferenceTypes() && Subtarget->hasExceptionHandling()) in getLegalType()
H A DWebAssemblyISelLowering.cpp77 if (Subtarget->hasExceptionHandling()) { in WebAssemblyTargetLowering()