Searched refs:MicroControllerProfile (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBuildAttrs.h | 99 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
|
/external/llvm/include/llvm/Support/ |
D | ARMBuildAttributes.h | 119 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ARMBuildAttributes.h | 120 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ARMBuildAttributes.h | 120 MicroControllerProfile = (0x4D), // 'M' (e.g. for Cortex M3) enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 160 case ARMBuildAttrs::MicroControllerProfile: in getARMFeatures()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMTargetStreamer.cpp | 189 ARMBuildAttrs::MicroControllerProfile); in emitTargetAttributes()
|
D | ARMELFStreamer.cpp | 855 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes() 874 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ARMAttributeParser.cpp | 87 ARMBuildAttrs::MicroControllerProfile)); in TEST()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 752 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes() 769 setAttributeItem(CPU_arch_profile, MicroControllerProfile, false); in emitArchDefaultAttributes()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 671 ARMBuildAttrs::MicroControllerProfile); in emitAttributes()
|