Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h48 bool HasExecutionHint; variable
151 bool hasExecutionHint() const { return HasExecutionHint; } in hasExecutionHint()
DSystemZSubtarget.cpp44 HasExecutionHint(false), HasLoadAndTrap(false), in SystemZSubtarget()