Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp46 HasVectorPackedDecimal = false; in initializeSubtargetDependencies()
81 HasVectorEnhancements1(false), HasVectorPackedDecimal(false), in SystemZSubtarget()
H A DSystemZSubtarget.h63 bool HasVectorPackedDecimal; variable
222 bool hasVectorPackedDecimal() const { return HasVectorPackedDecimal; } in hasVectorPackedDecimal()