Home
last modified time | relevance | path

Searched refs:CPU_arch_profile (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DARMAttributeParser.cpp82 EXPECT_TRUE(testBuildAttr(7, 'A', ARMBuildAttrs::CPU_arch_profile, in TEST()
84 EXPECT_TRUE(testBuildAttr(7, 'R', ARMBuildAttrs::CPU_arch_profile, in TEST()
86 EXPECT_TRUE(testBuildAttr(7, 'M', ARMBuildAttrs::CPU_arch_profile, in TEST()
88 EXPECT_TRUE(testBuildAttr(7, 'S', ARMBuildAttrs::CPU_arch_profile, in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp182 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
185 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
188 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/
Dattribute-A.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-M.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-S.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-R.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
/external/llvm/test/tools/llvm-readobj/ARM/
Dattribute-M.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-A.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-S.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
Dattribute-R.s8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELFObjectFile.cpp150 if (Attributes.hasAttribute(ARMBuildAttrs::CPU_arch_profile)) { in getARMFeatures()
151 switch(Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile)) { in getARMFeatures()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBuildAttrs.h33 CPU_arch_profile = 7, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Ddirective-arch-armv7-m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7e-m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7em.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7-r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
/external/llvm/test/MC/ARM/
Ddirective-arch-armv7m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7-m.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7-a.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7-r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile
Ddirective-arch-armv7r.s26 @ CHECK-ATTR: TagName: CPU_arch_profile

12