Home
last modified time | relevance | path

Searched refs:FI1 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dcaptured-frame-index.ll28 ; GCN-DAG: v_mov_b32_e32 [[FI1:v[0-9]+]], 4{{$}}
29 ; GCN: ds_write_b32 [[VLDSPTR]], [[FI1]]
87 ; GCN: v_mov_b32_e32 [[FI1:v[0-9]+]], 4{{$}}
88 ; GCN: buffer_store_dword [[FI1]], [[ZERO]], s{{\[[0-9]+:[0-9]+\]}}, s{{[0-9]+}} offen offset:8{{$}}
125 ; GCN: v_mov_b32_e32 [[FI1:v[0-9]+]], 4{{$}}
126 ; GCN: buffer_store_dword [[FI1]], off, s{{\[[0-9]+:[0-9]+\]}}, 0{{$}}
/external/llvm/test/CodeGen/SystemZ/
Dspill-01.ll389 ; [FI0, FI1] -> [FI1, FI2], but applied it in the form FI0 -> FI1 -> FI2,
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp263 unsigned FI1 = MI.getOperand(0).getIndex(); in isStackSlotCopy() local
265 if (MFI->getObjectSize(FI1) != Length || in isStackSlotCopy()
269 DestFrameIndex = FI1; in isStackSlotCopy()