Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h64 bool HasVectorPackedDecimal; variable
206 bool hasVectorPackedDecimal() const { return HasVectorPackedDecimal; } in hasVectorPackedDecimal()
H A DSystemZSubtarget.cpp57 HasVectorEnhancements1(false), HasVectorPackedDecimal(false), in SystemZSubtarget()