Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp45 HasVectorEnhancements2 = false; in initializeSubtargetDependencies()
73 HasVectorEnhancements2(false), HasVectorPackedDecimalEnhancement(false), in SystemZSubtarget()
DSystemZSubtarget.h67 bool HasVectorEnhancements2; variable
229 bool hasVectorEnhancements2() const { return HasVectorEnhancements2; } in hasVectorEnhancements2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h67 bool HasVectorEnhancements2; variable
228 bool hasVectorEnhancements2() const { return HasVectorEnhancements2; } in hasVectorEnhancements2()
DSystemZSubtarget.cpp59 HasVectorEnhancements2(false), HasVectorPackedDecimalEnhancement(false), in SystemZSubtarget()