Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h50 bool HasProcessorAssist; variable
179 bool hasProcessorAssist() const { return HasProcessorAssist; } in hasProcessorAssist()
H A DSystemZSubtarget.cpp75 HasTransactionalExecution(false), HasProcessorAssist(false), in SystemZSubtarget()