Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h46 bool HasProcessorAssist; variable
116 bool hasProcessorAssist() const { return HasProcessorAssist; } in hasProcessorAssist()
DSystemZSubtarget.cpp42 HasTransactionalExecution(false), HasProcessorAssist(false), in SystemZSubtarget()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h51 bool HasProcessorAssist; variable
160 bool hasProcessorAssist() const { return HasProcessorAssist; } in hasProcessorAssist()
DSystemZSubtarget.cpp45 HasTransactionalExecution(false), HasProcessorAssist(false), in SystemZSubtarget()