Searched refs:ARMv7r (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARM.td | 414 def ARMv7r : Architecture<"armv7-r", "ARMv7r", [HasV7Ops, 692 def : ProcessorModel<"cortex-r4", CortexA8Model, [ARMv7r, ProcR4, 698 def : ProcessorModel<"cortex-r4f", CortexA8Model, [ARMv7r, ProcR4, 708 def : ProcessorModel<"cortex-r5", CortexA8Model, [ARMv7r, ProcR5, 719 def : ProcessorModel<"cortex-r7", CortexA8Model, [ARMv7r, ProcR7, 731 def : ProcessorModel<"cortex-r8", CortexA8Model, [ARMv7r,
|
D | ARMSubtarget.h | 55 ARMv5tej, ARMv6, ARMv6k, ARMv6kz, ARMv6t2, ARMv6m, ARMv6sm, ARMv7a, ARMv7r, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARM.td | 575 def ARMv7r : Architecture<"armv7-r", "ARMv7r", [HasV7Ops, 884 def : ProcessorModel<"cortex-r4", CortexA8Model, [ARMv7r, ProcR4, 888 def : ProcessorModel<"cortex-r4f", CortexA8Model, [ARMv7r, ProcR4, 896 def : ProcessorModel<"cortex-r5", CortexA8Model, [ARMv7r, ProcR5, 905 def : ProcessorModel<"cortex-r7", CortexA8Model, [ARMv7r, ProcR7, 916 def : ProcessorModel<"cortex-r8", CortexA8Model, [ARMv7r,
|
D | ARMSubtarget.h | 103 ARMv7r, enumerator
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 36 ARMv7r = 20, 214 …{ "armv7-r", "ARMv7r architecture", { ARM::ARMv7r }, { ARM::HasV7Ops, ARM::FeatureDB, ARM::Feature… 379 …{ "cortex-r4", "Select the cortex-r4 processor", { ARM::ARMv7r, ARM::ProcR4, ARM::FeatureHasRetAdd… 380 …{ "cortex-r4f", "Select the cortex-r4f processor", { ARM::ARMv7r, ARM::ProcR4, ARM::FeatureHasRetA… 381 …{ "cortex-r5", "Select the cortex-r5 processor", { ARM::ARMv7r, ARM::ProcR5, ARM::FeatureHasRetAdd… 383 …{ "cortex-r7", "Select the cortex-r7 processor", { ARM::ARMv7r, ARM::ProcR7, ARM::FeatureHasRetAdd… 384 …{ "cortex-r8", "Select the cortex-r8 processor", { ARM::ARMv7r, ARM::FeatureHasRetAddrStack, ARM::… 16515 if (Bits[ARM::ARMv7r] && ARMArch < ARMv7r) ARMArch = ARMv7r;
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 167 ; ARMv7r
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 196 ; ARMv7r
|