Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h52 bool HasEnhancedDAT2; variable
199 bool hasEnhancedDAT2() const { return HasEnhancedDAT2; } in hasEnhancedDAT2()
H A DSystemZSubtarget.cpp79 HasDFPZonedConversion(false), HasEnhancedDAT2(false), HasVector(false), in SystemZSubtarget()