Searched refs:CPU_arch_profile (Results 1 – 25 of 50) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ARMAttributeParser.cpp | 82 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/ |
D | ARMTargetStreamer.cpp | 182 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/ |
D | attribute-A.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-M.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-S.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-R.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | attribute-M.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-A.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-S.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
D | attribute-R.s | 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 150 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/ |
D | ARMBuildAttrs.h | 33 CPU_arch_profile = 7, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | directive-arch-armv7-m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7e-m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7em.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7-a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7-r.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7r.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
/external/llvm/test/MC/ARM/ |
D | directive-arch-armv7m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7-m.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7-a.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7-r.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
D | directive-arch-armv7r.s | 26 @ CHECK-ATTR: TagName: CPU_arch_profile
|
12