Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4810 unsigned SubIdx0, unsigned SubIdx1, int FI, in storeRegPairToStackSlot() argument
4815 SrcReg0 = TRI.getSubReg(SrcReg, SubIdx0); in storeRegPairToStackSlot()
4816 SubIdx0 = 0; in storeRegPairToStackSlot()
4821 .addReg(SrcReg0, getKillRegState(IsKill), SubIdx0) in storeRegPairToStackSlot()
4979 Register DestReg, unsigned SubIdx0, in loadRegPairFromStackSlot() argument
4986 DestReg0 = TRI.getSubReg(DestReg, SubIdx0); in loadRegPairFromStackSlot()
4987 SubIdx0 = 0; in loadRegPairFromStackSlot()
4993 .addReg(DestReg0, RegState::Define | getUndefRegState(IsUndef), SubIdx0) in loadRegPairFromStackSlot()