Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h37 bool HasLoadStoreOnCond; variable
136 bool hasLoadStoreOnCond() const { return HasLoadStoreOnCond; } in hasLoadStoreOnCond()
H A DSystemZSubtarget.cpp70 HasDistinctOps(false), HasLoadStoreOnCond(false), HasHighWord(false), in SystemZSubtarget()