Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DARMBuildAttributes.h156 AllowMVEIntegerAndFloat = 2, // both integer and floating point MVE were permitted enumerator
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp283 emitAttribute(ARMBuildAttrs::MVE_arch, ARMBuildAttrs::AllowMVEIntegerAndFloat); in emitTargetAttributes()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DARMAttributeParser.cpp200 ARMBuildAttrs::AllowMVEIntegerAndFloat)); in TEST()
/llvm-project-15.0.7/llvm/lib/Object/
H A DELFObjectFile.cpp263 case ARMBuildAttrs::AllowMVEIntegerAndFloat: in getARMFeatures()