Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp46 HasVectorPackedDecimal = false; in initializeSubtargetDependencies()
70 HasVectorEnhancements1(false), HasVectorPackedDecimal(false), in SystemZSubtarget()
DSystemZSubtarget.h63 bool HasVectorPackedDecimal; variable
212 bool hasVectorPackedDecimal() const { return HasVectorPackedDecimal; } in hasVectorPackedDecimal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h63 bool HasVectorPackedDecimal; variable
211 bool hasVectorPackedDecimal() const { return HasVectorPackedDecimal; } in hasVectorPackedDecimal()
DSystemZSubtarget.cpp56 HasVectorEnhancements1(false), HasVectorPackedDecimal(false), in SystemZSubtarget()