reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -march=amdgcn -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s -check-prefix=GCN

---

name: frame_index_s
legalized:       true
regBankSelected: true
stack:
  - { id: 0, size: 4, alignment: 4 }

body: |
  bb.0:
    ; GCN-LABEL: name: frame_index_s
    ; GCN: [[S_MOV_B32_:%[0-9]+]]:sreg_32 = S_MOV_B32 %stack.0
    ; GCN: $sgpr0 = COPY [[S_MOV_B32_]]
    %0:sgpr(p5) = G_FRAME_INDEX %stack.0
    $sgpr0 = COPY %0

...

---

name: frame_index_v
legalized:       true
regBankSelected: true
stack:
  - { id: 0, size: 4, alignment: 4 }

body: |
  bb.0:
    ; GCN-LABEL: name: frame_index_v
    ; GCN: [[V_MOV_B32_e32_:%[0-9]+]]:vgpr_32 = V_MOV_B32_e32 %stack.0, implicit $exec
    ; GCN: $vgpr0 = COPY [[V_MOV_B32_e32_]]
    %0:vgpr(p5) = G_FRAME_INDEX %stack.0
    $vgpr0 = COPY %0

...