Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h50 bool HasProcessorAssist; variable
193 bool hasProcessorAssist() const { return HasProcessorAssist; } in hasProcessorAssist()
H A DSystemZSubtarget.cpp78 HasTransactionalExecution(false), HasProcessorAssist(false), in SystemZSubtarget()