Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h69 bool HasEnhancedSort; variable
262 bool hasEnhancedSort() const { return HasEnhancedSort; } in hasEnhancedSort()
H A DSystemZSubtarget.cpp87 HasVectorPackedDecimalEnhancement(false), HasEnhancedSort(false), in SystemZSubtarget()