Home
last modified time | relevance | path

Searched refs:HasProcessorAssist (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h50 bool HasProcessorAssist; variable
184 bool hasProcessorAssist() const { return HasProcessorAssist; } in hasProcessorAssist()
H A DSystemZSubtarget.cpp76 HasTransactionalExecution(false), HasProcessorAssist(false), in SystemZSubtarget()